Page 1 of 1

multiply windows (popups) without a border?

Posted: Sat May 12, 2012 2:54 am
by soonic
Hi

When a user fills a form and clicks a button there is a picture created on a hdd then it is shown on a screen. I use for that a popup (with a download and close buttons), but I can only create one per tab. Is there a way or a plugin which would allow me to show more pictures with other code at once in one tab? (so the user could quickly compare without filling always the whole form and download only chosen pics)

I tried to do something with this command window.open, but it seems that this isn't what I would expect because I need to show without any border. Mozilla also shows extra address bar and the bar with extras on the bottom if somebody has it - I can't switch them off. In one word to much stuff is added to that window and not everything you can turn off. The best thing would be to create dynamically multiply DIVs in upper levels which I'd be able to code them as like and move around the tab (screen). I searched the google the whole evening yesterday but I didn't find any suitable solution.