Can someone please, please help me with this. I've continued to try for yet another hour and can't get the registration link to work.
Thanks.
Vernon
<script type="text/javascript" language="JavaScript">
function DisplayLogName(name) {
var cookies=document.cookie;
var start = cookies.indexOf(name + "=");
var name = "";
var start1;
var end1;
var tmp;
var signed_in = -1;
if (start != -1) {
start = cookies.indexOf("=", start) +1;
var end = cookies.indexOf("|", start);
if (end != -1) {
signed_in = cookies.indexOf("|yes", start);
name = unescape(cookies.substring(start,end-1));
document.write("<b>" + name + "</b>");
if (signed_in != -1) {
document.write("<br>");
document.write("•<a href=\"yoururl.com/sb/order.cgi?func=3&storeid=*yourstoreid&html_reg=html\">View and Edit Your Account</a>");
document.write("<br>");
document.write("• <a href=\"http://yoururl.com/sb/order.cgi?func=4&storeid=*yourstoreid&html_reg=html\">Sign Out</a>");
document.write("<br>");
}
else
{
document.write(" - You are no longer signed in<br>");
}
}
}
if (signed_in == -1) {
document.write("• Haven't registered yet? <a href=\"http://www.yoururl.com/sb/order.cgi?func=1&storeid=*yourstoreid&html_reg=html\">Register (optional)</a>");
document.write("<br>");
document.write("• Already Registered? <a href=\"http://www.yoururl.com/sb/order.cgi?func=2&storeid=*yourstoreid&html_reg=html\">Sign In for Quicker Checkout</a>");
document.write("<br>");
}
}
DisplayLogName("ss_reg_yournumber");
</SCRIPT>
Users browsing this forum: No registered users and 118 guests