It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

Frame issues

Frame issues

Postby narian on Sat Mar 17, 2007 10:45 pm

I have been trying to get my link page open a different document in a different frame. here is the code for the frames
Code: Select all
<frameset rows="15%,85%">

<frame src="Frame A.htm">

<frameset cols="20%,80%">
<frame src="links~.html">
<frame src="home.htm">
</frameset>


and here is the link page

Code: Select all
<a href ="homepage~.html"target="_blank">Home</a><br>
<a href ="Anime link~.html"target="_blank">My Anime</a><br>


what target would i use to get the links to open in the "home.htm" frame?
narian
 
Posts: 21
Joined: Sat Mar 17, 2007 10:37 pm

Postby ngpgeeta on Sun Mar 18, 2007 12:54 pm

Try this,

<frame name="home" src="home.htm">


<a href ="homepage~.html"target="home">Home</a><br>
<a href ="Anime link~.html"target="home">My Anime</a><br>

now both Home and My Anime will get opened in home.htm frame.
ngpgeeta
 
Posts: 19
Joined: Sat Nov 18, 2006 11:30 am

Postby narian on Sun Mar 18, 2007 4:41 pm

ty so much, it works ^_^
narian
 
Posts: 21
Joined: Sat Mar 17, 2007 10:37 pm


Who is online

Users browsing this forum: No registered users and 6 guests