Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 11-01-2005, 03:19 PM   #1 (permalink)
 
True Techie

Join Date: Aug 2005

Posts: 121

hard_assteel

Default Frames/hyperlink question

i made a hyperlink in a frame and the windows opens "WITHIN" the frame. How do i make it open in a new page?(not a new window)
hard_assteel is offline  
Old 11-02-2005, 03:30 PM   #2 (permalink)
 
Newb Techie

Join Date: Jun 2005

Posts: 21

Cloudz

Send a message via AIM to Cloudz Send a message via Yahoo to Cloudz
Default

Mind posting the code? Might be useful for those trying to help.

Are you sure you didn't use inline frames or something of that variety?
Cloudz is offline  
Old 11-03-2005, 03:21 AM   #3 (permalink)
 
True Techie

Join Date: Aug 2005

Posts: 121

hard_assteel

Default

Okay this is a perfect example:

On the left side if you click on something it opens up a new page without opening a new window(what i want), if you click on something on the right side it opens up within the frame(what i don't want)

<html>
<head>
<title>stuff</title>
</head>

<frameset cols="50%,50%">
<frame src="http://www.yahoo.com/" name="up">
<frame src="http://www.msn.com/" name="bottom">
</frameset>

</html>

I don't know why they do different things or how in the heck to change this, but i'm trying.
hard_assteel is offline  
Old 11-03-2005, 05:15 AM   #4 (permalink)
 
True Techie

Join Date: Aug 2005

Posts: 121

hard_assteel

Default

hey i figured it out, all you have to do is put:

="name of frame

right before your parenthesis of your hyperlink ends
hard_assteel is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On