dvayne Posted February 29, 2008 Share Posted February 29, 2008 is it possible? how? any help would be appreciated.. Quote Link to comment Share on other sites More sharing options...
AndyB Posted February 29, 2008 Share Posted February 29, 2008 Yes it's possible. Now why not tell us what you're trying to do? Quote Link to comment Share on other sites More sharing options...
haku Posted February 29, 2008 Share Posted February 29, 2008 Its possible, but frames are bad programming and are not recommended at all. They cause all sorts of troubles. Quote Link to comment Share on other sites More sharing options...
dvayne Posted February 29, 2008 Author Share Posted February 29, 2008 Yes it's possible. Now why not tell us what you're trying to do? <html> <head> </head> <frameset rows="15%,75%,8%" frameborder=0 framespacing=0 border=0 style="z-index:1;"> <div style="position:absolute; top:10px; left:826px; z-index:100;" align="right"><a href="logout.php">Sign-out</a></div> <frame name=Frame1 src="banner1.html" scrolling=no marginwidth=0 marginheight=0"> <frame name=Frame3 src="body.php" scrolling="yes" marginwidth=10 marginheight=0 > <frame name=Frame2 src="banner2.html" scrolling=no marginwidth=0 marginheight=0 > <noframes> </noframes> </frameset> </html> I couldn't see Sign-out, please help me... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.