Disable Option List Control with JavaScript -
Can someone provide some code demonstrating how to disable an ASP.Net option list control from the client-side using javascript? I can disable textbox, dropdown and list controls by using the following javascript:
document.myForm.myTextBoxCtrl.disabled = true
document.myForm.myDDownCtrl.disabled = true
document.myForm.myListCtrl.disabled = true
But this does not work for the option list control. Please help.
Thanks
Disable Option List with Javascript -
Can someone provide some code demonstrating how to disable an ASP.Net option list control from the client-side using javascript? I can disable textbox, dropdown and list controls by using the following javascript:
document.myForm.myTextBoxCtrl.disabled = true
document.myForm.myDDow
Disable Option List Control with JavaScript -
Can someone provide some code demonstrating how to disable an ASP.Net option list control from the client-side using javascript? I can disable textbox, dropdown and list controls by using the following javascript:
document.myForm.myTextBoxCtrl.disabled = true
document.myForm.myDDow
Disable Option List from Javascript -
Can someone provide some code demonstrating how to disable an ASP.Net option list control from the client-side using javascript? I can disable textbox and select controls by using the following:
document.myForm.myTextBoxCtrl.disabled = true
document.myForm.mySelectCtrl.disabled = t
Disable Javascript from VB -
I want my program to disable all javascript in IE,
here is my issue... basically I am using the webbrowser control to fill out some forms on web hosts, to stop the 'friendly' alert boxes caused by java scripts on these pages I would like to disable javascript in IE, load the form,
checkbox issue -
ASP.NET 1.1
using javascript to enable/disable a checkbox from another checkbox. This is an ASP.NET control however would rather not have postbacks being involved if a checkbox has modified its state therefore, using javascript.
I discovered that if I tried to enable/disable a ch
Disable control(s) -
Hello!
Another question by me...
How can I disable control (set Enabled=False) without graying it at runtime?
Sample: I need to disable control (checkbox, option button, text box and combo box). BUt not in the way of VB - it grays them. I need to disable them - they have to look
Javascript disabled help -
I have created a html form and I am checking the users input using a javascript validator. Since it is possible for a user to disable javascript, I need to come up with the best plan to insure bad data doesn't go through. What is the best option? Can I redirect users with javascript di
Webbrowser control problems -
Here's my problem. I have a program that uses the internet explorer webbrowser control to display sponsor sites, the problem is that the sponsors websites launch javascript popups. I need a way to kill the popups, I've tried setting the newwindow2 event to cancel the popups but that ca
How to disable Back,Forward button, etc in a Web browser thru Javascript -
How to disable Back,Forward button, etc in a Web browser thru Javascript?
Also, pls tell how to avoid the web page to be saved?
How to disable View Source option?
Disable javascript in webbrowser control -
Is it possible to disable javascript inside of a visual basic webbrowser control?
JavaScript Listbox type problem -
I want to use a sleect option html box just liek a list box in VB. Is this possible?
What i am trying to accomlish is to have a list of things and to be able to add or delete items depending on button presses.
I dont know how to manipulate the select box this way.
this is my
Disable Javascript with Javascript -
Hello,
Can I disable javascript with javascript or html?
Thanks in advance,
FlamingFox
How to disable the copy option while we right click the mouse -
what is the javascript code to disable the copy menu while we right click the mouse for a text control ?
Disable JavaScrip in WebBrowser Control !! -
can any 1 help me to Disable JavaScript in Web Browser Control !!
How to disable copies option from print dialogue -
Dear Fellows :mike:
i have to hide copies option from print dialogue i.e when user press print button to print a crystal report, the small test box of number of copies option shold be disable for the first time of the print and when it recall that print again then copies optin
disable javascript alerts in webbrowser control -
i only want to disable the popup msgs, is this possible using wb controls?
List Box's -
Hi
I have a list box set to the checkbox style.
I want to know if it is possible to disable a single list item or is it only possible to disable the whole control?
Thanx
G:)
Help!!!! Javascript disable in Visual Basic -
How do you disable javascript in the webbrowsercontrol? I am using vbexpress 2005.
Webbrowser and Javascript -
I am using the webbrowser control in vb6 ... a certain URL that I load within it has javascript that opens a new window and resizes the window ... how can I get around this? Is it possible to disable javascript for webbrowser control purposes?
Quick javascript Qu -
Does anyone know the syntax for setting an OPTION box to the 1st item in the list via Javascript?
Cheers
[2005] Disabling JavaScript in WebBrowser control -
Hi,
How do I disable JavaScript in WebBrowser control?
Dropdown list validation -
How to validate this kind of dropdown list? (on form submit)
The first list is empty...An alert message will popup if the list selected is empty...
<select name="bnRoom">
<option></option>
<option>MONDAY</option>
<option>
*** RESOLVED *** Disable Print in WebBrowser control -
I have been trying to figure out how to disable print functionality in the WebBrowser control.
Just a note - I am very new to C#. I have pretty heavy experience in VB6 and Java though.
Some pages I will be loading have javascript in them that brings up the print dialog. This app
Disable explorer menubar -
I am developing an intranet site where all users will have explorer using asp and javascript for client stuff.
Is it possible to disable/remove the menu and navbar in explorer in either asp or javascript.
I know I can do it in .net but was wondering if I could do it with either o
multiple column in listbox -
hi,
is it possible to use the multiple column in listbox.
<Select name="teting" >
<option> a1 </option>
<option> b1 </option>
<option> a2 </option>
<option> b2 </option>
<option> a3 </option>
<op
JavaScript enable/disable -
Is it possible to enable and disable(like in vb) the selection boxes from HTML, using javascript?
Cheers!
App Launcher -
Hi,
I am making a program so that my brother, can only access the programs i give him access to.
OK, I have a list of things I want to do.
1) Disable the run item on the win98 start menu.
2) Disable right-clicking on my webbrowser control.
3) Disable the control panel on st
Disabling list box items -
Can anyone please help?
I want to use Option buttons to disable items within a drop-down list box. If I have Option buttons 1 and 2 and I select Option button 1, then I need to ensure that an item in the list box is "greyed out". Selecting Option button 2 can then de-selec
[02/03] Internet Explorer error in Web Browser control -
I made a browser in vb .net which uses the microsoft webbrowser control. Now, when i surf some pages with javascript (not all pages with javascript), i get a Internet Explorer javascript error msg from the webbrowser control. I get an option to show the contents anyway but they often t
Server and Javascript client [resolved] -
This is a bit of a tricky one.
I have a button placed in the footer of a datalist control in ASP.NET
I am going to apply an attribute to this button, to pretty much disable the button once clicked upon to prevent the user from clicking several times.
Question is, since I need to
[2005] WebBrowser control - is it possible to disable image loading -
Hi
does anyone know if it's possible to disable image loading on the webBrowser control? - so that pages load faster.
I just want the HTML of the page to work with in my code - i don't wish for the page to be displayed.
and I know that using httpwebrequest or webclient would
Log off option -
Hi Guy
I want to add a function to a tool that I have to disable the log off option from windows XP and 2000, this tool is designed to update programs installed on the users machine, and after the update the user need to reboot their machines. the only thing that will kill the reboo
[2008] Disable flash in WebBrowser control -
I would like to disable flash in a WebBrowser control. I have disabled it in my IE7 options but the WebBrowser control is not taking notice of this option.
How to disable the right click menu option in Web browser control -
I am using the web browser control in my VB application to display a table of data and a graph, I would like to disable the menu that appears when the control is right clicked at run time, the same menu that appears in IE, is it possible to do this ?? and how
thanks
arunb
VB - An ActiveX control which supplies a pair of Yes/No Option Buttons -
I had occasion to write an application where a large number of Yes/No questions needed to be answered by the user. To make the coding for that project easier I wrote this little ActiveX control which is a pair of Option Buttons labeled Yes and No. I added the following four properties:
How to disable javascript in a webbrowser.. -
Using the MS Internet Controls (webbrowser ocx), does anyone know how to disable javascript?
Disable Auto-Create JavaScript codes in VS .Net(ASP .Net) -
Hi,
How can i disable Auto-Create JavaScript codes in VS .Net(ASP .Net)?
I need know this because:
1) Some web browsers cant support All JavaScript Codes
2) JavaScript is not secure! User/Client can disable it!!!
3) If user/client do this(Disable JavaScript): then all website/even
[2005] disable images in browser control -
I have a form with a browser control on it and need to be able to disable images. If I disable images in internet explorer it also disables them in the browser control on the form. I presume this mean they both access the same underling activeX object but I'm not clear on this or how t
Accessing javascript dropdown in Webbrowser -
I'm using the webbrowser control to load a page and select an option from a dropdown list. The dropdown list does not have a submit button, it activates on a onclick event. I can change the dropdown option (from the code below) but I can get it to fire a click event to update the webpa
Disable JavaScript in iFrame -
Hi,
As far I know the following is not possible, but seeing we hate the word "impossible", I'd thougth I'd check here first.
I want to open a page with an iFrame. (Did not use them evil things for years, but in this case have too).
This iFrame will load any other webp