Hi Guys, I'm working on something and am trying to figure out the best
way to achieve my outcome.
I'd like to use the jQuery UI Modal Dialoge, and what I'm looking to
do doesn't seem to difficult as it is just a button that needs to be
pressed. What I have is a table of orders, if you click on the open in
new window button for that line it needs to bring the related order up
as a form in the modal window. I was thinking to do this with an
iframe, but I'm not sure the best way to do it, as the window needs to
be loaded via two php parameters as well. I can achieve the parameter
part and open in a blank window that is no problem, but I'd like to
contain it to that page with a modal.
Any advice would help.