Kaula Posted April 13, 2006 Posted April 13, 2006 I hope this is the right place to post this. I dont really know how to explain this well. I have for example: ><a href="xxx.htm" target="bob">back</a> <a href="xxx.htm" target="bob">next</a> <iframe name="bob"></iframe> and say 10 files that i want loaded into this <iframe> relative to whatever one is currently loaded. so if xx1.htm is currently loaded in the <iframe> and somsone clicks on "next" it loads xx2.htm similar, if say xx3.htm is loaded and someone presses "back" it loads xx2.htm is there a way to do this? maybe with a ssi or something? man I'm so lost Quote
abinidi Posted April 13, 2006 Posted April 13, 2006 You'll probably need to look for a script for something like this on hotscripts or something. Basically you're going to run some script that gets a list of pages from an array and knows where to go to get the next one. Yes, it is possible, but I think you might want to check hotscripts first before you try to code this yourself. Best wishes. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.