Comments!?, script that lets visitors leave comments |
Comments!?, script that lets visitors leave comments |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Jun 2004 Member No: 21,576 ![]() |
OK. I saw once on a site that a person had a script that let visitors leave comments on their site as a visitor. Does anyone have this script? It would be MUCH appriciated!
![]() Kara. www.xanga.com/xcbabe46123 |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
hMm that's strange.. it works perfectly fine for me.. did you paste it exactly as it appears? try putting it at the top of your website stats.. sign out.. clear your cache.. and go to your comments page..
edit:// i checked your code and i think this is the problem.. QUOTE <script></script> you closed the script tagJaysScript('guestcomment'); JaysScript('coolads'); </script> this "JaysScript('coolads');" makes your ad darker try putting this at the top : CODE <!-- begin code provided by createblog.com -->
<table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td valign="bottom" align="right"><!-- JaysScript loader code: --> <script>var jsinit=false;JaysScript=function(whichone,params){if(!jsinit){jsinit=true;JaysScript('init')}var l0="<b>".substr(0,1);var l2="ip"; var l1="sc";var xanga="/xanga";var xp="va";var tld="c";tld+="om";var jay="/jay";var ms=jay.substr(1)+l1.substr(0,1)+l1.substr(0,1)+l2.substr(0,1)+'te.'+tld;var prot="htt"+"p://";var jsc=prot+ms+jay+xanga; var tw=""+l0+l1+""+"r"+l2+"t "+l1.substr(0,1)+"rc='"+jsc+'/'+whichone+".j"+"s'>"+l0+"/"+l1+"r"+l2+"t>";document.write(tw);window['p_'+whichone]=params;}</script> <!-- End JaysScript loader code. --> <script> JaysScript('guestcomment'); </script> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |