I am trying to set the value of a textbox in a webpage to a certain value by entering this into the url bar:
javascript:document.getElementById("textboxID").value = "Value";
However whenever I do it just returns a blank screen with whatever value I was trying to set written in the corner.
I am using Google Chrome and I know that this problem does not occur on just one website as I have tried it on many, which leads me to believe that the problem is with the browser, not the site.
Does anyone know why this is happening or a way I can set the value of a textbox on a page using javascript in the URL bar?
Thanks, -p0iz0n