| Strype on Mar 26, 2000 at 10:14:40 AM | Rating: 4 |
| This is a really good basic example of file writting and passing form arguments to itself, However Ive noticed a bug.. You have bSave always set to false and there for the form is allways appearent upon the page when I think that the concept was to have it removed when viewing entries. |
| kramik on Oct 28, 1999 at 7:30:31 PM | No Rating |
| It works! So few do, but this one does. Easily modifiable and understandable. |
| fivelow on Sep 29, 1999 at 10:42:22 PM | Rating: 3 |
| I'm getting
Microsoft VBScript runtime error '800a003e'
Input past end of file
Any suggestions? |
| vsriram on Aug 17, 1999 at 1:30:57 PM | Rating: 4 |
| GOOD SHOW!! |
| venku on Aug 7, 1999 at 7:31:55 PM | Rating: 4 |
Good Resource
|
| rmlm on Jul 23, 1999 at 4:10:45 AM | No Rating |
An interesting scripty
I think that before displaying the text file, we should verify if it is empty. Or an error will be generated. |
| pkpandya on Jul 13, 1999 at 12:33:32 AM | Rating: 4 |
| Good one! |
| Venom on Jun 13, 1999 at 4:49:12 AM | Rating: 5 |
No se como hacer funcionar una página en ASP. Siempre he trabajado con .CGI.
Me gustaria saber más acerca de las Active Server Pages, pero =( desafortunadamente no hay ninguna información en Español.
Lamento que no escriba en Ingles. |
| Joanne on Jun 11, 1999 at 5:32:06 AM | No Rating |
I too am just starting to look at ASP for the first time and this seems like an excellent choice as an example to start experimenting with.
I am very interested in Scott's comment above that he is not sure if Unix ASP supports File System Objects. I don't have any trouble using FSO objects using Microsoft FrontPage on my home computer but as soon as I upload the same files to our website I am getting errors. If anyone has the answer to that question, I would be most appreciative. I can't seem to get a straightforward answer yet from our Internet Provider and if Scott isn't sure, maybe it's a complicated matter. Thanks. |
| webmaster@w-link.net on Jun 8, 1999 at 10:00:13 AM | Rating: 4 |
| Okay, I actually got it to work now. It wouldn't work without at least one entry. I removed that last snippet, made an entry, then reinserted it and it works fine. |
| webmaster@w-link.net on Jun 8, 1999 at 9:58:42 AM | No Rating |
The first thing is there is a small typo in your script. The last line should be objLogFile.close() instead of objLogFIle.close()
Also, I keep getting an error saying: Microsoft VBScript runtime error '800a003e' Input past end of file /guestbook.asp, line 68
This is line 68: response.write(objLogFile.readAll)
Any help would be appreciated! |
| Scott Isaacs on Jun 1, 1999 at 7:13:03 AM | No Rating |
| I am not sure if unix ASP supports the file system objects. Also, make sure you name the ASP guestbook.asp or modify the action field in the form. |
| egarnel on Jun 1, 1999 at 5:58:13 AM | Rating: 2 |
I tried this on a UNIX (aix) web server that was asp enabled and kept getting 500 errors, but then again, asp
is something I'm very new at |