Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q677

Feedback on: irt.org FAQ Knowledge Base Q677

Sent by michel on June 02, 2002 at 08:00:17: - feedback #3920

Comments:
Typo
window.open(url,'windowName','width=200,height=200);

should be
window.open(url,'windowName','width=200,height=200');

with a trailing quote



Sent by Michel on July 01, 2002 at 03:49:14: - feedback #3971

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');



©2018 Martin Webb