|
uCoz Community Archives Locked Popup |
Popup |
Quote (rebelion) Does any one know how to add a popup window like a very simple one that you can put the code on a entry of a publisher page and it'll work? You can view information about that on these threads: Official Thread (http://forum.ucoz.com/forum/36-8296-1#43813) "Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
|
Wow thanks I've been googling this for hours and I couldn't find this thank you very much.
Added (2011-01-13, 6:57 Am) project-implement.com join rsps 508/525
|
Quote (rebelion) shadowslash, I generated the code and I got it and my unique code where do I put them to make the popup for one publisher page? There's a sample usage on the thread post, example, if you want it to open on link click you can do a <a href="javascript:yourUniqueID();"> tag. How do you wish to implement it? "Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
Post edited by shadowslash - Thursday, 2011-01-13, 5:58 PM
|
Natashko, shadowslash, I want to implement it on a publisher page. You know when you're adding a page to the forum with the publisher module theres a html code option yeah that. Also I want it to open automatically thanks
project-implement.com join rsps 508/525
Post edited by rebelion - Thursday, 2011-01-13, 9:11 PM
|
I can't seem to get where you want to put it, could you provide a screenshot? If you want to open it automatically, then you just need to do it like the one below.
Quote <script type="text/javascript"> function testWindow(){ new _uWnd('testWindow',unescape('Test%20Title'),300,200,{modal:0,close:1,max:0,resize:0,nomove:0,shadow:0,header:1,autosize:0},unescape('%3Cdiv% 20align%3D%22left%22%3ETest%20Content%3C/div%3E')); } testWindow(); </script> "Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
|
shadowslash,
project-implement.com join rsps 508/525
Post edited by rebelion - Friday, 2011-01-14, 9:54 PM
|
rebelion, click "HTML codes panel"
insert the code
Code <script type="text/javascript"> function testWindow(){ new _uWnd('testWindow',unescape('Test%20Title'),300,200,{modal:0,close:1,max:0,resize:0,nomove:0,shadow:0,header:1,autosize:0},unescape('%3Cdiv% 20align%3D%22left%22%3ETest%20Content%3C/div%3E')); } testWindow(); </script> and press save if this is not what you want be more specific then To busy building a passive income online ;)
|
| |||
| |||