Shecky
01-05-2003, 07:15 PM
--> View source of this for code reference (http://www.technosquid.com/drag/drag.html) <--
OK i'm desperate. I know very little about javascript so i'm in need of some charity here. I'm trying to mod this pseudo window script to my needs (see above link), the two major stumbling blocks i've hit are:
1. When I drag one of these windows and my mouse goes over an iframe, or drag the resize handle over an iframe, it gimps out the function. this single window script (http://dynamicdrive.com/dynamicindex8/dhtmlwindow.htm) was able to overcome this problem by creating a invisible DIV over the iframe elements when dragging occured.. this way when dragging the pointer wouldnt know its going over an iframe, yet the links would still be clickable. Is there a way i can integrate this into my script?
2. upon window resizing, i want to be able to have the windows' respective iframe resize aswell. width="100%" works fine but the it doesnt seem to respect height="100%"
:confused: Please PLEASE help me... i'm so so stuck.
My AIM sn is T3knoSquid if ya wanna holla at me:confused:
OK i'm desperate. I know very little about javascript so i'm in need of some charity here. I'm trying to mod this pseudo window script to my needs (see above link), the two major stumbling blocks i've hit are:
1. When I drag one of these windows and my mouse goes over an iframe, or drag the resize handle over an iframe, it gimps out the function. this single window script (http://dynamicdrive.com/dynamicindex8/dhtmlwindow.htm) was able to overcome this problem by creating a invisible DIV over the iframe elements when dragging occured.. this way when dragging the pointer wouldnt know its going over an iframe, yet the links would still be clickable. Is there a way i can integrate this into my script?
2. upon window resizing, i want to be able to have the windows' respective iframe resize aswell. width="100%" works fine but the it doesnt seem to respect height="100%"
:confused: Please PLEASE help me... i'm so so stuck.
My AIM sn is T3knoSquid if ya wanna holla at me:confused: