Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old May 5th, 2005, 11:36 PM
jweizenblut jweizenblut is offline
Contributing User
Codewalkers Novice (500 - 999 posts)
 
Join Date: Apr 2007
Location: Miami, Fl. US
Posts: 522 jweizenblut User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 m 29 sec
Reputation Power: 2
Send a message via AIM to jweizenblut Send a message via Yahoo to jweizenblut
Disable Back Button....

Is there a way to disable the Back Button from IE browser?
I could have sworn I have seen this done in some sites, but not sure how this would be implemented.

Reply With Quote
  #2  
Old May 6th, 2005, 04:41 AM
nazly nazly is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Colombo,SriLanka
Posts: 1,325 nazly User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 18 sec
Reputation Power: 3
Send a message via Yahoo to nazly
RE: Disable Back Button....

Here is a code that can help u..

Code:
<html>
<head>
<script language="javascript">
function chgButtonState(){
	if(document.form1.btn1.disabled){
		document.form1.btn1.disabled=false;
		document.form1.btn2.value="Disable";
	}
	else{			
		document.form1.btn1.disabled=true;
		document.form1.btn2.value="Enable";
	}	
}
</script>
</head>
<body>
<form name="form1">
  <input type="button" name="btn1" value="My Button" disabled>
  <input type="button" name="btn2" value="Enable" onClick="chgButtonState()">
</form>
</body>
</html>

Reply With Quote
  #3  
Old May 6th, 2005, 05:24 AM
jweizenblut jweizenblut is offline
Contributing User
Codewalkers Novice (500 - 999 posts)
 
Join Date: Apr 2007
Location: Miami, Fl. US
Posts: 522 jweizenblut User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 m 29 sec
Reputation Power: 2
Send a message via AIM to jweizenblut Send a message via Yahoo to jweizenblut
RE: Disable Back Button....

I am not sure if you understood what I am trying to do. I am trying to figure out how to disable the BACK button in Internet Explorer so what when the user navigates the pages, they can't click back.

Reply With Quote
  #4  
Old May 6th, 2005, 12:40 PM
Blindeddie Blindeddie is offline
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: NJ - USA
Posts: 2,152 Blindeddie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 4
RE: Disable Back Button....

You cannot disable the "Back" button. Trust me I have tried....

Reply With Quote
  #5  
Old May 6th, 2005, 05:17 PM
notepad notepad is offline
Codewalkers Loyal (3000 - 3499 posts)
 
Join Date: Apr 2007
Location: Central, IL USA
Posts: 3,214 notepad User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to notepad
RE: Disable Back Button....

you can disable the toolbar which contains the back button, in a popup window...

Reply With Quote
  #6  
Old May 7th, 2005, 01:13 AM
nazly nazly is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Colombo,SriLanka
Posts: 1,325 nazly User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 18 sec
Reputation Power: 3
Send a message via Yahoo to nazly
RE: Disable Back Button....

My bad.. Maybe I should read the post more carefully..

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > Disable Back Button....


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT