views:

17

answers:

1

I was wondering how would I add a login to a jQuery light box? Would PHP be reqired? or Just the action link that is on the form element? <form action=""> I will be using fancybox for the lightbox

+1  A: 

Where is your database of logins? Most systems store logins in a relational database. You can't access databases from the client's browser with javascript. You must use a backend technology like PHP, Java, .net, etc.

I am not sure I understand your question, did that answer it?

Plaudit Design - Web Design
No it didn't....
omnix
Please restate your question to clarify it. Thanks
Plaudit Design - Web Design