zoobie
June 17th, 2002, 01:06
I'm using a php mailer that's kinda goofy.
From my form.html page, how do I pass selected items from drop down boxes to my sent.html page in the same directory which is being sent?
Example: below is form.html
<html><head></head><body>
<form>
<select name=pic>
<option name=doof>Doof</select>
<option name=goof>Goof</select>
</form></body></html>
I need the selection passed to the html doc named send.html below
<html><head></head>
<body><center><img src="????"></img></center>
</body></html>
Thanks :rolleyes:
From my form.html page, how do I pass selected items from drop down boxes to my sent.html page in the same directory which is being sent?
Example: below is form.html
<html><head></head><body>
<form>
<select name=pic>
<option name=doof>Doof</select>
<option name=goof>Goof</select>
</form></body></html>
I need the selection passed to the html doc named send.html below
<html><head></head>
<body><center><img src="????"></img></center>
</body></html>
Thanks :rolleyes: