|
links?
May 30, 2004 11:56:38 GMT
Post by lifedeuce on May 30, 2004 11:56:38 GMT
My SayBox is working great except for the fact that when I hit the smilies, acrchive and admin links they do not work. Is this a glitch or is there something I need to do to correct this. Thanks again. www.dawgbones.com
|
|
snap2000
Full Member
Consistently Inconsistent
Posts: 113
|
links?
May 30, 2004 17:10:57 GMT
Post by snap2000 on May 30, 2004 17:10:57 GMT
Line 141 seems to have a javascript error ("document.all.clock.innerHTML=cdate"), but I don't think that would cause it. I'm sorry, your page is very packed, too much for me to look through in the source.
|
|
|
links?
May 30, 2004 20:54:50 GMT
Post by FreeWill on May 30, 2004 20:54:50 GMT
I think it may be because by default your page opens all new links in a new window. JavaScript doesn't work if the target is _blank (a new window). When you click on the button it tries to open 'javascript:smilies();', but in a new window.
You'll have to change a script in your page, so that your links (or at least your SayBox links) don't open a new browser window.
|
|
snap2000
Full Member
Consistently Inconsistent
Posts: 113
|
links?
May 30, 2004 23:18:43 GMT
Post by snap2000 on May 30, 2004 23:18:43 GMT
I think it may be because by default your page opens all new links in a new window. JavaScript doesn't work if the target is _blank (a new window). When you click on the button it tries to open 'javascript:smilies();', but in a new window. You'll have to change a script in your page, so that your links (or at least your SayBox links) don't open a new browser window. Oh! I should of realized those were doing that. It didn't click, I thought the JavaScript was opening a screwed up window.
|
|