Form help please...

liunx

Guest
Hey guys. The page I'm having a problem with can be found here :<br />
<!-- m --><a class="postlink" href="http://www.digitalonyxdesigns.com/K%20&%20K%20Corp/DESIGN_22/apprequest.html">http://www.digitalonyxdesigns.com/K%20& ... quest.html</a><!-- m --><br />
<br />
Now, I created a txt file that would be accessed by the server I'm guessing after the user would click the 'Submit' button.<br />
I have attached this txt file. <br />
<br />
I've made one form before, on a Unix server. This is the coding I used to make it work :<br />
/htbin/cgiemail/~username/registar.txt<br />
<br />
I tried that, even though I'm not on a Unix server anymore, thinking maybe it would work, but of course it didn't. This site is being hosted through Stargate [www.stargate.com].<br />
<br />
Does anyone know the chunk of code to make all these pieces come together?? I would put it in the 'Action' section while the entire form field is selected [I'm using Dreamweaver by the way].<br />
<br />
Thanks for any help anyone can give me!<!--content-->By the looks of it Stargate don't supply a sendform.cgi or the like. You need an ASP or CGI (perl) script, try a web search or one of the relevant forums.<!--content-->The Plan I currently have can be found here :<br />
<!-- m --><a class="postlink" href="http://www.stargateinc.com/us/hosting/starter_windows.asp">http://www.stargateinc.com/us/hosting/s ... indows.asp</a><!-- m --><br />
<br />
It lists scripting languages perl, CGI, ASP 3.0 and ASP.NET. Do you know the CGI code I would use at all??<!--content-->As I said try one of the relevant forums ASP (<!-- m --><a class="postlink" href="http://forums.webdeveloper.com/forumdisplay.php?s=&forumid=9">http://forums.webdeveloper.com/forumdis ... &forumid=9</a><!-- m -->) or CGI (<!-- m --><a class="postlink" href="http://forums.webdeveloper.com/forumdisplay.php?s=&forumid=4">http://forums.webdeveloper.com/forumdis ... &forumid=4</a><!-- m -->)<!--content-->
 
Back
Top