Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
nrutter #1
Disable back button in browser and X in top right
Has anyone ever seen code out there for disabling the back button or the close
button? I don't want the user to be able to leave the flex app without saving.
That means anything that would navigate them away from the page. Including
back button, close button, click home. Any ideas?
-NR
nrutter Guest
-
back button - disable
Is there a way to prevent the user from using the browser Back Button to go back to a previous page in an ASP.NET application? Thanks! Bill -
Browser Back button problem
Dear all I'm having a probelm concerning the security of my application. the problem is when a user is loggoed in and then he looged out i redirect... -
How do I disable Back Button in Browser?
i get incredibly grumpy every time someone asks a question then they get bombarded with 'we have to think of the user' and 'u have no right to mess... -
HOW TO DISABLE BACK BUTTON IN ASP
hi all For a user to log of in an application ,i've used session.abandon method and furthur the control is redirected to the home page.as a... -
Back button on the browser problem
Hi In my application I have a wizard and I have to make sure that user can't come back to previous page of the wizard. The problem is that is user... -
atta707 #2
Re: Disable back button in browser and X in top right
No. You cannot disable these buttons!
There are ways that you can use Javascript to identify these user actions --
like gmail does for an example -- and present user an option to save the data.
But again this is an option user may choose to ignore. So technically speaking,
"I don't wantn the user to be able to leave flex app..." is not such a
practical goal to have, IMO.
ATTA
atta707 Guest



Reply With Quote

