|
Post by gingerpyle on Feb 21, 2007 18:39:27 GMT -5
Hi Ceeje. I don't know if you also do the techy stuff for the LH store forum, but this looks like the same problem I had with logging onto this message board before you fixed it. Error message says postBox value is null or not an object and debugger directs me to the same script: // show smilies in posts function showSmilies() { var posting = document.getElementsByTagName('input'); for(p=0; p<posting.length; p++) { if(posting .type=='submit') { posting .onmousedown=function() { post=postBox.value; for(t=0; t<smCode.length; t++) { post = post.replace(new RegExp(smCode[t],"g"),'[img src="'+smilie[t]+'"]'); } postBox.value = post; }
|
|
ndavis021410
18 and over
Dino's Defender
My Intrepid Friend
Posts: 28,254
|
Post by ndavis021410 on Feb 21, 2007 19:43:04 GMT -5
|
|
|
Post by Ceeje on Feb 21, 2007 20:25:14 GMT -5
Thanks, ginger! All is good now.
|
|
|
Post by gingerpyle on Feb 22, 2007 8:44:07 GMT -5
I got in...thank you! Now it has a problem with this section: if(QR[q].className == 'titlebg' && QR[q].innerHTML.match('Quick Reply')) { smilieCode = smilieCode.split('<br /><br />')[1]; content = content.replace(/add/g,'adds');function adds(smilie)
|
|