Hi Avinash,
Check the code below,
function Module2()
{
cs=confirm("Have U Paid For This Stuffs...!! If Yes, Click OK");
if((cs == true))
{
alert("Welcome Dear User...!! Please Check Whether U've Paid and Try Again Later");
}
else
{
alert("Welcome. Thanks For Using Our Service");
}
}
Aug 23, 2010