Forum Moderators: coopster
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?
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
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 ...