o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Disable Javascript In WebBrowser -

Is it possible to disable javascript in the webbrowser without affecting IE?
Thanx,

 

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,


How to disable javascript in a webbrowser.. -
Using the MS Internet Controls (webbrowser ocx), does anyone know how to disable javascript?


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 javascript in webbrowser control -
Is it possible to disable javascript inside of a visual basic webbrowser control?


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?


Disable Javascript In WebBrowser -
Is it possible to disable javascript in the webbrowser without affecting IE? Thanx,


Disable JavaScript in WebBrowser -
How to disable javascript in a webBrowser??


[2005] Disabling JavaScript in WebBrowser control -
Hi, How do I disable JavaScript in WebBrowser control?


disable javascript alerts in webbrowser control -
i only want to disable the popup msgs, is this possible using wb controls?


How to Disable Short Cut Keys in WebBrowser Control -
Hi all, I am designing my own Webbrowser by using WebBrowser Control. i want to Disable all the Shortcut keys in WebBrowser Control. and i want to replace same with other Functionalities... How to Disable the Shortcut Keys in WebBrowser Control. eg. i want to call a form desi


disable ctrl+n in webbrowser -
Hi, Can we disable the opening of a new instance of IE when ctrl+n is pressed on the webbrowser control? I want to disable it since i don't want to show the user the navigation paths (urls) i m navigating to for various oprations... Can it be done? I ahve disabled the right click o


Disable JavaScrip in WebBrowser Control !! -
can any 1 help me to Disable JavaScript in Web Browser Control !!


How can you disable javascript in a webbrowser -
anyone know? (besides going into ie options and disabling it)


Disable Javascript with Javascript -
Hello, Can I disable javascript with javascript or html? Thanks in advance, FlamingFox


WebBrowser , How To Disable Errors <RESOLVED> -
i made a little program using WebBrowser how to disable the Errors? like , internet explorer script Error <--- wanna view the non-secure items <---- these popup msg`s are not good in an application how to disable them?


Disable cookies for webbrowser -
Is there a simple way to disable cookies for pages loaded inside the vb webbrowser control, while not affecting any other instances of explorer? Or do I just have to do it through the registry before I load the webbrowser controls? I know there are easy ways to do this in ASP, if anyon


Disable right click in Webbrowser control -
How can I disable right clicks and scroll bars from webbrowser component in VB 6 ?


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


WebBrowser questions. Please help. -
Hi, I have a few questions about the web browser if someone could please take a look. Thank you I'm creating a file based on user input, which also has some javascript. Sometimes a warning message is displayed, which I don't want to come up. (Javascript error, debug yes/no) So my


Help!!!! Javascript disable in Visual Basic -
How do you disable javascript in the webbrowsercontrol? I am using vbexpress 2005.


[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


[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.


Inputting text to Image Upload field, webbrowser -
Rather than using SendKeys to the form can I use javascript? Does someone have a solution to this? I guess webbrowser and html object library cant input text on the image upload fields because it's a security issue? Someone said something about using javascript. Could I do it


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?


Disabling right-click on plug-ins displayed in a webbrowser -
It is easy enough to disable right clicks on the rest of the webbrowser content but how do I disable right-clicks on plug-ins displayed in a webbrowser (like flash and mpegs displayed with windows media format)


Disable hyperlinks in WebBrowser object -
Hi all, My program has a textbox to type in the URL address, and when I hit enter after typing-in the address, the webbrowser object is supposed to display the web page. Does anyone know how to instantly disable all the hyperlinks in the web page displayed in the webbrowser? A


Images in Webbrowser Control -
Is it possible to disable the load of images in a Webbrowser control? And is it possible to disable the popup screens that some site's have in a Webbrowser control? Thanks in advance.


Webbrowser not loading javascript -
Well i was testing and working on my webbrowser an i came across a javascript chat site , i tryed logging into this chat site through my webbrowser and all i get is a grey screen without it loading?


swf context menu -
Does anyone know a way to disable the context menu which appears when you right click on a swf? In the control's properties, you can disable everything except for the last selection.....which is a link to Macromedia's website. My goal is preventing users from opening up I.E. I've


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 Right Click in a WebBrowser inside VB6 -
well, im curious as to how you would disable the right click function from the webbrowser thats embedded inside ur vb6 application. cuz u cant set its properties to false for the menubar because it doesnt do ne thing. ne 1 have ne ideas?


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


disable the scrollbar for webbrowser -
does anyone know how to disable the scrollbar for the webbrowser control? I can't seem to find the settings for it


JavaScript enable/disable -
Is it possible to enable and disable(like in vb) the selection boxes from HTML, using javascript? Cheers!


*** 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


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 listen for Javascript event on page -
Hey, I'm sure this has been discussed before, but I couldn't find anything - is there a way I can make my webbrowser control listen for javascript events on the page, and then have your form do an action when it occurs? Thanks! David


[02/03] how to click OK button on javascript pop up messagebox using webbrowser -
how to auto click this JAVASCRIPT OK button using webbrowser. I tried SENDKEYS but didn't work PLEASE HELP


Help! Disable Right-click on... -
How do I disable all right-clicks on my Webbrowser control (the one from microsoft) ? I want to disable all right-clicks so they cannot view the source code or properties of the URL they are at. Thank you! P.S. Please e-mail me if you can!


Get image url inside javascript from webbrowser control -
I have a form with webbrowser control (wb1). I browse to some url then I have an embeded javascript in the document. - This javascript will place a picture in the page from outside the original url hostname. Every page loaded will get a new picture but the picture has a unique url w