I'm using the window.CreatePopup() method to display a calendar on top of a page, the problem is that I can't figure out how to put scripts in the popup.
I'm hiding the popup code in an invisible <div> tag, and then copying the div.innerHTML to the popup.innerHTML, but this does not seem to copy the scripts aswell.
Any Ideas?
Thanks
I'm hiding the popup code in an invisible <div> tag, and then copying the div.innerHTML to the popup.innerHTML, but this does not seem to copy the scripts aswell.
Any Ideas?
Thanks