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

Removing From ArrayList, In Loop Based On It's Size, But Breaking After Remove Still Gives OutOfBounds -

c# - Reactive Extensions ControlScheduler -

java - Add color code support to a Bukkit plugin -