I am trying to insert Popup script in PHP file but I'm facing with this problem.
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in...
The code I'm trying to insert is this:
<A HREF="javascript:popUp('abc')">Open the Popup Window</A>
Source: http://javascript.internet.com/generators/popup-window.html
What would you suggest me to do?
PS: I forgot that you can't post javascript even with
- the right code is in that link (not promoting anything!)