What is the proper syntax
I want to open a new window using onClick and I cannot seem to get the proper syntax without displaying an error on the page.
onclick="window.open='http://php.xxxdatabase.com/link/?&user=freexxx&site=pics'"
The above works without a syntax error but it does not open a new window.
|