FrontPage 2000 Intranet forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using FrontPage 2000 and Windows XP. I have a series of 5 asp
pages/forms that pass data that has been input from the first form to the
next using hidden fields and request.form("field"). The problem I have is
that in some fields an unwanted comma or sometimes 2 commas have been
included in the final output and I can't see how this is happening.

Many thanks in advance.
 
One reason for the appearance of commas (that have not been typed in as
data) is duplicated field names.
 
Richard, what is the ASP code you're using? It's hard to tell what might be
happening without seeing it.
 
Thanks David, when I said 'that is the problem' I meant the problem has now
been solved, I had duplicate file names.
 
Oh. sorry, I mis-read it.


Richard said:
Thanks David, when I said 'that is the problem' I meant the problem has
now
been solved, I had duplicate file names.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top