|
Posted by larry on 02/26/07 18:29
On Feb 26, 8:57 am, "ame...@iwc.net" <ame...@iwc.net> wrote:
> Hi Everyone,
>
> I am very new to this, so I'm hoping someone can help.
>
> I have a form with buttons that a user can click. What I need to do
> is that when a user clicks a button, before the form submits, I need
> to show a popup window with a drop down list of values which were
> returned from a MySQL query. And, the value selected will help drive
> the next page shown to the user.
>
> I've created the simple PHP to query the MySQL database, and, it
> properly returns the values which I store in an array. However, I
> have no clue on how to do a Javascript popup, let alone passing the
> results from the MySQL query to be drawn on that popup html
> page........
>
> Can anyone help by either showing me some code or point me to a page
> that has what I'm looking for? I've been at this for a few hours
> already.
>
> Thanks in advance!
That is very AJAX sounding, where you have a javascript handling all
the actions and passing/reciving stuff from the server.
I'd get an introductory AJAX book/text, many cover this concept in the
basics.
Navigation:
[Reply to this message]
|