Q. No HTML following a NeoWebScript in my webpage is shown.
A. You called abort_page, which intentionally causes this to happen. Or... You didn't close the NeoWebScript with a '-->
Q. I still get a syntax error no matter what I do. It's driving me crazy!
A1. Perhaps you have an apostrophe in your NeoWebScript code. Unfortunately, HTML syntax forces this character on us, and it is an admitted shortcoming. One workaround is by using load_file (which can contain apostrophes to your heart's delight. Some day we'll come up with a better solution.
Q. When running under Windows, I only get a black window instead of the status display.
A. Most likely you need to update your configuration information.
Check the file httpd.conf
in the conf/
directory.
Make sure that all the paths are correct, and make sure that if you are
running on Windows 95 or Windows NT that you specify the drive name in the
path. For example:
set web_conf(ServerRoot) {C:\Program Files\NeoSoft\NeoWebScript-SA}Q. When pulling up a directory, I get a File Not Found error.
You need to turn on directory indexing. Check the httpd.conf
file for the appropiate change to make.