Hi
I'm trying to create a website that's hosted with a free provider that doesn't allow PHP, CGI or ASPX pages, leaving only javascript as an option. This really is not my thing so I'm after a bit of help.
I need to update a number of links on the page, appending a sales id to them that will be input by the user on the following form. Alternatively a 2nd page could be loaded with the links on if this is easier (it's how I would have done it if I was able to use .Net)
<form method="post">
<p><b>Step 2:</b> Enter your tracking id here: <input type="text" name="sid" size=10>
<br><br>
<b>Step 3:</b> Click
<input type="submit" value=" Update Links " onClick="validate()">
</p>
</form>
Would anyone be able to give me a bit of help?
Thanks
Steve
____________________________________________________________
____________________________________________________________
I'm trying to create a website that's hosted with a free provider that doesn't allow PHP, CGI or ASPX pages, leaving only javascript as an option. This really is not my thing so I'm after a bit of help.
I need to update a number of links on the page, appending a sales id to them that will be input by the user on the following form. Alternatively a 2nd page could be loaded with the links on if this is easier (it's how I would have done it if I was able to use .Net)
<form method="post">
<p><b>Step 2:</b> Enter your tracking id here: <input type="text" name="sid" size=10>
<br><br>
<b>Step 3:</b> Click
<input type="submit" value=" Update Links " onClick="validate()">
</p>
</form>
Would anyone be able to give me a bit of help?
Thanks
Steve
____________________________________________________________
____________________________________________________________