Home » Archimedes archive » Acorn User » AU 1997-02 B.adf » Features » HTML/Listing1
HTML/Listing1
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1997-02 B.adf » Features |
Filename: | HTML/Listing1 |
Read OK: | ✔ |
File size: | 099A bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
<html> <head> <title>Sample form for Acorn User</title> </head> <body> <h1>Sample form</h1> <form action="" method="GET"> <p> <input type="hidden" name="author" value="David Matthewman"> <input type="hidden" name="author e-mil" value="david@cconcepts.co.uk"> <input type="text" name="user" size=40> Your name<br> <input type="text" name="computer" value="Acorn" size=40> What computer are you using?<br> <input type="password" name="secret" size=10 maxlength=8> What's the password (8 letters max)?<br> <hr width=200> What Acorn machines do you own?<br> <input type="checkbox" name="a300"> A300 series <input type="checkbox" name="a400" checked> A400 series <input type="checkbox" name="a500"> A500 series <input type="checkbox" name="a3000"> A30x0 or A4000<br> <input type="checkbox" name="a5000"> A5000 series <input type="checkbox" name="a7000"> A7000 series <input type="checkbox" name="Risc PC" checked> Risc PC <input type="checkbox" name="none"> None<br> What Acorn machine are you using at the moment (note - these are radio buttons because it's assumed that you're only using one)?<br> <input type="radio" name="using" value="a300"> A300 series <input type="radio" name="using" value="a400"> A400 series <input type="radio" name="using" value="a500"> A500 series <input type="radio" name="using" value="a3000"> A30x0 or A4000<br> <input type="radio" name="using" value="a5000"> A5000 series <input type="radio" name="using" value="a7000"> A7000 series <input type="radio" name="using" value="Risc PC" checked> Risc PC <input type="radio" name="using" value="none"> None<br> What do you find good about your computer?<br> <textarea name="praise" rows=5 cols=40>It's fast, reliable and uses outline fonts.</textarea><hr width=200> How much memory does your computer have (DRAM)? <select name="memory" size=1> <option value="tiny">0.5MB <option>1MB <option>2MB <option>4MB <option selected>8MB <option>16MB <option>24MB <option>32MB <option>Other </select><br> Which of the following peropherals does your computer have? <select name="peripherals" size=4 multiple> <option>Printer <option>Modem <option>Scanner <option>Video digitiser <option>CD-ROM drive <option>ZIP drive <option>Syquest <option>Graphics tablet <option>Sound card </select><br> <input type="submit" name="option" value="Submit now"> <input type="reset" value="Clear form"> <input type="image" src="square.gif" name="square" value="four-colour square"> </p> </form> </body> </html>
00000000 3c 68 74 6d 6c 3e 0a 3c 68 65 61 64 3e 0a 3c 74 |<html>.<head>.<t| 00000010 69 74 6c 65 3e 53 61 6d 70 6c 65 20 66 6f 72 6d |itle>Sample form| 00000020 20 66 6f 72 20 41 63 6f 72 6e 20 55 73 65 72 3c | for Acorn User<| 00000030 2f 74 69 74 6c 65 3e 0a 3c 2f 68 65 61 64 3e 0a |/title>.</head>.| 00000040 0a 3c 62 6f 64 79 3e 0a 3c 68 31 3e 53 61 6d 70 |.<body>.<h1>Samp| 00000050 6c 65 20 66 6f 72 6d 3c 2f 68 31 3e 0a 0a 3c 66 |le form</h1>..<f| 00000060 6f 72 6d 20 61 63 74 69 6f 6e 3d 22 22 20 6d 65 |orm action="" me| 00000070 74 68 6f 64 3d 22 47 45 54 22 3e 0a 3c 70 3e 0a |thod="GET">.<p>.| 00000080 3c 69 6e 70 75 74 20 74 79 70 65 3d 22 68 69 64 |<input type="hid| 00000090 64 65 6e 22 20 6e 61 6d 65 3d 22 61 75 74 68 6f |den" name="autho| 000000a0 72 22 20 76 61 6c 75 65 3d 22 44 61 76 69 64 20 |r" value="David | 000000b0 4d 61 74 74 68 65 77 6d 61 6e 22 3e 0a 3c 69 6e |Matthewman">.<in| 000000c0 70 75 74 20 74 79 70 65 3d 22 68 69 64 64 65 6e |put type="hidden| 000000d0 22 20 6e 61 6d 65 3d 22 61 75 74 68 6f 72 20 65 |" name="author e| 000000e0 2d 6d 69 6c 22 20 76 61 6c 75 65 3d 22 64 61 76 |-mil" value="dav| 000000f0 69 64 40 63 63 6f 6e 63 65 70 74 73 2e 63 6f 2e |id@cconcepts.co.| 00000100 75 6b 22 3e 0a 3c 69 6e 70 75 74 20 74 79 70 65 |uk">.<input type| 00000110 3d 22 74 65 78 74 22 20 6e 61 6d 65 3d 22 75 73 |="text" name="us| 00000120 65 72 22 20 73 69 7a 65 3d 34 30 3e 20 59 6f 75 |er" size=40> You| 00000130 72 20 6e 61 6d 65 3c 62 72 3e 0a 3c 69 6e 70 75 |r name<br>.<inpu| 00000140 74 20 74 79 70 65 3d 22 74 65 78 74 22 20 6e 61 |t type="text" na| 00000150 6d 65 3d 22 63 6f 6d 70 75 74 65 72 22 20 76 61 |me="computer" va| 00000160 6c 75 65 3d 22 41 63 6f 72 6e 22 20 73 69 7a 65 |lue="Acorn" size| 00000170 3d 34 30 3e 20 57 68 61 74 20 63 6f 6d 70 75 74 |=40> What comput| 00000180 65 72 20 61 72 65 20 79 6f 75 20 75 73 69 6e 67 |er are you using| 00000190 3f 3c 62 72 3e 0a 3c 69 6e 70 75 74 20 74 79 70 |?<br>.<input typ| 000001a0 65 3d 22 70 61 73 73 77 6f 72 64 22 20 6e 61 6d |e="password" nam| 000001b0 65 3d 22 73 65 63 72 65 74 22 20 73 69 7a 65 3d |e="secret" size=| 000001c0 31 30 20 6d 61 78 6c 65 6e 67 74 68 3d 38 3e 20 |10 maxlength=8> | 000001d0 57 68 61 74 27 73 20 74 68 65 20 70 61 73 73 77 |What's the passw| 000001e0 6f 72 64 20 28 38 20 6c 65 74 74 65 72 73 20 6d |ord (8 letters m| 000001f0 61 78 29 3f 3c 62 72 3e 0a 3c 68 72 20 77 69 64 |ax)?<br>.<hr wid| 00000200 74 68 3d 32 30 30 3e 0a 57 68 61 74 20 41 63 6f |th=200>.What Aco| 00000210 72 6e 20 6d 61 63 68 69 6e 65 73 20 64 6f 20 79 |rn machines do y| 00000220 6f 75 20 6f 77 6e 3f 3c 62 72 3e 0a 3c 69 6e 70 |ou own?<br>.<inp| 00000230 75 74 20 74 79 70 65 3d 22 63 68 65 63 6b 62 6f |ut type="checkbo| 00000240 78 22 20 6e 61 6d 65 3d 22 61 33 30 30 22 3e 20 |x" name="a300"> | 00000250 41 33 30 30 20 73 65 72 69 65 73 0a 3c 69 6e 70 |A300 series.<inp| 00000260 75 74 20 74 79 70 65 3d 22 63 68 65 63 6b 62 6f |ut type="checkbo| 00000270 78 22 20 6e 61 6d 65 3d 22 61 34 30 30 22 20 63 |x" name="a400" c| 00000280 68 65 63 6b 65 64 3e 20 41 34 30 30 20 73 65 72 |hecked> A400 ser| 00000290 69 65 73 0a 3c 69 6e 70 75 74 20 74 79 70 65 3d |ies.<input type=| 000002a0 22 63 68 65 63 6b 62 6f 78 22 20 6e 61 6d 65 3d |"checkbox" name=| 000002b0 22 61 35 30 30 22 3e 20 41 35 30 30 20 73 65 72 |"a500"> A500 ser| 000002c0 69 65 73 0a 3c 69 6e 70 75 74 20 74 79 70 65 3d |ies.<input type=| 000002d0 22 63 68 65 63 6b 62 6f 78 22 20 6e 61 6d 65 3d |"checkbox" name=| 000002e0 22 61 33 30 30 30 22 3e 20 41 33 30 78 30 20 6f |"a3000"> A30x0 o| 000002f0 72 20 41 34 30 30 30 3c 62 72 3e 0a 3c 69 6e 70 |r A4000<br>.<inp| 00000300 75 74 20 74 79 70 65 3d 22 63 68 65 63 6b 62 6f |ut type="checkbo| 00000310 78 22 20 6e 61 6d 65 3d 22 61 35 30 30 30 22 3e |x" name="a5000">| 00000320 20 41 35 30 30 30 20 73 65 72 69 65 73 0a 3c 69 | A5000 series.<i| 00000330 6e 70 75 74 20 74 79 70 65 3d 22 63 68 65 63 6b |nput type="check| 00000340 62 6f 78 22 20 6e 61 6d 65 3d 22 61 37 30 30 30 |box" name="a7000| 00000350 22 3e 20 41 37 30 30 30 20 73 65 72 69 65 73 0a |"> A7000 series.| 00000360 3c 69 6e 70 75 74 20 74 79 70 65 3d 22 63 68 65 |<input type="che| 00000370 63 6b 62 6f 78 22 20 6e 61 6d 65 3d 22 52 69 73 |ckbox" name="Ris| 00000380 63 20 50 43 22 20 63 68 65 63 6b 65 64 3e 20 52 |c PC" checked> R| 00000390 69 73 63 20 50 43 0a 3c 69 6e 70 75 74 20 74 79 |isc PC.<input ty| 000003a0 70 65 3d 22 63 68 65 63 6b 62 6f 78 22 20 6e 61 |pe="checkbox" na| 000003b0 6d 65 3d 22 6e 6f 6e 65 22 3e 20 4e 6f 6e 65 3c |me="none"> None<| 000003c0 62 72 3e 0a 57 68 61 74 20 41 63 6f 72 6e 20 6d |br>.What Acorn m| 000003d0 61 63 68 69 6e 65 20 61 72 65 20 79 6f 75 20 75 |achine are you u| 000003e0 73 69 6e 67 20 61 74 20 74 68 65 20 6d 6f 6d 65 |sing at the mome| 000003f0 6e 74 20 28 6e 6f 74 65 20 2d 20 74 68 65 73 65 |nt (note - these| 00000400 20 61 72 65 20 72 61 64 69 6f 20 62 75 74 74 6f | are radio butto| 00000410 6e 73 20 62 65 63 61 75 73 65 20 69 74 27 73 20 |ns because it's | 00000420 61 73 73 75 6d 65 64 20 74 68 61 74 20 79 6f 75 |assumed that you| 00000430 27 72 65 20 6f 6e 6c 79 20 75 73 69 6e 67 20 6f |'re only using o| 00000440 6e 65 29 3f 3c 62 72 3e 0a 3c 69 6e 70 75 74 20 |ne)?<br>.<input | 00000450 74 79 70 65 3d 22 72 61 64 69 6f 22 20 6e 61 6d |type="radio" nam| 00000460 65 3d 22 75 73 69 6e 67 22 20 76 61 6c 75 65 3d |e="using" value=| 00000470 22 61 33 30 30 22 3e 20 41 33 30 30 20 73 65 72 |"a300"> A300 ser| 00000480 69 65 73 0a 3c 69 6e 70 75 74 20 74 79 70 65 3d |ies.<input type=| 00000490 22 72 61 64 69 6f 22 20 6e 61 6d 65 3d 22 75 73 |"radio" name="us| 000004a0 69 6e 67 22 20 76 61 6c 75 65 3d 22 61 34 30 30 |ing" value="a400| 000004b0 22 3e 20 41 34 30 30 20 73 65 72 69 65 73 0a 3c |"> A400 series.<| 000004c0 69 6e 70 75 74 20 74 79 70 65 3d 22 72 61 64 69 |input type="radi| 000004d0 6f 22 20 6e 61 6d 65 3d 22 75 73 69 6e 67 22 20 |o" name="using" | 000004e0 76 61 6c 75 65 3d 22 61 35 30 30 22 3e 20 41 35 |value="a500"> A5| 000004f0 30 30 20 73 65 72 69 65 73 0a 3c 69 6e 70 75 74 |00 series.<input| 00000500 20 74 79 70 65 3d 22 72 61 64 69 6f 22 20 6e 61 | type="radio" na| 00000510 6d 65 3d 22 75 73 69 6e 67 22 20 76 61 6c 75 65 |me="using" value| 00000520 3d 22 61 33 30 30 30 22 3e 20 41 33 30 78 30 20 |="a3000"> A30x0 | 00000530 6f 72 20 41 34 30 30 30 3c 62 72 3e 0a 3c 69 6e |or A4000<br>.<in| 00000540 70 75 74 20 74 79 70 65 3d 22 72 61 64 69 6f 22 |put type="radio"| 00000550 20 6e 61 6d 65 3d 22 75 73 69 6e 67 22 20 76 61 | name="using" va| 00000560 6c 75 65 3d 22 61 35 30 30 30 22 3e 20 41 35 30 |lue="a5000"> A50| 00000570 30 30 20 73 65 72 69 65 73 0a 3c 69 6e 70 75 74 |00 series.<input| 00000580 20 74 79 70 65 3d 22 72 61 64 69 6f 22 20 6e 61 | type="radio" na| 00000590 6d 65 3d 22 75 73 69 6e 67 22 20 76 61 6c 75 65 |me="using" value| 000005a0 3d 22 61 37 30 30 30 22 3e 20 41 37 30 30 30 20 |="a7000"> A7000 | 000005b0 73 65 72 69 65 73 0a 3c 69 6e 70 75 74 20 74 79 |series.<input ty| 000005c0 70 65 3d 22 72 61 64 69 6f 22 20 6e 61 6d 65 3d |pe="radio" name=| 000005d0 22 75 73 69 6e 67 22 20 76 61 6c 75 65 3d 22 52 |"using" value="R| 000005e0 69 73 63 20 50 43 22 20 63 68 65 63 6b 65 64 3e |isc PC" checked>| 000005f0 20 52 69 73 63 20 50 43 0a 3c 69 6e 70 75 74 20 | Risc PC.<input | 00000600 74 79 70 65 3d 22 72 61 64 69 6f 22 20 6e 61 6d |type="radio" nam| 00000610 65 3d 22 75 73 69 6e 67 22 20 76 61 6c 75 65 3d |e="using" value=| 00000620 22 6e 6f 6e 65 22 3e 20 4e 6f 6e 65 3c 62 72 3e |"none"> None<br>| 00000630 0a 57 68 61 74 20 64 6f 20 79 6f 75 20 66 69 6e |.What do you fin| 00000640 64 20 67 6f 6f 64 20 61 62 6f 75 74 20 79 6f 75 |d good about you| 00000650 72 20 63 6f 6d 70 75 74 65 72 3f 3c 62 72 3e 0a |r computer?<br>.| 00000660 3c 74 65 78 74 61 72 65 61 20 6e 61 6d 65 3d 22 |<textarea name="| 00000670 70 72 61 69 73 65 22 20 72 6f 77 73 3d 35 20 63 |praise" rows=5 c| 00000680 6f 6c 73 3d 34 30 3e 49 74 27 73 20 66 61 73 74 |ols=40>It's fast| 00000690 2c 20 72 65 6c 69 61 62 6c 65 0a 61 6e 64 20 75 |, reliable.and u| 000006a0 73 65 73 20 6f 75 74 6c 69 6e 65 20 66 6f 6e 74 |ses outline font| 000006b0 73 2e 3c 2f 74 65 78 74 61 72 65 61 3e 3c 68 72 |s.</textarea><hr| 000006c0 20 77 69 64 74 68 3d 32 30 30 3e 0a 48 6f 77 20 | width=200>.How | 000006d0 6d 75 63 68 20 6d 65 6d 6f 72 79 20 64 6f 65 73 |much memory does| 000006e0 20 79 6f 75 72 20 63 6f 6d 70 75 74 65 72 20 68 | your computer h| 000006f0 61 76 65 20 28 44 52 41 4d 29 3f 0a 3c 73 65 6c |ave (DRAM)?.<sel| 00000700 65 63 74 20 6e 61 6d 65 3d 22 6d 65 6d 6f 72 79 |ect name="memory| 00000710 22 20 73 69 7a 65 3d 31 3e 0a 3c 6f 70 74 69 6f |" size=1>.<optio| 00000720 6e 20 76 61 6c 75 65 3d 22 74 69 6e 79 22 3e 30 |n value="tiny">0| 00000730 2e 35 4d 42 0a 3c 6f 70 74 69 6f 6e 3e 31 4d 42 |.5MB.<option>1MB| 00000740 0a 3c 6f 70 74 69 6f 6e 3e 32 4d 42 0a 3c 6f 70 |.<option>2MB.<op| 00000750 74 69 6f 6e 3e 34 4d 42 0a 3c 6f 70 74 69 6f 6e |tion>4MB.<option| 00000760 20 73 65 6c 65 63 74 65 64 3e 38 4d 42 0a 3c 6f | selected>8MB.<o| 00000770 70 74 69 6f 6e 3e 31 36 4d 42 0a 3c 6f 70 74 69 |ption>16MB.<opti| 00000780 6f 6e 3e 32 34 4d 42 0a 3c 6f 70 74 69 6f 6e 3e |on>24MB.<option>| 00000790 33 32 4d 42 0a 3c 6f 70 74 69 6f 6e 3e 4f 74 68 |32MB.<option>Oth| 000007a0 65 72 0a 3c 2f 73 65 6c 65 63 74 3e 3c 62 72 3e |er.</select><br>| 000007b0 0a 57 68 69 63 68 20 6f 66 20 74 68 65 20 66 6f |.Which of the fo| 000007c0 6c 6c 6f 77 69 6e 67 20 70 65 72 6f 70 68 65 72 |llowing peropher| 000007d0 61 6c 73 20 64 6f 65 73 20 79 6f 75 72 20 63 6f |als does your co| 000007e0 6d 70 75 74 65 72 20 68 61 76 65 3f 0a 3c 73 65 |mputer have?.<se| 000007f0 6c 65 63 74 20 6e 61 6d 65 3d 22 70 65 72 69 70 |lect name="perip| 00000800 68 65 72 61 6c 73 22 20 73 69 7a 65 3d 34 20 6d |herals" size=4 m| 00000810 75 6c 74 69 70 6c 65 3e 0a 3c 6f 70 74 69 6f 6e |ultiple>.<option| 00000820 3e 50 72 69 6e 74 65 72 0a 3c 6f 70 74 69 6f 6e |>Printer.<option| 00000830 3e 4d 6f 64 65 6d 0a 3c 6f 70 74 69 6f 6e 3e 53 |>Modem.<option>S| 00000840 63 61 6e 6e 65 72 0a 3c 6f 70 74 69 6f 6e 3e 56 |canner.<option>V| 00000850 69 64 65 6f 20 64 69 67 69 74 69 73 65 72 0a 3c |ideo digitiser.<| 00000860 6f 70 74 69 6f 6e 3e 43 44 2d 52 4f 4d 20 64 72 |option>CD-ROM dr| 00000870 69 76 65 0a 3c 6f 70 74 69 6f 6e 3e 5a 49 50 20 |ive.<option>ZIP | 00000880 64 72 69 76 65 0a 3c 6f 70 74 69 6f 6e 3e 53 79 |drive.<option>Sy| 00000890 71 75 65 73 74 0a 3c 6f 70 74 69 6f 6e 3e 47 72 |quest.<option>Gr| 000008a0 61 70 68 69 63 73 20 74 61 62 6c 65 74 0a 3c 6f |aphics tablet.<o| 000008b0 70 74 69 6f 6e 3e 53 6f 75 6e 64 20 63 61 72 64 |ption>Sound card| 000008c0 0a 3c 2f 73 65 6c 65 63 74 3e 3c 62 72 3e 0a 3c |.</select><br>.<| 000008d0 69 6e 70 75 74 20 74 79 70 65 3d 22 73 75 62 6d |input type="subm| 000008e0 69 74 22 20 6e 61 6d 65 3d 22 6f 70 74 69 6f 6e |it" name="option| 000008f0 22 20 76 61 6c 75 65 3d 22 53 75 62 6d 69 74 20 |" value="Submit | 00000900 6e 6f 77 22 3e 0a 3c 69 6e 70 75 74 20 74 79 70 |now">.<input typ| 00000910 65 3d 22 72 65 73 65 74 22 20 76 61 6c 75 65 3d |e="reset" value=| 00000920 22 43 6c 65 61 72 20 66 6f 72 6d 22 3e 0a 3c 69 |"Clear form">.<i| 00000930 6e 70 75 74 20 74 79 70 65 3d 22 69 6d 61 67 65 |nput type="image| 00000940 22 20 73 72 63 3d 22 73 71 75 61 72 65 2e 67 69 |" src="square.gi| 00000950 66 22 20 6e 61 6d 65 3d 22 73 71 75 61 72 65 22 |f" name="square"| 00000960 20 76 61 6c 75 65 3d 22 66 6f 75 72 2d 63 6f 6c | value="four-col| 00000970 6f 75 72 20 73 71 75 61 72 65 22 3e 0a 3c 2f 70 |our square">.</p| 00000980 3e 0a 3c 2f 66 6f 72 6d 3e 0a 3c 2f 62 6f 64 79 |>.</form>.</body| 00000990 3e 0a 3c 2f 68 74 6d 6c 3e 0a |>.</html>.| 0000099a