NeoWebScript™ User Troubleshooting

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.

A2. If your NeoWebScript™ segment is very long, you may be hitting the 8192 byte limit. In this case, you can simply break your code up into two or more <!--#neoscript ...'--> segments, or if you don't mind changing the suffix, convert your file to be a server-subst format.