what do I need to put into a form to have form string input modify the landing page permanently?
<input type="text" name="tags"> </input> onsubmit="upload.php"
next page... [tags] replaced with user input... ect
thanks
onsubmit, is a javascript event, expect to have javascript code between quotes, so:
onsubmit="upload.php"
it will trigger u a javascript error ...
So, what are u trying to achieve?
yea... I totally don't understand what it is you're trying to do...