English 中文(简体)
灵活性:Browser Refresh Issue
原标题:Flex:Browser Refresh Issue

我的申请书首次显示原木,在成功验证后进入第二个屏幕。 但是,当浏览器通过F5或浏览器子重新使用申请时,就会出现问题,并且显示第一个屏幕,即Login屏幕。

如何避免这种情况,我指的是,不管装满现有屏幕/组件的浏览器是否应当保持完整(不应从一开始)。

As an example I have a link from where I took this example & uses in my code: http://www.vipercreations.com/media/tutorials/login_system_with_flex_and_php/
credentials: user: test and pass: test

在这里,一度gged住F5,你将回到Ist屏幕上,而不是坐在同一屏幕上。

谢维奥

问题回答

如果您的标识产生像某届会议这样的内容,你可以通过这届会议反对通过闪电卫星提出申请。

当您提出申请时,如果会议已经举行,就会受到考验。 如果存在,则对服务器进行验证。 如果成功的话:你被拖了下来,那么就能够跳上标识。 否则:显示标识。

此外,这不是一个复习问题,而是降水到会议管理。 我可以不打上复读的纽顿,而是再次打开同一网站,必须登录,看上去。

浏览后将重载,并不是转载的闪电。 或超文本档案。

我有这部法典,可以解脱F5或复读。

<script>
window.history.forward(1);
document.attachEvent("onkeydown", my_onkeydown_handler);
function my_onkeydown_handler()
{
switch (event.keyCode)
{

case 116 : //  F5 
event.returnValue = false;
event.keyCode = 0;
window.status = "We have disabled F5";
break;
}
}
</script>

您可以通过外围或共同的物体将会议安排在座。 这样,你甚至可以增加一个到期日,当然该日期应与服务器满期。

此外,你还可以利用历史管理者或BrowserManager,在《世界古兰经》中加入同声。 如果你仔细设计这些邦,那么打5英亩(或通过书目进入该页)就会把浏览器引向最后的邦,而不是从头开始。 只想核实本届会议。





相关问题
Disable button tooltip in AS3

I want to disable the tooltip on certain buttons. The tooltip manager seems to be an all or nothing solution. Is it possible to disable the tooltip for just one or two buttons?

Multiple Remote call made simultenously

I was making multiple remote calls and they are done sequentially and when I am getting a result event back it s triggering calls to all the methods with ResultEvent as an argument . I am supposed to ...

Attaching a property to an event in Flex/AS3

I have a parameter that needs to be passed along with an event. After unsuccessful attempts to place it on the type by extending the class, I ve been advised in another SO question to write a custom ...

Clearing RSL in Cache

I have built a flex application which has a "main" project and it is assosciated with a few RSL s which are loaded and cached once i run my "main" application. The problem i am facing is that the ...

What s a good way of deserializing data into mock objects?

I m writing a mock backend service for my flex application. Because I will likely need to add/edit/modify the mock data over time, I d prefer not to generate the data in code like this: var mockData =...

AS3 try/catch out of memory

I m loading a few huge images on my flex/as3 app, but I can t manage to catch the error when the flash player runs out of memory. Here is the what I was thinking might work (I use ???? because i dont ...

热门标签