Wap
How to refresh a page on pressing back link?
For example, I have 2 Screens,on pressing back link from the 2nd screen,it
should go to the first screen as well as it should refresh the 1st screen.
[203 byte] By [
Suresh] at [2007-11-9 15:31:00]

# 1 Re: Wap
Assign an action to the back softkey.
You can use WMLScript or the WML tag <refresh> to refresh pages.
Jeromy Hill
Wireless Dev Pro
"Suresh" <sureshcin@yahoo.com> wrote:
>
>How to refresh a page on pressing back link?
>For example, I have 2 Screens,on pressing back link from the 2nd screen,it
>should go to the first screen as well as it should refresh the 1st screen.
# 2 Re: Wap
hi suresh,
this is what u have write on the 1st page
<template>
<onevent type="onenterbackward">
<refresh></refresh>
</onevent>
</template>
let me know the results.
hope this helps.
sanjeev
"Suresh" <sureshcin@yahoo.com> wrote:
>
>How to refresh a page on pressing back link?
>For example, I have 2 Screens,on pressing back link from the 2nd screen,it
>should go to the first screen as well as it should refresh the 1st screen.