How to create a pop-up window within your dnn site?
  retweet   
  • Create a js file "pop-up.js". Place the "pop-up.js" file into the "js" folder you created under the skin folder.
  • Add "< script type="text/javascript" src="<%=skinpath%>/js/pop-up.js" >" right under the skin's "<%@ Register ....>"
  • Create a "pop-up.html" file. Place this file under your site's root.
  • Create a "pop-upstyle.css" under your site's root.
  • The link to your pop-up file should look like this: < a href="javascript:popUp('http://www.yoursite.com/pop-up.html')">
  • Here is a pop-up sample with a close window button

Posted in: DNN "How to..."

Comments

No comments so far. Be the first to post one.


Leave a comment

Name (required)

Email (required)

Website

CAPTCHA image
Enter the code shown above:

LatestArticles