Feedback on: irt.org FAQ Knowledge Base Q677
Comments:
Typo
window.open(url,'windowName','width=200,height=200);
should be
window.open(url,'windowName','width=200,height=200');
with a trailing quote
Comments:
Please note there is a typo
window.open(url,'windowName','width=200,height=200);
is missing a quote before the end bracket
window.open(url,'windowName','width=200,height=200');