FrontPage 2000 Intranet forms

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.
 
R

Ronx

One reason for the appearance of commas (that have not been typed in as
data) is duplicated field names.
 
G

Guest

Ronx

Thank you, that is the problem. I thought I had checked this, but obviously
not.
 
D

David Berry

Richard, what is the ASP code you're using? It's hard to tell what might be
happening without seeing it.
 
G

Guest

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

David Berry

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

Top