Re: Hiding WebPage name in address bar



I belive you could just prevent caching so that those pages are not taken
into account by the history...

You could also implement something so that it doens't cause a problme if
they try to access to a page out of the expected sequence (it this for a
wizard like UI ?).

Patrice

--

"Mustufa Baig" <mustufa@xxxxxxxxxxx> a écrit dans le message de
news:u$v2a6fOFHA.1096@xxxxxxxxxxxxxxxxxxxxxxx
> Okay. Got it!
>
> I don't want to let users click back button. One way is to hide the tool
bar
> thru javascript. I can acheive it only when the user clicks on a link and
> website opens in a new in a new window. But let say users are not clicking
a
> link to get to my website, they are actually getting to it by typing
website
> address. In this case I don't know how to make the toolbar disappear.
>
> Could you please give me some suggestions on this?
>
> Thanks
>
> "John Timney (ASP.NET MVP)" <timneyj@xxxxxxxxxxxxx> wrote in message
> news:e$j6%23qfOFHA.2956@xxxxxxxxxxxxxxxxxxxxxxx
> > Why would you ever want to do this, it makes no sense to confuse the
user
> as
> > to where they are in an application?
> >
> > You could load a frameset with your site inside another inside a parent
> > frameset and the URL will not change on the parent.even though the pages
> in
> > the child change, or simply launch your site into a window with no
chrome
> >
> > --
> > Regards
> >
> > John Timney
> > ASP.NET MVP
> > Microsoft Regional Director
> >
> > "Mustufa Baig" <mustufa@xxxxxxxxxxx> wrote in message
> > news:eMLAFjfOFHA.3336@xxxxxxxxxxxxxxxxxxxxxxx
> > > Hi,
> > >
> > > I don't want to show the web page name shown in the address bar.
> > > For example if the website address is http://localhost/webreadfile/ so
> > from
> > > this point forward, no matter which pages I surf, the address bar
should
> > > look like http://localhost/webreadfile/. It should not show any page
> name.
> > >
> > > Thanks
> > >
> > >
> >
> >
>
>


.


Loading