Jump to content

Need Help With Frames


ryanlum

Recommended Posts

Hey,This is the current code that I am using for my frames.<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><img src='text.gif' width='16' height='16' hspace='0' vspace='0' border='0'></td><td><a href="Utilities\User.htm" target="master">User Maintenance</a></td></tr></table>My webpage is splitted into left and right sections, left for frame and right for contents.I got 2 examples, A is a demo and B is my project. I copied this string of code into A and the codes are working fine. When I copied it to B, instead of it coming out on the right side it pops out as a new window. Any ideas anyone?Thx in advance.

Link to comment
Share on other sites

If ur screen consist of two frames divided vertically and u want left frame content when clicked the link result should appear into right frame them follow the following code:

Frames.html:<HTML><FRAMESET COLS = "30%,70%"><FRAME SRC = "A.HTML" NAME = "A"><FRAME SRC = "" NAME = "master"></FRAMESET><HTML>A.HTML:<html><body><table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><img src='text.gif' width='16' height='16' hspace='0' vspace='0' border='0'></td><td><a href="Utilities\User.htm" target="master">User Maintenance</a></td></tr></table></body></html>
Hope this is what u r looking for...and helps u out.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...