[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - Simple DHTML window cannot move and resize
Page 1 of 1

Simple DHTML window cannot move and resize

PostPosted: Wed Jun 04, 2008 9:27 pm
by danny2004
Hi!

I have strange problem. I used Simple DHTML window script in static HTML pages and it worked just fine. I was using floating window (I created new window dynamically) for displaying text that I got from database using AJAX requests. Now I'm trying to make the same thing, but with PHP. Almost everything works fine, except things I mentioned in subject: I CANNOT MOVE AND RESIZE WINDOW.

Can somebody please help me?

PostPosted: Fri Jul 18, 2008 3:59 pm
by kennyb
Did you ever solve your problem?

I have the same problem in IE6. FFox works fine.

Also my dynamic floating window in IE6 developed a problem whereby the first load of the window works, and subsequent invocations bring up an empty floating window (i.e. all white content, bgcolor). This started after I converted my site from Transitional DTD to Strict DTD. Any guesses there?

I'll post back anything I figure out.

PostPosted: Sat Jul 19, 2008 3:08 am
by kennyb
Well I did figure out why it was not movable. Earlier in my integration I had commented out the initializers

var div = document.getElementById('dhtml_goodies_id1');
initWindows(false,div);

and now the windows can be moved and resized in both IE and FFox. Nice!

Still leaves the IE problem where second+ invocations produce an empty popup window.

PostPosted: Tue Jul 22, 2008 3:58 pm
by kennyb