i have 2web objects(web1 - web2) on the page and web1 has a link...how can i make it load the link in web2...Code:www.google.com
Professional Software Development Tools
i have 2web objects(web1 - web2) on the page and web1 has a link...how can i make it load the link in web2...Code:www.google.com
On Navigate of Web1:
Code:Web.LoadURL("Web2", e_URL)
thats not what i mean....
Web 1 Blank Page
Web 2 Links Page
so when i click a link from Links Page(web2) it will load it to Blank Page(web1)
still not....
something like that
web2 on navigate:
web2 on load:Code:if firstLoad == "over" then Web.LoadURL("Web1",String.Right(e_URL, String.Length(e_URL) - String.Find(e_URL, "#", 1, false))); end
web2 html link:Code:firstLoad = "over";
but i still have problem loading pageCode:#www.google.com
ur code is correct... u may get problem if u have a javascript on ur page...