mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 10:30:55 +00:00
11 lines
324 B
HTML
11 lines
324 B
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Cross frame selection drag and drop between textareas</title>
|
|
</head>
|
|
<frameset rows="50%, 50%">
|
|
<frame src="helper-drag-me-textarea-to-other-textarea.xhtml"/>
|
|
<frame src="helper-drop-here-textarea.xhtml"/>
|
|
</frameset>
|
|
</html>
|