Welcome Guest [Log In] [Register]
Viewing Single Post From: [CODE] Front Page Portal v2
James
Member Avatar
Live to Dream
[ *  *  *  *  *  *  * ]
Code:
 
<script type="text/javascript">
/*
Front Page as Portal v2.5
Created by iFusion
*/

var loc = window.location
if(document.referrer.match(location.pathname) == null && loc.href.match(/\?[\&\w+|\w+]/) == null){
var strPos = "";
if(loc.href.match(/index.php(\?|)/i) != null){
strPos += (RegExp.$1 == "?") ? "" : "?";
} else {
strPos += ( (loc.href.lastIndexOf("/") + 1 == loc.href.length) ? "" : "/") + "index.php?";
}
loc.href+=strPos + "act=site"
}</script>
Edited by Jonathan, Jun 9 2008, 10:56 AM.
Offline Profile Quote Post
[CODE] Front Page Portal v2 · Code Snippets