CodeToad Forums » HTML » Frameset --- loading remote page into local page w/o a change in url??
|
|
|
I've been searching online a while and trying every example I can find to fix this problem to no avail. Hopefully you can help!
I'm trying to keep my url and load in a remote site... for example:
<frameset rows="100%">
<frame src="http://goosetechnologies.com" name="main" noresize>
</frameset>
When the page loads, goosetechnologies reloads the page and takes over the url, away from whereever it used to be. Since the sitex format is php and I'm not sure how to edit all the internal links to target="main" or something like that, how can I make a frameset that maintains its url while loading in a page from afar???
Thanks for all your help! I'd be glad to answer questions if my problem is not clear.
Dan
|
|
|
|
|
|
|
|