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

Popular posts from this blog

c# - Reactive Extensions ControlScheduler -

scala - Play Framework - how to bind form to a session field -

javascript - Enable/Disable form elements and changing the values of button at a time? -