William Stein wrote:
> On Sat, Apr 12, 2008 at 4:55 PM, gerhard <[EMAIL PROTECTED]> wrote:
>>  > a really simple problem related to the above problem
>>
>>  It all comes down to being able to have sage
>>  print an html('string') to the notebook,
>>  and having the page refresh without having the user
>>  cause an event, (e.g., by pressing shift-enter).
> 
> Could you give a *really concrete* but simple example which we
> could focus on?   Thanks!


Is this a relevant example?


running this in the notebook:

for i in range(5):
     print html('<script>alert(%s)</script>'%i)
     sleep(1)

should pop up a dialog box every second.

Is that an example of what you want, gerhard?

Jason


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to