Loading A Page Thats Next In List On In A File.txt

windows

Guest
I hope this is the right place to post this. <br />I dont really know how to explain this well. <br /><br />I have for example:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><a href=http://www.totalchoicehosting.com/forums/lofiversion/index.php/"xxx.htm" target="bob">back</a>    <a href="xxx.htm" target="bob">next</a><br /> <iframe name="bob"></iframe><!--c2--></div><!--ec2--><br /><br />and say 10 files that i want loaded into this <iframe> relative to whatever one is currently loaded. <br />so if xx1.htm is currently loaded in the <iframe> and somsone clicks on "next" it loads xx2.htm<br />similar, if say xx3.htm is loaded and someone presses "back" it loads xx2.htm<br /><br />is there a way to do this? <br />maybe with a ssi or something? <br />man I'm so lost <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><!--content-->
You'll probably need to look for a script for something like this on hotscripts or something.<br /><br />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.<br /><br />Yes, it is possible, but I think you might want to check hotscripts first before you try to code this yourself.<br /><br />Best wishes.<!--content-->
 
Top