Posted by Martix on 03/29/07 19:38
I want to use links.
What's the syntaxt I would use.
<form name= "inputs" method=post>
<p align="center">Input Phone Number <input type="text" name="Tin"
size="20"> Employee Name
<input type="text" name="Tname" size="20"> Employee Number
<input type="text" name="Tcc" size="20" value="6"></p>
<p align="center">
</form>
<a href="emp_info.asp">Employee Info </a>
<a href="skills.asp">Skills</a>
<a href="history.asp">Employee History</a>
<a href="references.asp">References</a>
These are some examples. How would I code it so that when I click each
link it gets the Employee number from the form and passes it through
the link?
Navigation:
[Reply to this message]
|