Did you know that you can execute javascript statements against a web page, just like
using the Immediate window in Visual Basic 6? I just learnt this today.

Browse to a web page that has a disabled textbox and type this (replace the form and
textbox names) in the address bar and hit enter.

javascript:void(document.Form1.txtBox1.disabled
= false)

Presto you have an enabled textbox! Think of all the fun you can have on web sites
that only have client side validation?

Share →

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>