A colleague suggested to the testers they enter javascript:resizeTo(1024,768); into the address bar after starting the app to test it in the smallest browser dimensions for which we are responsible. However, shortly after executing this command (in IE6), the backspace and delete keys stopped working and users could not cut-and-paste.
Why is this happening? In general, should users avoid enter javascript:xxx commands into the address bar? Thanks.