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

disable javascript alerts in webbrowser control -

i only want to disable the popup msgs, is this possible using wb controls?

 

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


'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


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?


Blocking alerts/script errors -
Is there a way to block alert messages and script error reports from a webbrowser control? these are html alerts inside the webbrowser control...


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] Browser security alerts -
I there any way to disable webbrowser security alerts?


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


What does the webbrowser.silent property do -
I know this is supposed to disable all alerts/prompts/etc. but it doesn't work at all with my programs. I can set the webbrowser's silent property to true, but when I save the project and reopen it silent is set back to false - I also have to keep setting this property to true every ti


VB 6.0 - WebBrowser Control - Silent property -
The Silent property of the WebBrowser control doesn't work in any of my VBA applications. It continues to give message boxes for javascript errors, and for any javascript alert() function that is called. - If I set the WebBrowser1.Silent property to True, after saving the project


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


Stop JavaScript Alerts in MY application only -
OK, u know how javascript does the Alert("???"); stuff, well, I HATE THOSE!, how can i stop them appearing in my application (I wanna keep em in Internet Explorer though)... is there a code to kill it just for the webbrowser control in my form?


Disabling java script alerts in web browser control -
Is it possible to disable java script alerts ( <script language="JavaScript"> alert("Hi") </script> ) in the web browser control?


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


[2008] Reading content of JavaScript Alert from the actual alert popup . -
All, In the midst of performing a task in a website automation application, it is possible that I will receive one or more JavaScript alerts. I need to read the contents of those alerts to know how to respond. Normally, I would parse the HTML and pull out which alert was sent, bu


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


internetexplorer control submit forms disable alerts -
I am automating the form submission process for a website using internet control. However there is one problem. One of the pages pops up an alert box asking for confirmation . How do I get over 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