Timer
Stephen Hansen
apt.shansen at gmail.com
Wed Feb 17 13:37:56 EST 2010
More information about the Python-list mailing list
Wed Feb 17 13:37:56 EST 2010
- Previous message (by thread): Timer
- Next message (by thread): Timer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Feb 17, 2010 at 10:14 AM, Victor Subervi <victorsubervi at gmail.com>wrote: > Obviously, the removeCSS isn't going to work in that last line. What can I > put there to remove the splash page after 5 seconds? > Even though you're generating this with python, it doesn't have anything to do with Python. You'll have to use javascript and DHTML and enable/disable classes. How to do that is beyond the scope of this group, and might depend on the browser. I'd go look into jQuery or some such which will encapsulate such dynamic things better. --S -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20100217/3011172e/attachment-0001.html>
- Previous message (by thread): Timer
- Next message (by thread): Timer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list