passing variables via a href...

admin

Administrator
Staff member
Hello the forum,

I've got a page, call it "mypage.php", that extracts all POST variables via PHP, and displays content based on the value of said variables. In the same page, I've got images acting as buttons, aka:

<a href=http://www.webdeveloper.com/forum/archive/index.php/"mypage.php"><img src=(yada yada)></a>


So I'm looking to create a set of image buttons to send the page back to itself, only with a different set of POST variables based on the button chosen.

My problem is, I can't post variables using the <a href> tag(as far as I know), and I can't display images using a form tag, because <input type=image> is not supported by netscape.

Any suggestions?

~AT
 
Back
Top