// ======================================================================================= // Entry to Javascript "Shop@ssistant" Shopping Basket (for qualified browsers) // with provision for all other graphical browsers // All rights reserved. Copyright 1998 The Floyd Consultancy t/f/c // Version 3.51 // Developed by Rodney Myers // ======================================================================================= // // SASS INPUT AREA // Serial Number of your Shop@ssistant site licence // var SASS_ID = /*U_SASS_ID*/"6188279A" //##60# // ^^^^^^^ ^configurator tag ^^^^^ manual tag // This must match the same var in uservars.htm // Matching the 2 vars on re-entry stops getting one shop mixed with another // // BROWSER TEST var nappN=navigator.appName;var nappV=navigator.appVersion; var NN=(nappN=="Netscape"&&parseInt(nappV.substring(0,1))>=3); var IE=(nappN=="Microsoft Internet Explorer"&&parseInt(nappV.substring(0,1))>=2); var jsok=(NN||IE); var INSASS; // Message for js equipped browsers that do not qualify var nqmsg="On-line shopping is not supported for this browser.\n\nPlease enjoy looking around our site\nand contact us by phone, fax or e-mail\nwith your requirements." function redirect(){ if(window.name!="X_AUDIT") { var Path = currentPath(window.location.href); // ENSURE THAT THESE RELATIVE ADDRESSES TO KEY FILES ARE CORRECT // var System = Path+"system/index.html"; var Entrance = Path+"pages/index.html"; //##34#2 // =============================================================== INSASS=false; var SameSASS = ( top.INSASS && top.user.SASS_ID == SASS_ID ) ; // Still in the site, so just load Shop Entrance page if (SameSASS) { top.ToLobby() } // if contained within a foreign frame structure, kill it by using "top" location if (jsok) { top.location = System } else { alert(nqmsg);top.location = Entrance } }//endif } function currentPath(Loc) { var temp = ""+Loc ; var normal = temp.lastIndexOf("/") ; var back = temp.lastIndexOf("\\") ; if(back>normal) {temp=temp.substring(0,back+1)} else { temp=temp.substring(0,normal+1)} ; return(temp); } // --------------------------------------------------------------------------------------- // -->
If your browser rests on this page, scroll down for further instructions.
Your browser will only rest on this page if it is not capable of running the Shop@ssistant software
This can be for two reasons:-
To run Shop@ssistant you need a fully JavaScript/JScript capable browser (eg. Navigator 3+ MSIE 3+) or JavaScript/JScript needs to be enabled on your browser, in most cases you can enable JavaScript/JScript and then just reload this page to continue.
If you don't have a fully Javascript/JScript capable browser you can enjoy this site, but you will not be able to use the online ordering system.
Copyright 1998 The Floyd Consultancy Ltd