here’s my question: I have a table with some info in it.
I want to create a pop-up window when i click on one of the cell value (ex: foo). This pop-up will generate informations from a SQL request where the value foo will be necessary.
To summarize, is there a pop-up window feature where i can send info in it from the parent window?
Just want to mention that i tried some, but i was only able to put static information in it
Thank you.
First you would post the data via ajax. Then depending on the response, you can popup the new window with the desired url.