Nobody?
On Aug 21, 4:39 pm, Matt <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I'm fairly new to AJAX but confident I can learn.
>
> I'm writing a php script for users to post articles. These articles
> can have more than one author. Rather than having users add a single
> author to an article each page load, I want them to be able to just
> add authors as they post the article.
>
> This is combined with an 'authors' table I have, for database
> normalisation purposes (and on a practical level, means we can then
> view all articles by a specific author etc). Ideally, what I want is
> the following:
>
> - user loads submitarticle.php
> - they get a text box saying "author name"
> - if they enter an author's name who's already in the database, an
> autocomplete tool suggests this (I've coded this already)
> - if they click the suggested author, that author's name is added to a
> list below
> - they can then type a new name into the box and select that too,
> adding it to the list
> - they then click submit and I can process all of the authors
>
> My issue is with the latter half of this. I've used a basic W3C
> example of AJAX to do the autocomplete part and I can get the value of
> that, but this doesn't support my multiple authors method. Any tips/
> ideas?
>
> Thanks,
> Matt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---