iFrame ?
- Started
- Last post
- 6 Responses
- mikeim
Is it possible to link from 1 page to another page with iframes and load different content.
E.g.:
I want to have multiple links from page1.htm to page2.htm (with iframe) loading differnt content depending on the link clicked.link 1 on page1.htm would link to page2.htm loading iframe content1
link 2 on page1.htm would link to page2.htm loading iframe content2
sorry if that's confusing.
- mg330
I'm fairly certain the answer is no, but I remember someone presenting something with javascript to accomplish this.
- UndoUndo0
have you tried
where myspot is the name of yr iframe tag???
- mikeim0
was there supposed to be something between "have you tried" and "where myspot...."?
- UndoUndo0
sorry NT stripped it, use < instead of [
[a href="newPage.htm" target"yriFrameName"]
where 'yriFrameName' is the name of the iframe tag
- mikeim0
but then where do i specify what .htm file to load in the iframe?
- UndoUndo0
newPage.htm is the page it will load