Hi, what I want to do is basically this: On ONE page, my customers can click a VIEW CART link and the contents of their cart shows below on that same page. here is my basic link form:
<FORM METHOD=post ACTION="http://www.123websiteservices.com/cgi-bin/cybercart.pl">
<INPUT TYPE=hidden NAME=merchant VALUE="jessicas"/>
<INPUT TYPE=hidden NAME=action VALUE=order/>
<INPUT TYPE=hidden NAME=page_name VALUE="homepage.html"/>
<INPUT TYPE=image src="http://www.123websiteservices.com/~jessicas/images/viewcart.gif" border=0/></FORM>
i can't figure out how to wrap javascript around it to make it work. Any help is greatly appreciated!