<br><br><div><span class="gmail_quote">On 7 Sep 2005 11:10:00 -0700, <b class="gmail_sendername">Jason</b> <<a href="mailto:jason.massey@gmail.com">jason.massey@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
IE...<sigh></blockquote><div><br>
Yeah, I  know what you mean. Here's another one that doesn't work in IE, but it does work in Firefox:<br>

canvas = pid.PILCanvas()<br>

 canvas.drawRect(0,400, 500, 0, fillColor=pid.floralwhite, edgeColor=pid.maroon )<br>

<snip><br>

# display stuff<br>

f = StringIO.StringIO()<br>

canvas.save(f, format="png")<br>

# does not work in MSIE, that sucks...<br>

return 'data:image/png,' + urllib.quote(f.getvalue())<br>

<br>

these are DATA URIs (<a href="http://www.howtocreate.co.uk/wrongWithIE/?chapter=Data%3A+URIs">http://www.howtocreate.co.uk/wrongWithIE/?chapter=Data%3A+URIs</a>)<br>

so do I now have to change my code because most people use IE? Probably I have to :-(<br>
 </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Have to come up with a workaround, go back to the old <input>.  I'm<br>about the only one who uses firefox in our facility.
<br><br>Thanks for the reply and the link.<br><br>--<br><a href="http://mail.python.org/mailman/listinfo/python-list">http://mail.python.org/mailman/listinfo/python-list</a><br></blockquote></div><br><br clear="all"><br>-- 
<br>All
truth passes through three stages. First, it is ridiculed. Second, it
is violently opposed. Third, it is accepted as being self-evident.<br>Arthur Schopenhauer <br>-----<br>Please visit dimitri's website: <a href="http://www.serpia.com">www.serpia.com</a><br>