Results 1 to 2 of 2

Thread: vb6 javaScript Redirection

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    1

    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,

  2. #2
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    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
  •  



Click Here to Expand Forum to Full Width