Click to See Complete Forum and Search --> : php popup submit to main page


nuttynibbles
05-17-2009, 03:35 PM
i got a page which requires data entry for user profile. for a particular entry (e.g favourite brand of shoes), i would need to open it in a popup window, make selection of data using checkboxes and submit back to the main page.

how can i do that?

Weedpacket
05-17-2009, 09:55 PM
Not with PHP, because PHP doesn't know anything about "popups", "windows" or "main pages" - or "checkboxes" for that matter. You're talking about JavaScript.