i just need to reset the form and i cant figure out the code for it
function Check_Data() {
if(document.NICK.totalfield==0)
{
alert("please go back and hit calculate total");
}
if(document.NICK.totalfield>0)
{
alert("Thank you for your purchase");
}
}
once the alert pops up im supposed to refresh the page after the alert pops up can u help me please?



Reply With Quote

Bookmarks