Hi,

I started this afternoon a new igoogle module.
I want to create an igoogle module version of my web application.

In my module i first need a login form to access specified datas.

this is the html corresponding the the form:

                <table>
                <strong>Connexion</strong>
                <TR>
                        <TD>Identifiant:</TD>
                        <TD><input type="text" value="" name="login"></TD>
                </TR>
                <TR>
                        <TD>Mot de passe:</TD>
                        <TD><input type="password" value="" name="login"></TD>
                </TR>
                <TR>
                        <TD></TD>
                        <TD><input type=button value="Connexion" name="conn"
onClick="checkUser" ></TD>
                </TR>
                </table>



My questions, di i have to create my javascript function in the same
file or another? if it is in the same file it is secured, am i wrong?
I have to execute my php script to verify if the user exists in my
javascript function, is this the correct way to do it? Do i have to
use Ajax?

Sorry i'm a bit lost.


Thanks,
Greg

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" 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-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to