1
vote
3answers
247 views
Loading a popup using ajax
I have a jsp page which should load a popup using ajax. The content of the page is determined by form filled by user.
Something like this:
javascript:
ajax('getPage.action', 'content_id', …
2
votes
1answer
228 views
Handle “new top level window” events in Xlib/Xt
So I'm in a situation where I need to know when a top level window gets created. I'm working at the Xlib/Xt level and on a Window Manager that doesn't support the EWMH specification. My idea is to …
