Parameter question
Posted: Fri Mar 25, 2005 3:04 pm
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.
Usually I would use this kind of code:
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
Code: Select all
<a href="e;specials6.php?ImageID=<?php echo $row_rstThumbsї'ImageID']; ?>"e;>Code: Select all
<a href="e;gallery_results.php?ImageID=<?php echo $row_rstThumbsї'ImageID']; ?>"e;>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