this is very easy...start with this....write an html page including your javascript...embedd an IE control in your vb form...call the navigate method with your html file as url address....that's it folks!
Quote:
|
Originally Posted by Brian Henry
Is there a way to launch a javascript command from within VB code? For
instance, to issue a window.open(some url) if a certain condition is met. I
know you can add the javacript to a control event at runtime, but i need to
just launch it, not wait for the user to click something.
Thanks
|