View Full Version : 2 web object on the page
GoOgLe
03-26-2008, 11:08 AM
i have 2web objects(web1 - web2) on the page and web1 has a link...
www.google.com
how can i make it load the link in web2...
ShadowUK
03-26-2008, 11:34 AM
On Navigate of Web1:
Web.LoadURL("Web2", e_URL)
GoOgLe
03-26-2008, 11:44 AM
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)
ShadowUK
03-26-2008, 11:53 AM
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)
Then do the opposite. Seriously, It's not hard to change round a 1 and a 2.
ShadowUK
03-26-2008, 11:54 AM
so when i click a link from Links Page(web2) it will load it to Blank Page(web1)
Web2: On Navigate
Web.LoadURL("Web1", e_URL)
GoOgLe
03-26-2008, 12:11 PM
still not....
something like that
web2 on navigate:
if firstLoad == "over" then
Web.LoadURL("Web1",String.Right(e_URL, String.Length(e_URL) - String.Find(e_URL, "#", 1, false)));
end
web2 on load:
firstLoad = "over";
web2 html link:
#www.google.com
but i still have problem loading page
jackdaniels
03-26-2008, 01:01 PM
ur code is correct... u may get problem if u have a javascript on ur page...
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.