Need Help for Chatterbox Screen Name Tracker, Its so wierd |
Need Help for Chatterbox Screen Name Tracker, Its so wierd |
Sep 19 2004, 06:59 PM
Post
#1
|
|
![]() The Chinese Liberal!!!!!!!!! ![]() Group: Member Posts: 5 Joined: Sep 2004 Member No: 50,109 |
I copied and pasted that code into Website Stats as said. But when i and my firends go to test it. the name is stuck on, RETURN TO YOUR XANGA. How do i fix? thx
|
|
|
|
![]() |
Sep 20 2004, 03:08 PM
Post
#2
|
|
![]() The Chinese Liberal!!!!!!!!! ![]() Group: Member Posts: 5 Joined: Sep 2004 Member No: 50,109 |
CODE <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> Code: <script language="javascript"> //chatterbox screen name tracker - xanga.com/add_ons function getXName() { for (var i = 0; i < document.links.length; i++) { if (document.links[i].href.substring(0,38)=="http://www.xanga.com/private/home.aspx") { var link = document.links[i]; var text = document.all ? link.innerText : link.text ? link.text : ''; return text; break; }} return null; } function getPopLink() { for (var i = 0; i < document.links.length; i++) { if (document.links[i].id=='chatterpopup') return document.links[i]; break; } return null; } xName = getXName(); if (xName != null && chatterbox == 'ok') { nameBox = document.forms['chatterform'].elements['name']; nameBox.value=xName; chatter_name = xName; urlBox = document.forms['chatterform'].elements['uurl']; if (urlBox) { urlBox.value='http://www.xanga.com/home.aspx?user=' + xName; } } else if (xName == null && chatterbox == 'ok') { nameBox = document.forms['chatterform'].elements['name']; nameBox.value='Log in'; nameBox.disabled=true; msgBox = document.forms['chatterform'].elements['msg']; msgBox.value='to post'; msgBox.disabled=true; postBtn = document.forms['chatterform'].elements['post']; postBtn.disabled = true; urlBox = document.forms['chatterform'].elements['uurl']; if (urlBox) { urlBox.value='to Xanga'; urlBox.disabled=true; } popLink = getPopLink(); if (popLink != null) { popLink.href = popLink.href + '&nopost=Log+in!!'; } } </script> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> Thats the code i used... |
|
|
|
Desertfox Need Help for Chatterbox Screen Name Tracker Sep 19 2004, 06:59 PM
shortvi3tlaydee you have to be signed in to post if u have that Sep 19 2004, 09:11 PM
sweetxsimplicity can you supply a link your your xanga or the code(... Sep 19 2004, 09:58 PM![]() ![]() |