How can i restrict the address bar and the status bar from displaying the path, file name, query strings, As in Gmail, the address bar displays http://www.gmail.com/gmail and nothing else. Also, the status bar doesnt display anything at all. please help. Rakesh Gupta
Try this: Code: document.onmousemove=function() { window.status = ''; } Put this inside a script tag, inside HEAD of the HTML.
Thanks for your speedy posts, If i am correct, there is no way to do this using Perl Script, as Perl is a server side script. Please correct me if i am wrong. Thanks Rakesh Gupta
You are absolutely correct, Perl is a server-side scripting language. Nothing to do with the client-side processing.