Can't get this to work... It's driving me crazy.... Do you see anything wrong? <SCRIPT LANGUAGE="JavaScript">
What's wrong with this Javascript Redirect Code???
12
Can't get this to work... It's driving me crazy.... Do you see anything wrong?
<SCRIPT LANGUAGE="JavaScript">
var readCookie = getCookie("upgrade");
if (readCookie("upgrade") != null){
// if cookie already exists, go to url
document.location = "lesson1";
} else {
// else go someplace else
document.location = "lesson2";
};
</script>
<SCRIPT LANGUAGE="JavaScript">
var readCookie = getCookie("upgrade");
if (readCookie("upgrade") != null){
// if cookie already exists, go to url
document.location = "lesson1";
} else {
// else go someplace else
document.location = "lesson2";
};
</script>
- wayfarer
- Mirnova
- [1] reply
- danmart
- stma
- [1] reply
- Mirnova
- mattalways
- stma
- Mirnova
- [1] reply
- Frank Wright
- Mirnova
Next Topics on Trending Feed
-
12