Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-17-2003, 05:19 PM   PM User | #1
nandakumarpb
New to the CF scene

 
Join Date: Jul 2003
Location: mumbai/india
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
nandakumarpb is an unknown quantity at this point
disabling Backbutton in IE

Hi

firneds

I wanted to disable IE back button when user in one of my
page .

How will i do it.
How can i create a intance of IE using javascript/jscript.

if anybody know this please mail me or post here.

with regards
Nandakumar.
nandakumarpb@yahoo.com
nandakumarpb is offline   Reply With Quote
Old 07-17-2003, 05:45 PM   PM User | #2
arnyinc
Regular Coder

 
Join Date: Jan 2003
Posts: 867
Thanks: 4
Thanked 8 Times in 8 Posts
arnyinc is an unknown quantity at this point
You cannot disable the back button directly. Here is an article that discusses options for achieving the same results. The article focuses on ASP, but it can be translated to other server side languages:

http://www.4guysfromrolla.com/webtech/111500-1.shtml

You can either use a link with a _blank target or use window.open to get a new instance of IE. Is that what you mean?

<a href="newinstance.htm" target="_blank">Click here</a>

<a href="newinstance.htm" onclick="window.open(this.href, '_blank'); return false;">Click here</a>
arnyinc is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:37 AM.


Advertisement
Log in to turn off these ads.