Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with framing

Status
Not open for further replies.

Artanius

Technical User
Nov 10, 2003
18
US
ok I just started to do framing i have windows seperate and open fine but with click links in navgation frame it loads the page in the navigation frame of current page instead of
clearing page and loading next page with new nav bar and main window check out what i mean i have test page out

every time click a link it loads in nav sections please help
 
Artanius,

Give both ur frames a name like
<frame src=&quot;a.asp&quot; name = &quot;leftframe&quot;>
<frame src = &quot;b.asp&quot; name = &quot;rightframe&quot;>

And then in the link write

<a href = &quot;home.asp&quot; target = &quot;rightframe&quot;>

I hope this helps

Vicky

 
Great I got it now thanks to that and go rid of usless pages
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top