• Page 1 of 1
  • 1
Popup
rebelion
Posts: 130
Reputation: 4

Message # 1 | 6:43 AM
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?
project-implement.com join rsps 508/525
CodeResolution
Posts: 1570
Reputation: 58

Message # 2 | 7:18 AM
You can use http://forum.ucoz.com/forum/36-8296-43813-16-1255606466
Kind regards,
Elliott.

"The best uCoz" critic since 2007.
Qualified website, branding, print & user interface designer.

I'm on Behance and Twitter.
CoffeeCone
Posts: 687
Reputation: 41

Message # 3 | 7:39 AM
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)
A tool to easily make those kinds of windows. (http://forum.ucoz.com/forum/38-12037-1)
Another useful thread. (http://forum.ucoz.com/forum/38-10002-1)
And again. (http://forum.ucoz.com/forum/38-12032-1)


"Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.


rebelion
Posts: 130
Reputation: 4

Message # 4 | 12:57 PM
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)
---------------------------------------------
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?


project-implement.com join rsps 508/525
Natashko
Posts: 3366
Reputation: 171

Message # 5 | 4:08 PM
rebelion, please say where do you want this window to pop up and after which actions
CoffeeCone
Posts: 687
Reputation: 41

Message # 6 | 5:56 PM
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
rebelion
Posts: 130
Reputation: 4

Message # 7 | 9:09 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 smile
project-implement.com join rsps 508/525
Post edited by rebelion - Thursday, 2011-01-13, 9:11 PM
CoffeeCone
Posts: 687
Reputation: 41

Message # 8 | 12:32 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.


rebelion
Posts: 130
Reputation: 4

Message # 9 | 9:54 PM
shadowslash,

http://s675.photobucket.com/albums....fbv.jpg


project-implement.com join rsps 508/525
Post edited by rebelion - Friday, 2011-01-14, 9:54 PM
Animorph
Posts: 2856
Reputation: 189

Message # 10 | 9:58 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 ;)
rebelion
Posts: 130
Reputation: 4

Message # 11 | 10:18 PM
Animorph, thank you very much exactly what I wanted and shadow slash smile
project-implement.com join rsps 508/525
Post edited by rebelion - Friday, 2011-01-14, 10:18 PM
  • Page 1 of 1
  • 1
Search: