Some notebook bugs:
I have had time to experiment a little:
1) Inserting a javascript with type or language specified
does not take effect until the user reloads the page:
html('<script>alert("this works")</script>')
works as expected,
html('<script language="JavaScript">alert("this does not")</
script>')
requires a reload
2) the code
print """
<html><script>
document.write("<p>a paragraph</p>");
</script></html>
"""
definitely blows up the notebook.
3) I am still hoping for some suggestions as to how
to allow a sage computation to cause a javascript function
to be invoked while it continues processing.
Any hints for me, please?
-gerhard
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---