Hi Every One, I have a requirement to make the browser URL to Read Only true like in the Bank Net banking sites.When the browser open it self opening the URL should be in the read only state like we can read the URL but unable to Modify the URL.Can we do this using javascript?Make sure that am not asking in the window open form please provide me the solution in the direct browser.
Loading
Manish DubeyPosted Jan 23, 2014, 5:12 AM
As I mentioned in my question, I am not opening any new window just doing on same window.
like we have a one page as name 'Default.aspx' when this page running on browser in this case url should be read only.
Thanks and Regards
Manish Dubey
Jaganathan BantheswaranPosted Jan 23, 2014, 3:28 AM
Try this,
window.open('yoururl','Test','directories=no,
titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,
resizable=no,width=720,height=800');