Remove Links From "Back" Navigation 
Author Message
 Remove Links From "Back" Navigation

Hi,

Thanks for the info.  However, I did a little digging and found the the
Explorer object has a Navigate method that allows you to remove a page from
the history.  Unfortunately though, when I instantiate the object, I get an
error "Object not safe for scripting".  Any experience using this object?
Here is the code I tried:

<script Language="VBScript">
Sub DeletePage(sPage)
        Set x = CreateObject("InternetExplorer.Application")
        x.Navigate, sPage, 2
End Sub
</script>

JIM



Quote:
> Sorry but you can't do that at this point in time.  I don't think you
will
> be able to at all either.  Doesn't leave a paper trail as the user would
> want.
> --
> _________
> CEO DigiTec Web Consultants
> Justin Rogers
> Personal Programmer and Web Consultant     Home Page:      Soon to come



> > Does anyone know how to remove a page from the history using VBScript?
I
> > display an "interim" page that loads another page, and  I would like to
> > remove the interim page from the links so the user cannot go back to
it.

> > JIM



Tue, 16 Nov 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Disabling "BACK"/"FORWARD" buttons

2. Disabling "BACK"/"FORWARD" buttons

3. Reload page on "back"

4. How to disable the "Back" button

5. How do I Prevent a "Back"

6. Disable "Back" Button

7. Going "Back" in server-side script

8. "Back" upset by vbScript

9. passing Exec.StdOut back "live"?

10. Datarefreshment after ging "back"

11. forcing a browser "Back"

12. How to forbid "back" button

 

 
Powered by phpBB® Forum Software