Forum : to check if the user is paid or not
Brief description  about Online courses   join in Online courses
View avinash j j 's Profile

to check if the user is paid or not

hello sir
how do we check if the user is paid or not could you please help me with the command
thank you
Asked by avinash j j | Aug 22, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
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