How to use this function:
/*
Put this after
//<![CDATA[
//]]>
*/
function genericRedirect(url){var pathName= window.location.pathname;
var splitThis = pathName.split("?");
if(splitThis [0]=="/Default.aspx"){
window.location=(url);
}
}
/*
Then call or use the function with your landing page's url or link.
*/
genericRedirect("/your url here!!");Hope this will help.
Thank you SO MUCH!!!!!
ReplyDelete