HTML Formular question

  • Thread starter Clemens Richter
  • Start date
C

Clemens Richter

Hello

I need a Input field where a PIN number is entered. Then this Pin should be
sent to my Application and it should be embedded into a few different <XML>
Tags. How can I do this? Is there a String concatenation possible in HTML? I
need to submit my Pin in the following format
.....<enteredPIN>1234</enderedPin> whereas 1234 is my Input in the INputfield

Someone an idea. Hope there is an easy way i dont wanna use Javascript

Thanks
 
S

Steve Pugh

You've multi-posted this to at least two different groups. That's not
a good idea - http://www.cs.tut.fi/~jkorpela/usenet/xpost.html
I need a Input field where a PIN number is entered. Then this Pin should be
sent to my Application and it should be embedded into a few different <XML>
Tags. How can I do this?

ASP, Perl, PHP, Cold Fusion, JSP, etc., etc.
Is there a String concatenation possible in HTML?

No, HTML doesn't do anything. It's a markup language not a programming
language.
I
need to submit my Pin in the following format
....<enteredPIN>1234</enderedPin> whereas 1234 is my Input in the INputfield

Okay, whatever script on your server is handling the input from your
form simply needs to write that into whatever files or databases you
want your results in.
Someone an idea. Hope there is an easy way i dont wanna use Javascript

Quite right, you want a solution that will always work.

Steve
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top