Disabling navigation buttons

This is a discussion on "Disabling navigation buttons" within the JavaScript Forum section. This forum, and the thread "Disabling navigation buttons are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 12th, 2007, 13:33
New Member
Join Date: Jan 2007
Location: UK
Age: 38
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Disabling navigation buttons

I'm very new to this game so apologies if this has been answered previously, I have had a look at the various threads some of which ask questions on a similar theme but nothing that seemed to answer the question directly. However I shan't be offended if you link me to another thread which already contains the answer.

I've been asked to investigate a way around an issue.
Currently we (the company I work for) have a link from a static page to a secure page, this static page has a onclick=window.open command which opens a new window minus the tool bar. This has been done so users do not use the back and forward buttons within the secure session.

the script is currently:

<p class="indexText"><a href="#" onClick="window.open('https://securepage','securepagename'
,'toolbar=no,status=yes,scrollbars=yes,resizable=y es,width=800,height=600');" class="bodyLink">name</a><br>text<b>text</b></p>

The only problem with this is that it generates a LOT of emails and calls from people who cannot see this new window as it is stopped by their popup-blockers and consquently contact us thinking the site is not working properly

So the simple query is:

1)Is there a way to force a page to open in a new window without it getting stopped by standard (i.e. IE) pop-up stoppers?

2) If not, is there a way to force the page to load in the same window but again hiding the toolbar or disabling the back and forward buttons?

3) Can anyone suggest anything else of use that may help this in this quandary?

I look forward to your answers and flaming.

HalUK
Reply With Quote

  #2 (permalink)  
Old Jan 12th, 2007, 16:05
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Disabling navigation buttons

More importantly right now is the fact that its probably illegal.

Would I be right in thinking that your site provides some form of service?

If so, then the Disability Discrimination Act requires your site to be available equally to people using a 'normal' browser and people using 'assistive technologies' which may include little or no JavaScript capability.

You need to rethink your approach.
Reply With Quote
  #3 (permalink)  
Old Jan 12th, 2007, 23:35
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Disabling navigation buttons

Is there a reason you're trying to disable the use of the back button? I can't really see a problem with someone backing out of the secure area...
Reply With Quote
  #4 (permalink)  
Old Jan 16th, 2007, 11:38
New Member
Join Date: Jan 2007
Location: UK
Age: 38
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Disabling navigation buttons

We have upwards of 400K users, the site is an application form with many sections and and users may be on the site for anything up to half an hour (and sometimes more) so the concern is that if users use the browsers navigation buttons then this will not save the completed data properly leading to more calls/complaints about 'lost' data.


So essentially we need to restrict access to these buttons, as I said in my initial notes that currently we do this using a new window but this is blocked by some pop-up software (incl IE) so I'm trying to think round this problem.

I kind of hoped there would be a script that would do the same as the script quoted in the initial notes but keeping it in the same window.

any thoughts?
Reply With Quote
  #5 (permalink)  
Old Jan 17th, 2007, 11:12
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Disabling navigation buttons

Why not use some combination of Ajax and a database that stores only party finished forms? In my opinion, that would be the best way to do it.
Reply With Quote
Reply

Tags
blocker, navigation, popup

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Crazy disabling buttons 1840dsgn Flash & Multimedia Forum 1 Nov 1st, 2007 22:46
Disabling Dropdown based on value range Matc JavaScript Forum 0 Jun 26th, 2007 11:02
Disabling/Enabling form elements flamin_mongrel JavaScript Forum 1 Oct 18th, 2006 21:51
Question about navigation buttons Lisa81 Web Page Design 8 Sep 3rd, 2006 06:08
Navigation Buttons Doogle Flash & Multimedia Forum 1 Mar 29th, 2005 21:10


All times are GMT. The time now is 23:58.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43