I can do this with Perl or PHP, but non JS. I don't have a clue :)
I want to check if my string value
getCookie("BTO - Taking Care of Business.Score" )
contains the word "completed" . How?
if(getCookie("B TO - Taking Care of Business.Score" ) contains "completed" )
{
document.write( "yeah, you passed");
}
:) John
I want to check if my string value
getCookie("BTO - Taking Care of Business.Score" )
contains the word "completed" . How?
if(getCookie("B TO - Taking Care of Business.Score" ) contains "completed" )
{
document.write( "yeah, you passed");
}
:) John
Comment