|
-
Feb 13th, 2009, 07:31 AM
#1
Thread Starter
New Member
vb6 javaScript Redirection
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,
-
Feb 13th, 2009, 02:45 PM
#2
Re: vb6 javaScript Redirection
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|