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, then re-enable javascript so the end user sees no differance in any open instances of IE. Since IE requires a shut down for such changes to become effective I could in theory disable java, load my form, re-enable java, and have my vb webbrowser controls as the only effected browsers. Is it possible to enable/disable java through a parameter on the IE executable? if not what registry key gets modified to enable/disable javascript? Is there a simple way to just disable it on my program's webbrowsers?
Any assistance on the disabling of javascript would be much appreciated... thanks
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,
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,
Disabling JavaScript using VB -
I need my program to disable and then enable JavaScript on a HTMl page using VB. Does anyone know how to?
ummmm.... JavaScript Question -
Is it possible to disable a frame's scrollbar on a webpage using JavaScript?
Thanx,
Aaron
disable resizing window -
is there any function of ASP to disable resizing of windows?? I tried JavaScript and i go an error saying that access is denied..
Need some help.. Thank you
Disable JavaScript in WebBrowser -
How to disable javascript in a webBrowser??
Disable JavaScrip in WebBrowser Control !! -
can any 1 help me to Disable JavaScript in Web Browser Control !!
Disable right click except inside input elements -
Hey everyone,
There are many javascript snippets to disable right-click context menus on webpages, like this: http://www.dynamicdrive.com/dynamicindex9/noright.htm
I was wondering how I can do something like this, but if the element they're trying to right click in has the tagnam
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?
Javascript and the clipboard -
Can I get the code that copies and pastes text to and from the clipboard that the right click menu does?
I want to disable the rightclick menu but customize one with only copy and paste on it.
Javascript?
VBScript?
Anybody?
Thanks
Wengang
How to disable Script Debugging -
Hi,
I am using "MSHTML.HTMLDocument" and with "createDocumentFromUrl", I am loading the pages I want to. but if any of the URLs have JavaScript errors then the system is prompting to debug, how can I stop prompting the javascript error, without changing the setti
webbrowser1 & javascript -
is there a way to disable javascript in webbrowser1? adn or popups
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
How to disable javascript -
From VB?
Also how to do it in a specific page.
For example
if webbrowser1 is a webbrowser object
webbrowser1.document.body.innerhtml="" will remove all scripts (and everything else) from the body.
How can we do the same thing for the head part of the document?
RE: javascript Operated windows. -
Hi all,
recently on some sites such as Ebay, there are pop ups used to show such things as terms and conditions, instruction info and so on, and these are being allowed by the browser as they contain an address location bar, but it is disabled.
Now the atribute to this soltions i
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 Tab -
If form1.visible = true, then disable the tab key.....
Im trying to do this to disable alt tabbing......since im using vb 3.0, i cant using any functions with 32 such as user32, kernel32 etc.....so i have to seek other methods...if ya can help me with the disable just let me know, t
[2005] Disabling JavaScript in WebBrowser control -
Hi,
How do I disable JavaScript in WebBrowser control?
cant seem to get txt field to disable -
i have this at the top of my php file
Code:
<script language="JavaScript">
document.form1.txt_Username.disable = true;
</script>
doesnt disable the field though. any ideas why?
Javascript in ASP.NET -
hi everyone,
i m trying to use javascript functions in asp.net webform...but somehow, the click function which should check the textbox status is not recognising the javascript functions
is there any difference in using javascript in ASP and javascript in ASP.NET
thnx
Avoiding a postback when a checkbox is checked -
I have four checkboxes with four corresponding textboxes on my webpage (asp.net 2.0). When the user checks a box, I want to enable the corresponding textbox for data entry and when he unchecks it, disable the textbox. I have accomplished this in my vb code-behind, but I'd like to el
Disabling Form Elements In ASP ****resolved ***** -
Hello,
Can someone advise me on whether i can disable form elements through ASP dependant on what is returned from a database query. For instance:
if instr(strCriteriaFlag, "A") > 0 then
"disable textboxes, buttons, combo boxes, etc etc"
end if
Can i d