|
uCoz Community uCoz Modules Additional Features TUTORIAL - CREATING BLUE POP-UP WINDOW |
TUTORIAL - CREATING BLUE POP-UP WINDOW |
http://forum.ucoz.com/forum/36-8296-1
Here is a tutorial that it helps me but , i want to change it. this code is available if somone clicks the word you set. i want to change it to whene somone joins the web site in homepage to show a message can somone help me? |
R35, if I understood you correctly, go to CP->Design->Design management (templates)->module main page/Home page->add:
Code <script type="text/javascript"> $(document).ready(function(){ new _uWnd('myName','Window title',500,200,{autosize:1,maxh:300,minh:100},'Here goes window content'); }); </script> |
| |||
| |||