Difficulty with Javascript [message #23596] |
Wed, 23 March 2005 20:36 |
dgsiii
Messages: 5 Registered: March 2005 Location: Pittsboro, NC
Karma: 0
|
Junior Member |
|
|
I'm having trouble with Javascript in FUDforum. Our network admin and general linux guru is out on maternity leave and incognito, so it's up to me, the hardware guy, to get this figured out. So far I'm not having much luck!
I've been asked to determine why the "move post" function isn't working, and after a closer look, it appears that none of the javascript functions are working. Also, and I suspect this is related, sometimes this message appears below a post:
javascript:%20insertTag(document.post_form.msg_body,%20'',%2 0'%20:p%20')
Is anyone able to lend a hand?
|
|
|
|
|
|
|
Re: Difficulty with Javascript [message #23609 is a reply to message #23605] |
Thu, 24 March 2005 03:01 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
What browser are you using and what error are you seeing?
Also, are you seeing the same problem on this forum?
FUDforum Core Developer
|
|
|
|
Re: Difficulty with Javascript [message #23611 is a reply to message #23610] |
Thu, 24 March 2005 03:18 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Unusual...
Do you have any PHP or Apache modules that filter the output before it get's sent to the user?
Many of the forum's JavaScript utils actually have the call inside the href="" and if something is filtering that it is possible it is breaking the URLs.
Do you have php session.use_trans_sid enabled?
FUDforum Core Developer
|
|
|
|
|