PDA

View Full Version : Urgent plz help



exfusion
May 22nd, 2003, 01:41 PM
hi all, i have a small problem that needs to be solved

i have a webpage in wich the user submets a form. upon submition the user will recieve a code on his mobile phone and be directed to a different page on the browser. the problem is:
if the user presses the back button on the browser , the code is resent to him, and i can't afford that. what i need to do is to disable the back button on the browser (how do i do that)?

plz help i need to get it done today

thx

Digitalosophy
May 22nd, 2003, 01:52 PM
well sounds to me like you should simply have the page that opens (recieve a code on his mobile phone and be directed to a different page ), have no address and tool bar.

But this is the simple way i guess :)

exfusion
May 22nd, 2003, 01:56 PM
i will try that, but if u have any other solution, plz let me know

thx again

Digitalosophy
May 22nd, 2003, 01:59 PM
well what are u writing your code in? ASP? cuz if that is the case you can say at the end of your code


myTextbox = Nothing

this will reset your textbox vaue to nothing