H
hlj2005
I am trying to create a very simple form which will have one text box and one
button. I have an XML file that I'm tying to the form. The user will type a
city name into the text box, then hit a button called Query. If the city name
is found in the XML, they will see a box that says VALID. If the city name is
not found, they will get a box that says NOT VALID. Sounds very simple but I
cannot figure out how to run the query when they press the button.
My second question is, assuming I get that part to work, how do I then
publish the form to my corporate intranet, which is on an NT Server? Do I
convert the form to HTML and load it along with the XML file in the same
folder?
Thanks for any help you can give me!
button. I have an XML file that I'm tying to the form. The user will type a
city name into the text box, then hit a button called Query. If the city name
is found in the XML, they will see a box that says VALID. If the city name is
not found, they will get a box that says NOT VALID. Sounds very simple but I
cannot figure out how to run the query when they press the button.
My second question is, assuming I get that part to work, how do I then
publish the form to my corporate intranet, which is on an NT Server? Do I
convert the form to HTML and load it along with the XML file in the same
folder?
Thanks for any help you can give me!