Click to See Complete Forum and Search --> : hide pages from navigation bar


roshnishanoor
November 21st, 2003, 01:32 AM
hi

how to hide pages from navigation bar?

thanks

roshnishanoor
November 21st, 2003, 06:24 AM
is it possible?

Satishpp
November 21st, 2003, 12:26 PM
By navigation bar do you mean address bar?

Waldo2k2
November 21st, 2003, 02:10 PM
it wouldn't matter, they could still easily figure out the url of the page

Satishpp
November 21st, 2003, 04:00 PM
I have not tried this, but wouldn't it be possible for a website to have an asp page that serves as a redirector for the site.

All forms / pages could be wirtten so that they sent a predefined value to this redirector asp, which would then call the required page and also transfer any data with it using server.transfer.

This way all the user would see would be the url of the redirector asp page. The actual asp which generate output dont have to be on the same path as the redirector.


Though I dont know why one would go to such lengths to keep a URL hidden.

Satish

roshnishanoor
November 21st, 2003, 10:56 PM
hi
yes you are right, i can simply use redirector code in the required page for the purpose .But the problem is i don't want to use any redirector code as you mentioned.

the problem is:

suppose there are 3 pages say,first.html second.html and third.html

i submit first.html and i have wriiten code for autosubmit in second.html.

so i reach suddenly on third.html if there is no delay.

after reaching third.html, if i click 'back' (ie, standard buttons of bar at top)of navbar i want to reach first.html; not second.html

is there a solution?

Waldo2k2
November 22nd, 2003, 12:32 AM
um, no...duh, the back button goes back....

roshnishanoor
November 22nd, 2003, 01:56 AM
:eek: oh!
but disabling BACK button of browse is possible isn't?
do you know how is it possible?

roshnishanoor
November 22nd, 2003, 01:59 AM
ie,disabling back button using vbscript/javascript only

alawi2amg
June 5th, 2004, 02:35 AM
so, i cannot disable back button using C#.

alawi2amg
June 5th, 2004, 03:09 AM
Sorry about this interferance but i want to disable back button and i am using C#. this is bcause when the user logout and click back button the page will be shown again. this is not the problem; the problem is when the user click any button, the application terminates and ask for a windows system identity. i am using "server.transfer" in all my pages. are there any solution other than disabling back button in the login page.

note, when user logout he is redircted to login page.

bobo
June 11th, 2004, 07:42 PM
This might be a stupid idea but how about using frames.

We know what you want to do, but if you explain why you're doing it, maybe someone could point you to an easier way of achieving your goal.