i need a popup requester to enter new data. i think i can open a url like the code below. But how can i close the popup from the external page , and how can i call a function from the "opener". I want to open a requester to enter some data and want to offer a save and abort button. when i click "save" the requester should close and some divs should update their data in the "opener" when i use this code i get only an error in the external url code var popup; function getPopup() { popup = Dialog.info("Daten werden geladen!", { url:"index.php?m=kundenverwaltung&c=getProduct&KDID=22", method:"post", className:"main", title:"Produktkontakte", zIndex: 1000, width:640, height:260, showProgress: true}); } function closePopup() { popup.closeinfo(); } ____________ Virus checked by G DATA AntiVirusKit Version: AVK 17.9467 from 26.10.2007 Virus news: www.antiviruslab.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---