a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Hosting from $3.99 per month!

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions. dd

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Any ideas on Access form using xml to validate???

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Any ideas on Access form using xml to validate???
Page: [1]
 
lovduv

 

Posts: 152
Joined: 8/30/2005
Status: offline

 
Any ideas on Access form using xml to validate??? - 2/14/2007 16:47:12   
I am hoping that someone can again point me in the right direction......

I am trying to use an xml page to verify the existance of the variable I supply from a querystring.

Basically:

The xml from another site is in the form http://www.coolsite.com/nicks/nickname-exists.asp?nick="variable"

When you place a valid "nickname" in the url it returns xml with true or false statements i.e

http://www.coolsite.com/nicks/nickname-exists.asp?nick=NickName

returns this xml:

<nick>
<info>
<version>1.0</version>
</info>
<nickname>True</nickname>
</nick>

and an invalid "nickname" in the url i.e:

http://www.coolsite.com/nicks/nickname-exists.asp?nick=NikNae

returns this xml

<nick>
<info>
<version>1.0</version>
</info>
<nickname>False</nickname>
</nick>



I have an Access Database set up with a form so that a user can submit a nickname. How can I utilize this in my form to validate a nickname before it is submitted to my database???
I just need some ideas of ways to implement this. Is javascript my best bet or would something else be better? I need to learn how to code this for myself (I'll never learn otherwise), but I need an outline on how I could do it.
Page:   [1]
OutFront Discoveries

All Forums >> Web Development >> ASP and Database >> Any ideas on Access form using xml to validate???
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts