javascript - Invalid Escape Sequence cannot figure out the use of the escape character -
this syntax:
executejscommand("location.href='statusdetails.php?chld=1\&jnum=1024&jtitle=';");
gives error:
invalid escape sequence
executejscommand("location.href='statusdetails.php?chld=1\\&jnum=1024&jtitle=';");
Comments
Post a Comment