~ubuntu-branches/debian/sid/libembperl-perl/sid

« back to all changes in this revision

Viewing changes to test/cmp/inputjava.htm

  • Committer: Bazaar Package Importer
  • Author(s): Angus Lees
  • Date: 2004-02-15 14:23:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040215142339-n21gqf7mx9tmyb8d
Tags: upstream-2.0b10
ImportĀ upstreamĀ versionĀ 2.0b10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
  <html>
 
2
  <body>
 
3
    <form action="script.htm" method="POST">
 
4
^      <input type=(hidden|"hidden") name="Screen" value="1">
 
5
 
 
6
      Screen 1<br>
 
7
^      <input type=(submit|"submit") name="Command" value="Start" onClick="document.forms\[0\].Command.action = 'Start'">
 
8
^      <input type=(submit|"submit") name="Command" value="Next" onClick="document.forms\[0\].Command.action = 'Next'">
 
9
    </form>
 
10
    <select name="foo" onChange="javascript:this.value=this.value.toUpperCase();"> </select>
 
11
        <foo name="foo" onChange="javascript:this.value=this.value.toUpperCase();">
 
12
 
 
13
        <select name="foo" bla="xxx" onChange="javascript:this.value=this.value.toUpperCase();"  bla="xxx"> </select>
 
14
        <foo name="foo"  bla="xxx" onChange="javascript:this.value=this.value.toUpperCase();" bla="xxx">
 
15
 
 
16
        <select bla="xxx" onChange="javascript:this.value=this.value.toUpperCase();"   name="xxx"> </select>
 
17
        <foo  bla="xxx" onChange="javascript:this.value=this.value.toUpperCase();" name="xxx">
 
18
 
 
19
        <input type="text" name="titleref" value=""  SIZE="20"    
 
20
        MAXSIZE="20" onChange="javascript:this.value=this.value.toUpperCase();">
 
21
 
 
22
^       <input type=("text"|'text') name="titleref" value=""  SIZE='20'    
 
23
        MAXSIZE="20" onChange='javascript:this.value=this.value.toUpperCase();'>
 
24
 
 
25
^       <input type=("text"|'text') name="titleref" value=""  SIZE='20'    
 
26
        MAXSIZE="20" onChange='javascript:this.value=this.value.toUpperCase(1);'>
 
27
 
 
28
    </body>
 
29
  </html>
 
30