can i put this code in my friendster blog?
i ever try to put in my friendster blog but i think this script conflict with friendster blog
example
[quote]var myplace = document.location.href;
if (myplace == "[b]
http://www.testcodes.blogs.friendster.com/myblog[/b]"){
}
else if (myplace == "[b]
http://www.testcodes.blogs.friendster.com/myblog/[/b]"){
}
else {
location.href = "http://www.ripway.com/myown.html";
}[/quote]
if i put
http://www.testcodes.blogs.friendster.com/myblog
the script is work but i can't see my blog
coz after i click enter, its always back again to enter page
but if i put this url
http://www.testcodes.blogs.friendster.com/myblog/
it,s not work
so what should i do to fix it?
oh...i forgot, i use external css too in my blog