sunshineguy
07-25-2005, 08:26 PM
no idea.. i have to create diff elements on the form.. text, checkbox, radio.
would i created them all in something like WordPad/Notepad, then i could send it to someone that has the CGI program to test it? I would just do something like the Following with eachtype of element.. could i type them in succession and it would all work?? and then send that document over and it would work? yes i have no clue of anything, ignorance probably. YOUR SAYING I HAVE TO CREATE AN ACTUAL WEBPAGE or HTML or something..lol.. how do you go about doing that..
</body>
</html>
<form>
First name:
<input type="text" name="firstname">
<br>
Last name:
<input type="text" name="lastname">
</form>
</body>
</html>
would i created them all in something like WordPad/Notepad, then i could send it to someone that has the CGI program to test it? I would just do something like the Following with eachtype of element.. could i type them in succession and it would all work?? and then send that document over and it would work? yes i have no clue of anything, ignorance probably. YOUR SAYING I HAVE TO CREATE AN ACTUAL WEBPAGE or HTML or something..lol.. how do you go about doing that..
</body>
</html>
<form>
First name:
<input type="text" name="firstname">
<br>
Last name:
<input type="text" name="lastname">
</form>
</body>
</html>