Use URLbar to change textbox value? (JavaScript maybe?) -
By any means can I use the URL bar to change the value of a text box (text)?
I can type "javascript: alert (document.lastModified)", and it runs just fine - how can I run some javascript "Change the value of text text for X"?
> Javascript: document.getElementById ('IDOFTEXTBOX'.) Price = 'Some';
Comments
Post a Comment