Results for the Disable Javascript from VBDisable 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, Disable Javascript with Javascript - Hello, Can I disable javascript with javascript or html? Thanks in advance, FlamingFox 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 Help!!!! Javascript disable in Visual Basic - How do you disable javascript in the webbrowsercontrol? I am using vbexpress 2005. 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 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 JavaScript enable/disable - Is it possible to enable and disable(like in vb) the selection boxes from HTML, using javascript? Cheers! 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? 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 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 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 Disable javascript in webbrowser control - Is it possible to disable javascript inside of a visual basic webbrowser control? Disable a combo box in Javascript for Netscape - Hi , I want to disable a combo box using Javascript. It works in IE but not in Netscape. Please, can anyone help. Thanks in advance, Radhika 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 javascript alerts in webbrowser control - i only want to disable the popup msgs, is this possible using wb controls? Disable print dialog with Javascript - I want to print a webpage thtough print javascript and html button, but all the scripts I can find make the print dialog box come up first. how can i disable this dialog before i print and how can i access its properties to change some??? thanks alot disable autocomplete in a text box - This is interfering with some of my JavaScript and I need to disable it. Does anyone know how? 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 In WebBrowser - Is it possible to disable javascript in the webbrowser without affecting IE? Thanx, |