Page 1 of 1

Popup with data

Posted: Thu Oct 14, 2010 7:56 am
by klevis miho
How can I do a popup with content from a variable?
The window.open in JS accepts only a URL as a parameter.

Re: Popup with data

Posted: Thu Oct 14, 2010 10:13 am
by jraede
You can open a new window and then set the content of that window to whatever you want with javascript.

Re: Popup with data

Posted: Thu Oct 14, 2010 10:16 am
by klevis miho
But I want a popup, please give me a hint, a function maybe