Update of /cvsroot/dynapi/dynapi/tests
In directory usw-pr-cvs1:/tmp/cvs-serv26600
Added Files:
drag_frame.htm
Log Message:
added a test for cross-frame dragging
--- NEW FILE ---
<html>
<title>Dragging Frame Example</title>
<frameset cols="50%,50%" border="0" frameborder="0">
<frame src="files/_drag_frame1.html" name="frame1">
<frame src="files/_drag_frame2.html" name="frame2">
</frameset>
</html>
|