Is there a way to create a popup window in DNN? In one of my modules, I am using the following
function PopUpNewCampaign()'NewWindow.aspx','NewWindow', 'height=225,width=500');
and added the function call to the attributes of the button. This part does work. The problem is that the window it opens up is the exact same page that called it in the first place.
Any help or ideas is greatly appreciated.
thanks,
Chris
{
window.open(
}