Click to See Complete Forum and Search --> : Pre-filling form using XML


an0key
10-29-2006, 10:31 AM
Hi all,

I want to be able to prefill a user form using data stored within an xml dataset.

The page will be delivered via my intranet, and will use NTLM auth.

In the xml file will be a list of the users, with corresponding data, i.e. department, so when the fill out the form it will pre-fill for them.

is this possible? if so how? cheers

the tree
10-29-2006, 10:56 AM
This would be a task for whatever server-side languages are on hand. PHP and ASP both have some facility to handle XML.

an0key
10-29-2006, 11:25 AM
I use ASP...

the tree
10-29-2006, 11:28 AM
Then I'm certain that the ASP board will be able to answer your question better than this one, since you've already got the XML itself sorted out (?).

an0key
10-29-2006, 11:31 AM
Nope, starting from scratch...