Forums
This topic is locked
getting links to open in the parent window
Posted 11 Jan 2003 22:58:59
1
has voted
11 Jan 2003 22:58:59 alison burkley posted:
i've had dreamweaver for about a month so i'm still very new to it i was wondering how can you make it to where when one of the links on the index page is clicked, it opens within the window on the same page?
i cant for the life of me figure it out
thanks
Replies
Replied 11 Jan 2003 23:01:44
11 Jan 2003 23:01:44 Jeremy Conn replied:
What do mean 'window'? Are you using frames?
(DWMX|IIS5|Access2K|XP|ASP/VB)
*Connman21*
www.conncreativemedia.com
(DWMX|IIS5|Access2K|XP|ASP/VB)
*Connman21*
www.conncreativemedia.com
Replied 12 Jan 2003 03:09:12
12 Jan 2003 03:09:12 alison burkley replied:
tried to find an example but this is all i could get
its a porn site so be careful what you click teresa.deluxepass.com
but what my question is, was how do you do something like that, to where when you click the links they open up inside the window on the page rather than redirecting you to another page?
Edited by - shugabunni on 12 Jan 2003 03:10:00
its a porn site so be careful what you click teresa.deluxepass.com
but what my question is, was how do you do something like that, to where when you click the links they open up inside the window on the page rather than redirecting you to another page?
Edited by - shugabunni on 12 Jan 2003 03:10:00
Replied 12 Jan 2003 03:11:03
12 Jan 2003 03:11:03 alison burkley replied:
and no, i was wondering how it could be done without frames, i cant stand them
Replied 12 Jan 2003 04:57:14
12 Jan 2003 04:57:14 Owen Eastwick replied:
It's an Inline Frame.
<iframe name="FrameName" style="border:0px double " frameborder="0" width=400 height=500 src="DefaultPage.html"></iframe>
To open a new page in the frame:
<a href="PageName.html" target="FrameName" >Link Text</a>
Regards
Owen.
<hr></hr>
Used programming books and web development software for sale (UK only):
www.tdsf.co.uk/Shop.htm
Multiple Parameter UD4 / Access 2000 Search Tutorial:
www.tdsf.co.uk/tdsfdemo/
<iframe name="FrameName" style="border:0px double " frameborder="0" width=400 height=500 src="DefaultPage.html"></iframe>
To open a new page in the frame:
<a href="PageName.html" target="FrameName" >Link Text</a>
Regards
Owen.
<hr></hr>
Used programming books and web development software for sale (UK only):
www.tdsf.co.uk/Shop.htm
Multiple Parameter UD4 / Access 2000 Search Tutorial:
www.tdsf.co.uk/tdsfdemo/
Replied 12 Jan 2003 06:55:29
12 Jan 2003 06:55:29 alison burkley replied:
thanks much guys <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>