Hi,
Done a search and I couldn't find anything that matches, hope someone can help.
I have say 3 urls and an iframe on index.html
var url1 = page1.html
var url2 = page2.html
var url3 = page3.html
<iframe src="page.html" name="links"></iframe>
I then have 2 links
<a href="javascript:next()">Next</a> | <a href="javascript
rev();>previous</a>
When I click next I want the iframe to change to page1.html and when I click it again I want it to go to page2.html, same if the previous was clicked it would go back to page1.html.
All this without refreshing the index.html page the Next and Previous links are on.
Hope I explained that easy enough,
thanks in advanced
Death = $Mill
Done a search and I couldn't find anything that matches, hope someone can help.
I have say 3 urls and an iframe on index.html
var url1 = page1.html
var url2 = page2.html
var url3 = page3.html
<iframe src="page.html" name="links"></iframe>
I then have 2 links
<a href="javascript:next()">Next</a> | <a href="javascript

When I click next I want the iframe to change to page1.html and when I click it again I want it to go to page2.html, same if the previous was clicked it would go back to page1.html.
All this without refreshing the index.html page the Next and Previous links are on.
Hope I explained that easy enough,

thanks in advanced
Death = $Mill
Comment