Code: Select all
<input type = 'submit' onClick = "window.open('www.google.com', 'height = 100, width = 200');">
Can anybody see what is causing this?
Regards,
Moderator: General Moderators
Code: Select all
<input type = 'submit' onClick = "window.open('www.google.com', 'height = 100, width = 200');">
Code: Select all
<input type = 'submit' onClick = "window.open('www.google.com', 'height = 100, width = 200');">Code: Select all
<input type = 'submit' onClick = "window.open('www.google.com', '<nameOfWindowHere>', 'height = 100, width = 200');">