Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
inet
active_desktop
active_scrptng
asp.components
asp.db
asp.general
comctl32
comp.packaging
components.dev
dbweb
dhtml_editing
docobjects
html_authoring
html_objmodel
iis
iis.ftp
iis.security
iis.smtp_nntp
indexserver
misc
mshtml_hosting
scripting.jscript
scripting.vbscript
sdk_setup
shell_objmodel
urlmonikers
webbrowser_ctl
wininet
  
 
date: Tue, 9 Oct 2007 12:10:00 -0700,    group: microsoft.public.inetsdk.programming.scripting.jscript        back       


IE back and forward and refresh button control   
Does any one know how to trace back and forward and refresh button event.

I am making web based app. I wanted to restrict user doing 
(Back-Forward-Refresh) opration on my Web App.

Is there any way I can disable or else I can trace the event?


Thanks in advance,
Ritu
date: Tue, 9 Oct 2007 12:10:00 -0700   author:   ritu

Re: IE back and forward and refresh button control   
Hi ritu,

For Back - Forward buttons try the following code in your pages:

<script language="javascript">
    if(history.forward(1))
        {
            history.replace(history.forward(1));
        }
</script>

"ritu"  escribió en el mensaje 
news:476F5FFF-1577-46A4-9882-420F63CEB061@microsoft.com...
> Does any one know how to trace back and forward and refresh button event.
>
> I am making web based app. I wanted to restrict user doing
> (Back-Forward-Refresh) opration on my Web App.
>
> Is there any way I can disable or else I can trace the event?
>
>
> Thanks in advance,
> Ritu
>
date: Thu, 11 Oct 2007 09:36:03 -0600   author:   Juan Alberto

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us