Forum Moderators: coopster

Message Too Old, No Replies

Please Help!

Getting a slide show to work correctly...

         

blunick

6:45 pm on May 1, 2006 (gmt 0)

10+ Year Member



I have a PHP slide show which works great, but its doing GET statements and when the user clicks the NEXT or PREV link it post the information to the address bar so it can grab the next image.

MY QUESTION IS: I want the user to be able to hit the back button and go right back instead of backing through ten images to get where they were before...so in essence i cant have information passed to the address bar.

ANY IDEAS OF THIS? Should i integrate PHP and java if so how? Lend me your thoughts?

blunick

11:02 pm on May 14, 2006 (gmt 0)

10+ Year Member



ANYBODY HAVE A THOUGHT ON THIS...

eelixduppy

11:08 pm on May 14, 2006 (gmt 0)



For more javascript help, since this is a PHP forum, ask questions at the Javascript Forum [webmasterworld.com]. You will get better feedback from there.

btw...It turns many posters off to see a lot of code. Try to keep the posting of it to a mere minimum to make it easier to debug your code. Strip code that is functioning properly.

Good luck!

eelix

StupidScript

4:52 pm on May 16, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Did I already say, "doh!"?

apartmentImage=getElementById("apartmentImage");

should be the ever-popular:

apartmentImage=[b]document.[/b]getElementById("apartmentImage");

and remove the extra closing

</a>
immediately following your
<img...
tag:

<img id="apartmentImage" src="images/aptsimages/364_92g1.jpg">[b]</a>[/b]

All done ... whew ...

blunick

4:00 am on May 17, 2006 (gmt 0)

10+ Year Member



Stupid Script...YOUR THE MAN! Thank you so much. PHEW!
This 34 message thread spans 2 pages: 34