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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make a form without PHP or PERL

Status
Not open for further replies.

klear

Technical User
Mar 10, 2003
16
US
I was wondering if there is another way to make a functional form besides using PHP or PERL scripts. My ISP doesnt support either. So any help will be most appreciated. Thanks in advance for your help.
klear
 
That depends a lot on what you need the form to do. you can easily make a form with only HTML but getting it to do anything usefull usually takes some kind of server side script.

here's a form:

<form name=&quot;wiggy&quot; action=&quot;nextpage.htm&quot; method=&quot;post&quot;>
<input name=&quot;input1&quot; type=&quot;text&quot;>
<input name=&quot;input2&quot; type=&quot;text&quot;>
<input name=&quot;input3&quot; type=&quot;text&quot;>
</form>

what do you want it to do?
does your ISP support ASP? CFM? anything?



Travis Hawkins
BeachBum Software
travis@cfm2asp.com
 
there's a lot you can do with JavaScript in a form... but it really depends on what your needs are. <p>Liam Morley<br><A HREF="mailto:"></A><br>&quot;light the deep, and bring silence to the world.<br>light the world, and bring depth to the silence.&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top