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

Disable javascript in webbrowser control -

Is it possible to disable javascript inside of a visual basic webbrowser control?

 

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


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


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?


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


[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 javascript in a webbrowser.. -
Using the MS Internet Controls (webbrowser ocx), does anyone know how to disable javascript?


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


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


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


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


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.


[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


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


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


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


Questions for gurus, Webbrowser control -
Hi, I have a few questions about the webBrowser control. 1) How can I make a webbroser control transperent? 2) How can I Disable the right click -- (remember I am using VB5.0) I have been searching for days, on how to disable right-click, but every piece of code I get, has an e


[2005] Login using WebBrowser control using IAuthenticate -
Does anyone have a working example that uses the interface IAuthenticate that can be used by the WebBrowser control using vb.net? I am using the WebBrowser control to log into a few sites and now have one that needs authentication which javascript will not work. Thanks in advan


[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


Disable BackSpace Key In WebBrowser Control -
Is there a way I can disable the BackSpace key (which takes the user back) in the webbrowser control? Thanks in advance!


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


[2005] how to disable/enable activex in webbrowser control -
Is it possible to disable/enable activex in webbrowser control? I mean using program, not manually select the option in 'tools' in IE. thanks bear


WebBrowser takes control of entire application! -
If I navigate to a page with a javascript alert/confirm box through a webbrowser control in my VB application then the javascript alert/confirm box will hog the focus and not let my app do anything. I can't click any buttons until I click "ok" or cancel on the browser! I don'


WebBrowser control takes too much memory.. how to save rams -
I have a program with a WebBrowser control on it. the program works all the time but the webBrowser isn't. even when not working the webBrowser uses a lot of ram. is there a way to disable it so that it doesn't take up so much rams? thanks


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


Webbrowser control don't save to histroy -
I use webbrowser control to load some pages in my program. Now I visit some pages (inportant information for the program) But the webbrowser control saves the pages into the history of the 'real' internet explorer. How can I disable it?


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


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


WebBrowser Click Button (JavaScript) -
Hi Guys, This on is a little tricky..... I have an ADSL Moden that I want to be able to control (thru code) the Wireless function (Enable/Disable). Sounds easy enough, except there is NO elements that I can use! The HTML (containing JavaScript) dosn't alude to any "Butto


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?


'cancel' pop up alerts in the webbrowser control -
Hello... I have a webbrowser control integrated into my program that must connect to a remote server which is located on host that uses a variety of advertising methods, including recently automatically popping up the 'add to favorites' box - the webbrowser I am using has its silent


The WebBrowser Control in VB***UNRESOLVED*** -
Hi I have used a WebBrowser control in a VB form, now my problem is, I want to Disable the WebBrowser to prevent any changes to be made on documents during run-time. The property (Enable) is not available, how can I (WebBrowser1.Enable = False). I do not want any changes to be ma


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


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!