Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How To Redirect?How To Redirect?
Previous
 
Next
New Post
4/10/2007 9:02 AM
 

I was trying that, but it open a window (not new window), and add that to the link

(somthing like http://mydomain.com/windows.open('somthing');

 
New Post
4/10/2007 4:13 PM
 

Sorry about my last post.  The whole theory is to use Javascript.  So, it you want to redirect to http://google.com, this is exactly  what you would use for the Link URL of the page:  window.open('http://google.com');
And use link type URL

 
New Post
4/10/2007 4:21 PM
 

Hi, I need Help please

I need redirect to a another Tab after login.

I use DNN 4.4.0

Is possible??

Thanks

 

sfarber wrote

I was trying that, but it open a window (not new window), and add that to the link

(somthing like http://mydomain.com/windows.open('somthing');

 
New Post
4/10/2007 10:39 PM
 

I set up my one of my sites to do that.  Here's how I did it (kinda messy, and perhaps not the best way):

1)  Create a new blank page (to be new login page).  Select option for Hidden under Advanced Settings -> Appearance
2)  Add an Account Login Module to it.  Set the permissions of the module to Unauthenticated Users.
3)  Add a Text/HTML Module to the page.  Set the permissions of the module to Registered Users.
4)  Add the following html to the Text/HTML Module (changing the URL to page you want to redirect to):

<script type="text/javascript">
<!--
window.location = "PageToRedirectTo.aspx"
//-->
</script>

5)  Go to Site Settings --> Advanced Settings --> Page Management and change Login Page to the page you made in step 1.

This works, although one drawback is that once you drop the Javascript in the HTML module, the only way to get back into the page to edit it is to manually edit the settings in the SQL database.  So if you want to try this, make sure everything on the page is the way you want it before adding the Javascript.

Like I said, a little messy, but serves it's purpose.

 
New Post
4/12/2007 2:38 PM
 

cyberiarob wrote

Sorry about my last post.  The whole theory is to use Javascript.  So, it you want to redirect to http://google.com, this is exactly  what you would use for the Link URL of the page:  window.open('http://google.com');
And use link type URL

 

Sorry, That doesn't work. It add the window.open to the link, so it try to open www.mydomain.com/window,open('SomeLink');

What am I doing wrong?

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How To Redirect?How To Redirect?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out