No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
There are just too many unknown variables here. Can you try to clarify with some screenshots of things like your FTP information and maybe links to the pages?
Sorry if this is a "duh" question, but why do you have an onload script AND a button doing the same thing?
Can you post comparison screenshots or something?
Why not just do a simple HTML form? Your form code would look something like this: [ICODE]<form action="[COLOR="red"]/cgi-bin/formmail/yourservermailscript.pl[/COLOR]" method="post"> <input type="hidden" name="recipient" value="[COLOR="red"][email protected][/COLOR]"> <input type="hidden" name="subject" value="[COLOR="red"]Subject of email[/COLOR]"> <input type="hidden" name="redirect" value="[COLOR="red"]yourthankyoupg.htm[/COLOR]"> ....form fields... ....form fields... <input type="submit" name="Submit" value="Submit"> </form>[/ICODE]
I would suggest that this is posted in the wrong forum and belongs in one of the "Water Cooler" categories: [url]http://www.daniweb.com/forums/forum152.html[/url]
The End.