Hallo ich würde gerne das dies Formular gleichzeitig an 17 weitere cgi Skripts versendet wird, aber ich bekomme das irgendwie nicht hin. Ich wäre über jeden Gedanken Anstoß erfreut ;)
Hier mal der Quellcode:
Wie gesagt über JEDE Hilfe würde ich mich freuen.
Grüße und Dank Concorde
Hier mal der Quellcode:
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>
<body>
<B>Why not add your own link?!</B><BR>
<FONT size=-1>
Your email address is required, but not shown or given out to anyone.<BR>
We will send you a <b><U><I>Thank You...</I></U></b> email, showing the link you just posted,<br>
so you know everything is okay. We will also remind you when your ad expires<br>
and include some info about our products/services for you to review.
</FONT>
<BR><BR>
<FORM name=ffa24 action=http://www.ffa24.de/cgi-bin/1/links.cgi method=post>
<B>Web Site Title</B><BR><INPUT type=text maxLength=85 size=60 name=title><BR>
<B>Web Site URL</B><BR><INPUT type=text size=60 name=url value="http://"><BR>
<B>Email Address</B><BR><INPUT type=text size=60 name=email value=""><BR>
<B>Select Section</B><BR>
<select name="section">
<option>Business</option>
<option>Computers</option>
<option>Education</option>
<option>Entertainment</option>
<option>Government</option>
<option selected>Miscellaneous</option>
<option>Personal</option>
</select><br><br>
<input type=hidden name="mode" value="Add My Link">
<input type="submit" value="Add My Link"> <input type=reset value="Clear Form">
</FORM>
<script language="JavaScript">
<!--
document.ffa24.title.focus();
document.ffa24.title.value='';
document.ffa24.url.value='http://';
document.ffa24.email.value='';
// -->
</script>
</body>
</html>
Wie gesagt über JEDE Hilfe würde ich mich freuen.
Grüße und Dank Concorde
Zuletzt bearbeitet: