Hello!
I have this java script for redirection :
<SCRIPT language="JavaScript">
<!--
window.location="http://someplace.com";
//-->
</SCRIPT>
It is compatible or it can be integrate with vb6 ?
regards,
Printable View
Hello!
I have this java script for redirection :
<SCRIPT language="JavaScript">
<!--
window.location="http://someplace.com";
//-->
</SCRIPT>
It is compatible or it can be integrate with vb6 ?
regards,
Not sure what you are asking.
1) Can you run this script in a script control? No
2) Can you use WebBrowser and navigate to a file in your folder with this script? Yes
3) Can you inject this script into a HTML document using VB6 and WebBrowser? Yes, it will inject it and run the script and load the someplace.com site but you will get an error although the site has been already loaded.