| View previous topic :: View next topic |
| Author |
Message |
dnadave
Joined: 19 Jun 2006 Posts: 3
|
Posted: Fri Jun 23, 2006 7:14 pm Post subject: Snitz Forums |
|
|
I tried downloading a free forum software written in ASP. Everything is setup correctly on my end, except I am getting the following ASP error when I run their forum with BabyWS:
Script error detected at line 2710.
Source line: function edit_hrefs(sURL, iType) {
Description: Invalid character
This function "edit_hrefs" does not even exist on that ASP page.
have you ever seen or dealt with an error of this nature?
-Dave |
|
| Back to top |
|
 |
admin Site Admin
Joined: 13 Apr 2005 Posts: 1467
|
Posted: Fri Jun 23, 2006 9:04 pm Post subject: |
|
|
This looks like Javascript to me. (although I can not be 100% sure without seeying the rest of the code).
The ASP script probably has includes files which refer to this line of code.
Anyway if it's server sided javascript it's not supported by BabyWeb Server.
Quick 'n Easy Web Server (the new version of BabyWeb) does support server sided javascript. |
|
| Back to top |
|
 |
|