what I am trying to do sounds quite simple - at least to me - but I only have very limited JavaScript and php knowledge, so I can't get it to work. What I would like to do is:
I have a browse/edit form and I am displaying that on a launch form. The corresponding edit form is supposed to open in a popup. So I tried all combination I could think of to get nuPopup to do what I want...
I settled on:
Code: Select all
nuPopup(5b508b1b49c4ad0,$('#Order_id'),.val());
What am I doing wrong?
And also: I`d like to update/refresh/reload the launch form on saving the popup-edit-form. How would I do that?
Thanks for your help - especially for being patient with somebody just getting into JavaScript

Cheers!
Luis