SitePoint Sponsor |
|
User Tag List
Results 1 to 9 of 9
Thread: links within iFrame
-
Nov 9, 2006, 19:23 #1
- Join Date
- Oct 2005
- Posts
- 255
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
links within iFrame
hi. quick question.
i have a page (index.html) with an iframe as follows:
<iframe id="iframe1" src="content.html" align="top" height="450" width="100%" hspace="0" vspace="0" frameborder="0" style="overflow-x: hidden;">
inside the page shown in the iframe (content.html) i have a html tag:
<a name = "prize">
inside index.html i have a link to goto that tag in the iframe like so:
<a href="#prize" target="iframe1">Click Here</a>
But this doesnt work.. can someone tell me how to go about this.?
-
Nov 9, 2006, 19:40 #2
- Join Date
- Feb 2003
- Location
- Slave I
- Posts
- 23,424
- Mentioned
- 2 Post(s)
- Tagged
- 1 Thread(s)
<iframe name="iframe1" id="iframe1" src="content.html" align="top" height="450" width="100%" hspace="0" vspace="0" frameborder="0" style="overflow-x: hidden;">
-
Nov 9, 2006, 20:03 #3
- Join Date
- Oct 2005
- Posts
- 255
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
ok that doesnt work, it actually opens the whole index page (iframe and all) within the iframe?
i have attached my idex page, content page, and css file if that helps.
-
Nov 9, 2006, 20:44 #4
- Join Date
- Oct 2004
- Location
- NSW Australia
- Posts
- 3,564
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
This may help:
http://www.w3schools.com/tags/tag_iframe.asp
NadiaUnique CSS Templates by Nadia
Dreamweaver: Tutorials.Templates.CSS Designs
SitePoint Books |My Fireworks Tutorials 1 2
Follow me on Twitter | Community Team Advisor
-
Nov 9, 2006, 21:01 #5
- Join Date
- Oct 2005
- Posts
- 255
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
That doesnt have anything about what im looking for. i checked out that link before posting here originally.
thanks neway
-
Nov 9, 2006, 21:19 #6
- Join Date
- Oct 2004
- Location
- NSW Australia
- Posts
- 3,564
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by mitcho
NadiaUnique CSS Templates by Nadia
Dreamweaver: Tutorials.Templates.CSS Designs
SitePoint Books |My Fireworks Tutorials 1 2
Follow me on Twitter | Community Team Advisor
-
Nov 9, 2006, 21:19 #7
- Join Date
- Oct 2004
- Location
- NSW Australia
- Posts
- 3,564
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by mitcho
NadiaUnique CSS Templates by Nadia
Dreamweaver: Tutorials.Templates.CSS Designs
SitePoint Books |My Fireworks Tutorials 1 2
Follow me on Twitter | Community Team Advisor
-
Nov 9, 2006, 21:42 #8
- Join Date
- Oct 2005
- Posts
- 255
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
thanks... it is taking a while for the attachments to be approved. just html and css files?
-
Nov 12, 2006, 16:53 #9
- Join Date
- Oct 2005
- Posts
- 255
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
any help on this issue available?
Bookmarks