Diff: CalculatorForSampleMountingInDil

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
...nobody

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between version 83 and version 82:
Lines 116-117 were replaced by lines 116-117
- function setmot(this) {
- motor = this.value;
+ function setmot(inp) {
+ motor = inp.value;
Line 165 was replaced by line 165
- <input type="text" id=motor value=0 size=4 onchange='setmot();'> <br>
+ <input type="text" id=motor value=0 size=4 onchange='setmot(this);'> <br>

Back to CalculatorForSampleMountingInDil, or to the Page History.