How to create popup in dotnetnuke4.8
-
Can any body help me to create popup in dnn4.8?
-
Can any body help me to create popup in dnn4.8?
-
I have built a dnn project on online ticket selling.So, there is a module, called, ticketing, for selling ticket. When user click on that module it should be open in a separate browser. That is why I want to open that particular module in a popup. Thanks
-
I have built a dnn project on online ticket selling.So, there is a module, called, ticketing, for selling ticket. When user click on that module it should be open in a separate browser. That is why I want to open that particular module in a popup. Thanks
-
you can use javascript like so: onClick = "window.open (this.href, 'popupwindow','width=850,height=700,scrollbars,resizable');return false;">
Sorry Friend! The Code you posted, it works on asp.net form. But it does not work on dnn. As I know, in dnn, there is an inbuilt module setting option, through which i can use popup. but the problem is i do not how it should be done
-
Sorry Friend! The Code you posted, it works on asp.net form. But it does not work on dnn. As I know, in dnn, there is an inbuilt module setting option, through which i can use popup. but the problem is i do not how it should be done
-
Can any body help me to create popup in dnn4.8?
Found any answer? If so, Paste it here... I am facing the same problem.