POP UP WINDOW FOR MY DASHBOARD

Archived from the Xataface Users forum.

samhans — Thu May 17, 2012 10:53 am

Hai friends and steve,

a simple query, how i could add pop up message in a dashboard, to inform users of certain things when they logs in in my website.

thanks for reply in advance

—samhans


shannah — Thu May 17, 2012 11:23 am

You could use a javascript alert.

e.g.

Code: Select all
<script> alert('Welcome to my site'); </script>

samhans — Thu May 17, 2012 11:31 am

steve,
i want to add images and colorful text in my pop up so that it become attractive. i think it is not possible using alert box.


shannah — Thu May 17, 2012 11:47 am

Use the jQuery dialog function.
http://jqueryui.com/demos/dialog/

-Steve