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

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -