Lol. You'd have to get all the sizes of the images (Height and Width) then make a GD image with all the dimensions added together then add the images to it.
Google ftw
http://www.phpbuilder.com/board/archive/index.php/t-10302020.html
"myform.emailaddr.value" this and others like it should have "document." infront of it.
"document.myform.emailaddr.value";
Also
<input type="submit" name="submit"> should be
<input type="button" name="submit" value="Send Email" onclick="submitit();" />
Then on the emailform.php is where you...
Lol. I've known most of these through accidental button pressing xD
My fav is the Windows + D since it pretty much ATL+Tab but just minimizes everything.