hogtied
01-11-2003, 10:20 AM
Hello members,
I have this understandable desire to figure out how does browsers remember what you typed in a textbox?
For instance: I type in "speed bikes" then click search. when i click on the back button the textbox still says "speed bikes". What causes this and most important can I do something with it.
I did a small test something like this
IF (textbox == "speed bikes")
{
document.write("speed bikes")
}
WEELLL,, I type in speed bike click search, go back and it doesn't do the document.write
No idea.......
I have this understandable desire to figure out how does browsers remember what you typed in a textbox?
For instance: I type in "speed bikes" then click search. when i click on the back button the textbox still says "speed bikes". What causes this and most important can I do something with it.
I did a small test something like this
IF (textbox == "speed bikes")
{
document.write("speed bikes")
}
WEELLL,, I type in speed bike click search, go back and it doesn't do the document.write
No idea.......