Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is the syntax on this simple 1 correct?

Status
Not open for further replies.
Jan 26, 2001
126
US
And at what level of my web hiearchy do I place the folder "cgi-bin"? Same level as my index.html file or one level above?


------
<html>

<head>
<title>cgi test</title>
</head>

<body>

<form action=&quot; method=&quot;POST&quot;>

<!-- required fields -->
<input type=&quot;hidden&quot; name=&quot;to_address&quot; value=&quot;bozo@rbbbc.org&quot;>
<input type=&quot;hidden&quot; name=&quot;mailer&quot; value=&quot;full.server.name&quot;>

<!-- get two simple inputs and make them all required -->
first name: <input type=&quot;text&quot; name=&quot;user_required_firstname&quot;><br>
last name: <input type=&quot;text&quot; name=&quot;user_required_lastname&quot;><br>

<!-- again, don't forget the from__address -->
email address: <input type=&quot;text&quot; name=&quot;from_address&quot;><br>

<input type=&quot;submit&quot; value=&quot;submit&quot;>
</form>

</body>
</html>

---

thanks for any feedback.... Steep learning curve:)
 
Seems we do have CGI capability. running AppleShare IP 6.x on a G4 server (I'm betting you're a PC guy rather than Mac)...and the documentation is a struggle. But I wanted to make certain I had the sytax part down before I started tooling with the code. Now I can focus my efforts on the Server side.

Since the server is here... hummmm I wonder if a NAT environment would adversely effect the functionality of a cgi call?? Nah.......

'Preciate your assist with this.

MacGeneral
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top