how to restrict entry in address bar of browser
-
Please tell me how can i restrict user from entering a url in address bar directly to open a web page, Or even if he enters a url he will not be allowed to view that page Thanx in advance
-
Please tell me how can i restrict user from entering a url in address bar directly to open a web page, Or even if he enters a url he will not be allowed to view that page Thanx in advance
If it is a application webpage so you can use sessions to redirect the page asdfasdfasdfasdfasdfasdfasdfasdfasdfasdf
-
Please tell me how can i restrict user from entering a url in address bar directly to open a web page, Or even if he enters a url he will not be allowed to view that page Thanx in advance
You can prevent your user from viewing your fiels directly. But you can not prevent a user from entering a URL into a browser. It just can't be done. And if it could be done somethign would be terribly wrong, don't you think? -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
You can prevent your user from viewing your fiels directly. But you can not prevent a user from entering a URL into a browser. It just can't be done. And if it could be done somethign would be terribly wrong, don't you think? -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
well... you actually can, you simply hide the address bar ;), but you're right, you can't prevent input in the address bar. daniero