inputs-no-js.html (531B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>Dropping selections with JS disabled</title> 5 </head> 6 <body> 7 8 <ol> 9 <li>Disable JavaScript</li> 10 <li>Select some text in <input type="text" value="this input"> and drag it into the following input: <input type="text" value=""> - the text you dragged should appear in there.</li> 11 <li>Select some text in this sentence and drag it into the following input: <input type="text" value=""> - the text you dragged should appear in there.</li> 12 </ol> 13 14 </body> 15 </html>