[Webkit-unassigned] [Bug 14599] document.write() inside an <iframe src> does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 15:21:17 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14599





------- Comment #6 from just1gb at gmail.com  2007-09-26 15:21 PDT -------
I beleive basically the bug here is that document.write() does not update the
content until document.close() is called.

javascript:document.write("sridhar") does not work in Safari, while
javascript:document.write("sridhar");document.close(); works


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list