Jump to content

Need help in creating Ajax pop up box in php page!


saravanataee

Recommended Posts

Dear all,

I m presently having a php page in which i have table contains data from sql for an item. And i m looking to have a button for a field of item, which when i click it should open an ajax window with details from another sql table.

 

Basically the idea is i have a purchase order form i.e in my present window in php in which i will have a field i.e Against PO pending. the value for that field will basically the calculated value from another sql table. When i clikc a button in PO pending it should load me the Po Pending table details in ajax pop up were i m able to pick the Pending po value..

 

 

How could i accomplish that.. I m not having any background in Ajax.

 

Can anyone give me an example similar to my need.. So, that i can use as base reference.!!

 

Thanks!

Not sure about Ajax but this can easily be done with FancyBox jQuery with href new_query.php?id=### with a MySQL Query to pull from another database.

 

http://fancybox.net/

 

Example on top row middle effect is nice to use for such things. ;D

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.