Ticket #2181: test.html
| File test.html, 409 bytes (added by cesare, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | <html> |
| 2 | <head> |
| 3 | <script type="text/javascript" src="bindings/jquery-1.2.1.js"></script> |
| 4 | </head> |
| 5 | |
| 6 | <body> |
| 7 | |
| 8 | <applet name="excelsosupload" |
| 9 | archive="excelsos-upload.jar" |
| 10 | code="ExcelsosUpload" |
| 11 | width="1" MAYSCRIPT |
| 12 | ALT="" |
| 13 | height="1"> |
| 14 | you need java. |
| 15 | </applet> |
| 16 | |
| 17 | <hr> |
| 18 | |
| 19 | <script> |
| 20 | $(document).ready(function() { |
| 21 | alert($("[xBindRows][xCloned]").html()); |
| 22 | }); |
| 23 | </script> |
| 24 | </body> |
| 25 | </html> |
