d2e8kk
10-11-2005, 03:35 PM
Hello!
I have little problem with Javascript.
I written PHP-form that send message "Updated successfully" with help JavaScript:
print "
<Script language=JavaScript>
alert('Updated successfully');
</Script>
";
Press "Ok" - message window closed.
And if now I shall press browser's button "Back" I shall receive this message again. Who known what I need to do for suppress appearance this window more than one time?
Thanx.
I have little problem with Javascript.
I written PHP-form that send message "Updated successfully" with help JavaScript:
print "
<Script language=JavaScript>
alert('Updated successfully');
</Script>
";
Press "Ok" - message window closed.
And if now I shall press browser's button "Back" I shall receive this message again. Who known what I need to do for suppress appearance this window more than one time?
Thanx.