Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Mobile Redirect

  1. #1
    seasonalsin is offline Senior Member
    Join Date
    Nov 2006
    Posts
    123

    Default Mobile Redirect

    Working on a mobile site in 9.3.1.1 and have a page that can only be viewed in the full browser mode.

    Is there a way to direct them there with mobileleave.aspx and then have ?redirect=t-newpage.aspx once it gets to the live site?

    So example relative link might be <a href="mobileleave.aspx?redirect=t-newpagename.aspx">Go to this page on main site</a>
    Shawn

    http://www.FirstChoiceMarine.com

    Currently 7.1 moving to MS9.3

  2. #2
    mmcgeachy is offline Senior Member
    Join Date
    Sep 2008
    Posts
    174

    Default

    yes there is that feature it just uses a different query string name try:

    Code:
    <a href="mobileleave.aspx?returnurl=t-newpagename.aspx">Go to this page on main site</a>