D
deja
I have a frameset like this:
<FRAMESET cols="25%,75%">
<FRAME src="page1.html" name="directory">
<FRAME src="page2.html" name="display">
</FRAMESET>
page2.html has an image like this:
<img src="test.gif">
In Firefox, if I drag the image from the right pane to the left the
browser navigates to the image (and the frames are lost).
Is there anyway to disable this? I need to take other action on the
dragdrop event in the left pane without have the page navigate to the
dropped image.
Regards
<FRAMESET cols="25%,75%">
<FRAME src="page1.html" name="directory">
<FRAME src="page2.html" name="display">
</FRAMESET>
page2.html has an image like this:
<img src="test.gif">
In Firefox, if I drag the image from the right pane to the left the
browser navigates to the image (and the frames are lost).
Is there anyway to disable this? I need to take other action on the
dragdrop event in the left pane without have the page navigate to the
dropped image.
Regards