Page 1 of 1

Parameter question

Posted: Fri Mar 25, 2005 3:04 pm
by Addos
I have a page where I want to click on thumb images that will open within the same page and although I’m using this below for the moment and it works ok, I feel that it is not correct.

Code: Select all

<a href=&quote;specials6.php?ImageID=<?php echo $row_rstThumbs&#1111;'ImageID']; ?>&quote;>
Usually I would use this kind of code:

Code: Select all

<a href=&quote;gallery_results.php?ImageID=<?php echo $row_rstThumbs&#1111;'ImageID']; ?>&quote;>
But I don’t want to be sent to another page.

I appreciate that what I’m using at the very top here is in effect sending me to another page even if it is actually back to itself but I think I might need some sort of OnClick function.

Thanks for any advice or help.

Brian

Posted: Fri Mar 25, 2005 3:30 pm
by Addos
Apologies I meant to supply a link to show this page works ok.

http://www.allsportartistry.com/specials6.php

Thanks
Brian