All... I have the following form that executes upon submit and then opens up in a new window. However i would like to size the new window that opens. I'm able to do this in situations where there is no form but just an HREF link.
Any help would be appreciated.
<form action="http://toolbox.academicpriority.co.il/recommend.php/en/" method="post" target="new"><table><tr><th align="right" >Friend's email/th><td><input type="text" name="friendsemail" size="40" ></td></tr><tr><th align="right" >Your email
/th><td><input type="text" name="youremail" size="40" ></td></tr><tr><th align="right" >Your name
/th><td><input type="text" name="yourname" size="40"></td></tr><tr><td><input type="hidden" name="recommend" value="http://www.menuserve.com"></td><td><input type="submit" value="Send!"></td></tr></table></form>



/th><td><input type="text" name="friendsemail" size="40" ></td></tr><tr><th align="right" >Your email

Bookmarks