Forum moderator: bigblog |
uCoz Community For Webmasters Custom Solutions 2 Automatic AJAX window on webpage load (Tutorial) |
2 Automatic AJAX window on webpage load |
belmo996, it is only possible to change the colour of the AJAX popup in your own account based User/Admin bar. At the moment there is no system way to specify a default colour which is used for all users without the use of custom scripting.
Good luck. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
I would like to add the user activity list to the side window but it dont work with this code
Here is the code Im using to add "get the user activity" the code works fine cause I use it in a module but It dont work in the ajax box Heres the code that im adding <script type="text/javascript"> $(document).ready(function() { $('span.getmuroactetc').load('/index/8-0-$USER$ #getmuroactetc'); }); </script><div align="center"><span class="getmuroactetc"></span> I just want to show the users activities example: Video 0 File catalog 0 photo album 10 |
k thanks ,Im also interested in a random opening which will open 2 or 3 ajax window after the other in the bottom
I have the code but I want it that after one clos the other will open a few second later with a difrent information If it can be done. |
carloscompu, this link should help: http://w3schools.com/js/js_timing.asp
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||