spacer
Website Design

Get Adobe Flash player Install latest flash player if you can't see this gallery.


Useful Articles
  
Spotlight

Get Adobe Flash player Install latest flash player if you can't see this gallery.

  
Forum
 
  Forum  DotNetNuke Modu...  janet.ReferMe!  Create DNN Page that looks like referme popup
Previous Previous
 
Next Next
New Post 9/2/2007 6:37 AM
  pseaman
1 posts


Create DNN Page that looks like referme popup 

Hi,

I'd like to setup the module on a dnn page so that it looks like the popup verson rather than the abbreviated inline version.  My first thought was to set it up as an iframe linking to a version set up on another page, but then you're left with a close button that doesn't work because it's in an iframe.

The reason for this is that I have a site that combines DNN pages and non-DNN pages. I want to be able to call the referme from the non-dnn page.  Is there a way to invoke the popup from a non-DNN site?  It's on the same web server.  Failing that, I'm back to creating a referme "page" on the DNN site that I can link to on the non-DNN page.

 

 
New Post 9/3/2007 9:50 AM
  neil
111 posts
www.janetsystems.co.uk


Re: Create DNN Page that looks like referme popup 

Hello,

An interesting questions - I'll come back to you on this one, i need to do some investigating.

Neil

 
New Post 9/4/2007 10:34 PM
  neil
111 posts
www.janetsystems.co.uk


Re: Create DNN Page that looks like referme popup 

Hello,

Looks like you can acheive what you require, given that the module will open a popup window.

I have just tried it locally, initially simply by taking the properties of the pop-up window (right click select properties) and assigning that to a link on a web page.

My second step was to take the code for the popup, a view source will give this to you, my example code is given below.

<a  onclick=" openEmailForm('http://localhost/DotNetNuke/desktopmodules/janet.ReferMe!/referMeform.aspx',59,0,439)">Email this page</a>

This was then used on a web page to cause the window to open.

Neil

 
Previous Previous
 
Next Next
  Forum  DotNetNuke Modu...  janet.ReferMe!  Create DNN Page that looks like referme popup