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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dhtml layer navigation

Status
Not open for further replies.

cweigand

Programmer
Joined
Jul 17, 2000
Messages
1
Location
US
Hi ...I'm having a problem with my layers ....<br>basically I have one &quot;main.shtml &quot; page.... on the page I have a layer...&quot;layer 1&quot;&nbsp;&nbsp;...that layer calls a virtual include file &quot;login.asp&quot;<br>the problem is that when the user logs in, the page that is returned does not display within the &quot;layer 1&quot; like it would if it was in a frame.... instead the results page replaces the entire main.shtml page. Is there a way to target the layer that the page will appear ...in other words...navigate page by page within a layer....?<br><br>thanks!
 
Are you using Netscape or IE... I don't believe layers (divs or spans or whatever) in IE can include a src property... you could change the src property for netscape though...<br><br><br>- <A HREF="mailto:jared@aauser.com">jared@aauser.com</A>
 
well inner frames were discarded for several reasons.. and you can reference static pages using SSI or something, but I'm not sure about dynamic. The only thing I could suggest would be to actually implement a frames system, but it depends on the specifics of your situation. Best of luck! <p>Liam Morley<br><a href=mailto:lmorley@wpi.edu>lmorley@wpi.edu</a><br><a href=] :: imotic :: website :: [</a><br>"light the deep, and bring silence to the world.<br>
light the world, and bring depth to the silence.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top