Remove the names on the input fields.
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 11 Dec 2010 21:22:24 +0000 (16:22 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 11 Dec 2010 21:22:24 +0000 (16:22 -0500)
RGB Converter.wdgt/Widget.html

index 2a0b89262b9ee3f1677d694899ddec2f1cf3ed72..dc0fb73f8ec41dc883c610af5aca15361ede8b62 100644 (file)
   <canvas id="wheel" width="186" height="186" onmousemove="mousemove(event);" onmouseout="mouseexit(event);"></canvas>
   <!-- front -->
   <div id="front"> 
-    <input type="text" name="hexinput" id="hexinput" size="6" onblur="hexwatcher()" value="3C3C3C" />
-
-    <input type="text" name="redinput" id="redinput" size="3" onblur="rgbwatcher('red')" value="60" />
-    <input type="text" name="greeninput" id="greeninput" size="3" onblur="rgbwatcher('green')" value="60" />
-    <input type="text" name="blueinput" id="blueinput" size="3" onblur="rgbwatcher('blue')" value="60" />
+    <input type="text" id="hexinput" size="6" onblur="hexwatcher()" value="3C3C3C" />
+                      
+    <input type="text" id="redinput" size="3" onblur="rgbwatcher('red')" value="60" />
+    <input type="text" id="greeninput" size="3" onblur="rgbwatcher('green')" value="60" />
+    <input type="text" id="blueinput" size="3" onblur="rgbwatcher('blue')" value="60" />
 
     <div class="flip" id="fliprollie"></div>
     <div class="flip" id="flip" onclick="show_back(event);" onmouseover="enterflip(event);" onmouseout="exitflip(event)";></div>