Object window left over in a javascript bookmark

Posted by user333578 on Stack Overflow See other posts from Stack Overflow or by user333578
Published on 2010-05-05T15:11:58Z Indexed on 2010/05/05 15:18 UTC
Read the original article Hit count: 154

Filed under:
|
|

Currently I'm using the following as a bookmark in Firefox 3.6.3. It redirects me to the RFC just fine, but the active tab says [object Window]. What do I need to do to get rid of that artifact?

javascript:var rfc=prompt("RFC Number");window.open("http://ietf.org/rfc/rfc" + rfc + ".txt")

© Stack Overflow or respective owner

Related posts about firefox

Related posts about JavaScript