From 897acff532415ed81f9066b8b811ae744918da84 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 4 Dec 2012 18:01:11 +0000 Subject: make events work on elements --- test/js/event-onclick.html | 30 ++++++++++++++++++++++++++++++ test/js/index.html | 19 +++++++++++++++++-- 2 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 test/js/event-onclick.html (limited to 'test/js') diff --git a/test/js/event-onclick.html b/test/js/event-onclick.html new file mode 100644 index 000000000..b2060e517 --- /dev/null +++ b/test/js/event-onclick.html @@ -0,0 +1,30 @@ + + +alert onclick example + + + + + +
+

First line of paragraph.

+

+ + + + + + + diff --git a/test/js/index.html b/test/js/index.html index 7a17c95d3..bb2918cac 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -5,12 +5,15 @@

JavaScript Tests

+ +

Window

+

Document write

+

DOM tests

+

Reference method tests

+

Enumeration tests

+

Document element specific

+ + +

Dom events

+ + +

Assorted

+ -- cgit v1.2.3