Hi.. Im woundering if anyone can help me. I'm trying to place a web browser object on my autorun program... I have no problem with getting it to display a webpage within the dirstribution directory if I specifiy "%SrcDir%\book1.htm" in the initial page display option, but I want the user to be able to click a text object and then have it set the webrowser to
"%SrcDir%\book2.htm" or even simply "%SrcDir%\book1.htm" again. Under the text object i have the following PageShow.Object("WebBrowser1") (i have it showing because it starts off as hidden) and I also have
WebBrowserObject[WebBrowser1].NavigateTo ("%SrcDir%\book1.htm")
The problem is when I click the Text Object at Runtime the Web Browser displays with a 404 error and the autorun proram gives me this error "Could not go to specified URL. The Object was not found on this page. 'WebBrowser1'". The only way I can get the web borwser to display a page is by saetting it in th einitial url thing.. Any suggestions? It won't even Navigate to http://google.ca.. Help Please..
"%SrcDir%\book2.htm" or even simply "%SrcDir%\book1.htm" again. Under the text object i have the following PageShow.Object("WebBrowser1") (i have it showing because it starts off as hidden) and I also have
WebBrowserObject[WebBrowser1].NavigateTo ("%SrcDir%\book1.htm")
The problem is when I click the Text Object at Runtime the Web Browser displays with a 404 error and the autorun proram gives me this error "Could not go to specified URL. The Object was not found on this page. 'WebBrowser1'". The only way I can get the web borwser to display a page is by saetting it in th einitial url thing.. Any suggestions? It won't even Navigate to http://google.ca.. Help Please..
Comment