Click here to Skip to main content
15,860,859 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want Internet Explorer tab within the program you want to run JavaScript.

In IE address bar, javascript: ~~~ do and the same type.

This is.. possible?
Posted
Comments
Sandeep Mewara 20-Jul-10 11:21am    
Elaborate more. Not quite clear.

1 solution

You can put a browser control in your program, and it will run javascript. Interacting with it is difficult, and I see no reason why you'd need to do this, js can't do anything that VB cannot do for you.

The address bar takes the address of a page, not page content.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900