Click to See Complete Forum and Search --> : Does this script exist???


bellkiss
10-31-2003, 08:16 AM
I am looking for a script that allows a user to submit a word/value and on submit the page refreshes showing the value they entered. This can go on indefinitely on the same page. HELP!!!

Thanks.

Khalid Ali
10-31-2003, 08:48 AM
if you do not want to use server side languages,then here is a solution.
append the value to the URL and in the onload event parse the url and display the value...this can go on as long as a user may refresh the pag

bellkiss
10-31-2003, 08:57 AM
I wish I really knew what you meant. I usually use the cut-n-paste scipts... Are there examples out there?

Khalid Ali
10-31-2003, 01:36 PM
The link below will do it.

http://68.145.35.86/skills/javascripts/SubmitValueToItself.html

bellkiss
10-31-2003, 01:42 PM
That's cool! Thank you. If I want to display all the previously entered words including those by other visitors, I would need a database of some kind, right?