Do not use alert()
Javascript alerts are very intrusive and interfere with the the presentation of a Pageflakes page. As such, alerts should not be used. As an alternative, any messages should be displayed in a suitable <div> element.
Pageflakes How-To and Troubleshooting Guide |
Do not use alert()Javascript alerts are very intrusive and interfere with the the presentation of a Pageflakes page. As such, alerts should not be used. As an alternative, any messages should be displayed in a suitable |