B
Bill
I'm building a simple file management application using Classic ASP VBScript that has a
form to input page content, and file name.
After the form is submitted, the application will check to see if a page with that file
name already exists - if the file name already exists the user is quickly notified and
asked to provide a different file name for that page.
What I would like to do is, when the user submits the form, if the file name already
exists, stay on the form page (instead of changing to another page) and just have some
red letters next to the file name say "file name already in use".
Can anyone tell me how to do this???
Thanks,
Bill.
form to input page content, and file name.
After the form is submitted, the application will check to see if a page with that file
name already exists - if the file name already exists the user is quickly notified and
asked to provide a different file name for that page.
What I would like to do is, when the user submits the form, if the file name already
exists, stay on the form page (instead of changing to another page) and just have some
red letters next to the file name say "file name already in use".
Can anyone tell me how to do this???
Thanks,
Bill.