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.
|
|
|
|
|
![]() |
||
Disabling navigation buttons
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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 |
|
|
|
|||
|
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. |
|
|||
|
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? |
![]() |
| Tags |
| blocker, navigation, popup |
| Thread Tools | |
|
|
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 |