add this to the head or to an external file which you can reference
function targetBlank (url) { blankWin = window.open(url,'_blank','menubar=yes,toolbar=yes,location=yes,directories=yes,fullscreen=no,titlebar=yes,hotkeys=yes,status=yes,scrollbars=yes,resizable=yes'); }
then add the onlick event like this
The test domain in a new window
0 comments:
Post a Comment