Hi 
        Although you cannot disable the menu in the windows the user
opens, you can disable menus and toolbars in the windows that you open,
so what you can do is when your first page loads open another window
using javascript then run your application in that window. 

For your second question you have to stop caching, then when the user
hits the back button the page will be requested again. Add the following
to the <head> section of your asp page for that.

<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0">


HTH
Chamindu

**** DISCLAIMER *****

This e-mail and any attachments thereto are intended for the sole use of
the recipient(s) named above and may contain information that is
confidential and/or proprietary to the hSenid Software International
(Pvt.) Ltd. Any use of the information contained herein (including, but
not limited to, total or partial reproduction, communication, or
dissemination in any form) by persons other than the intended
recipient(s) is prohibited. If you have received this e-mail in error,
please notify the sender immediately and delete it.


-----Original Message-----
From: Arnnie Martinez [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 28, 2004 9:26 PM
To: [EMAIL PROTECTED]
Subject: Re: [ASP] Disable View Option from Menu Bar

Ok, if it can not be done on ASP.  Is there a way that when the user 
click the back button to view a previously displayed page the page 
load another page preventing the user to see the previously displayed 
page. Such as if the session time has expired.


--- In [EMAIL PROTECTED], Mark E 
<[EMAIL PROTECTED]> wrote:
> Cannot be done with ASP.  And I don't think you can disable any 
menu item at all, even with Javascript.
>  
> Mark
> 
> Arnnie Martinez <[EMAIL PROTECTED]> wrote:
> Dear Friends:
> 
> I have an application that has an exit button.  However, I want to 
> hide the Toolbar and Disable View Option from Menu Bar so the user 
is 
> forced to exit using the provided Exit Buttom.  And also to prevent 
> the user from viewing the previous page is the session time has 
> expired.
> 



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [EMAIL PROTECTED]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to