Simple way to open window as a popup.
on the link just type this:
Code:
"#" onClick="window.open('http://[COLOR=magenta]www.yourdomain/yourpage[/COLOR].html', '','width=[COLOR=magenta]300[/COLOR],height=[COLOR=magenta]300[/COLOR]'); return false;"
If you are using Bluevoda, eliminate the first quote " of the code because will be automatic added by Bluevoda itself.
make like this:
Code:
#" onClick="window.open('http://www.[COLOR=magenta]yourdomain/yourpage[/COLOR].html', '','width=[COLOR=magenta]300[/COLOR],height=[COLOR=magenta]300[/COLOR]'); return false;"
Hope this simple tips can help you to open popup window according your need
Comment