change input data
Jan 30, 2009 6:43:22 GMT -5
Post by kokenge on Jan 30, 2009 6:43:22 GMT -5
How can you stop input data from changing back to the original value?
In this example I have 2 input values.
One is a HTML <INPUT and one is a RB textbox.
When you change the values and click [Go] the HTMP <INPUT goes back to the original value.
How do you stop it from going back to the original value.??
[loop]
cls
html "<HR>"
a$ = "abcd"
html "<input id='#a' size=4 value='";a$;"' autocomplete=off />"
textbox #a,a,4ドル
html "<HR>"
button #go, "Go", [go]
wait
[go]
wait
Thanks for the help..
In this example I have 2 input values.
One is a HTML <INPUT and one is a RB textbox.
When you change the values and click [Go] the HTMP <INPUT goes back to the original value.
How do you stop it from going back to the original value.??
[loop]
cls
html "<HR>"
a$ = "abcd"
html "<input id='#a' size=4 value='";a$;"' autocomplete=off />"
textbox #a,a,4ドル
html "<HR>"
button #go, "Go", [go]
wait
[go]
wait
Thanks for the help..