• Page 1 of 1
  • 1
Ajax Window
Aloyasha
Posts: 75
Reputation: 2

Message # 1 | 2:30 PM
in the regular code you have to click it so it pops up how can you make it so it pop ups automatically?

Click^-^
Animorph
Posts: 2856
Reputation: 189

Message # 2 | 2:40 PM
Aloyasha, use search

http://forum.ucoz.com/forum/5-11669-1


To busy building a passive income online ;)
Aloyasha
Posts: 75
Reputation: 2

Message # 3 | 2:46 PM
Hmm, that doesn't quite answer my Question.

And I don't understand how I can edit that code and put whatever content I want in it.



Click^-^
Animorph
Posts: 2856
Reputation: 189

Message # 4 | 2:50 PM
Quote (Aloyasha)
And I don't understand how I can edit that code and put whatever content I want in it.

Aloyasha, use search again

http://forum.ucoz.com/forum/38-10002-1


To busy building a passive income online ;)
CodeResolution
Posts: 1570
Reputation: 58

Message # 5 | 2:52 PM
That script requires a click. To make it easier I've just done some modifications with a few scripts and here it is. This will automatically open an AJAX window in the center of the page.

Place the following code between the <head> and </head> tags.

Quote
<script type="text/javascript">
window.onload = function ajax(){
var ajax_data = 'content goes here'; new _uWnd('myname','title',300,300,{shadow:1,autosize:1,modal:0,close:1},ajax_data);}
</script>

Marked Blue - The content
Marked Red - The title
Marked Purple - The size
Marked Green - Optional features

I'll make a thread for this soon.


Kind regards,
Elliott.

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

I'm on Behance and Twitter.
Post edited by CreativeCollusions - Saturday, 2011-01-01, 2:53 PM
Aloyasha
Posts: 75
Reputation: 2

Message # 6 | 3:00 PM
Thanks Both Animorph, CreativeCollusions.

Added (2011-01-01, 9:00 Am)
---------------------------------------------
CreativeCollusions, How Can I Uncenter It? And Like On GamesCenter Send A Message For Users To Join?



Click^-^
CodeResolution
Posts: 1570
Reputation: 58

Message # 7 | 3:11 PM
Aloyasha, have a look at the following link, http://forum.ucoz.com/forum/38-12032-1
Also please continue this discussion in the thread I provided. smile

Kind regards,
Elliott.

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

I'm on Behance and Twitter.
Post edited by CreativeCollusions - Saturday, 2011-01-01, 3:17 PM
  • Page 1 of 1
  • 1
Search: