Difference between revisions of "Command Element"

From Level Access Web Labs
Jump to navigation Jump to search
Line 1: Line 1:
 
<html>
 
<html>
 +
<head>
 +
<script>
 +
  function open() {
 +
      alert('opened');
 +
  }
 +
  function close() {
 +
      alert('closed');
 +
  }
 +
</script>
 +
</head>
 
Below is a command menu bar.
 
Below is a command menu bar.
 
<menu>
 
<menu>

Revision as of 15:19, 27 March 2014

Below is a command menu bar.

Open Close