public marks

PUBLIC MARKS with tags button & html

2009

Dynamically Created Radio Buttons - Another IE Gotcha

by astrochoupe
As soon as I think I have it all worked out I bump into another oddity between Firefox and IE and handling the DOM. Specifically adding a radio button (or set of them) dynamically. My initial javascript went something like this: # var rdo = document.createElement('input'); # rdo.type = 'radio'; # rdo.id = 'someUniqueID'; # rdo.name = 'myRadio'; # rdo.value = 1; # # myDocumentsBody.appendChild(rdo); This almost worked perfectly. The input was added, it was a radio button, but it was totally unselectable. I could select it via javascript but the normal "click" event didn't cause the radio button to assume the "selected" state in IE? What gives?

2007

2006

Embedded Flash MP3 Player

by chilkat
Javascript to convert HTML .mp3 links into embedded Flash MP3 players (button with start/stop)

PUBLIC TAGS related to tag button

article +   bouton +   css +   css3 +   design +   development +   embedded +   flash +   form +   forms +   howto +   html +   imported +   input +   javascript +   js +   markup +   mp3 +   player +   programming +   radio +   rgba +   tutorial +   ui +   usabilidade +   web +   webdesign +   xhtml +  

Active users

piouPiouM
last mark : 24/07/2009 09:37

astrochoupe
last mark : 19/05/2009 15:52

marco
last mark : 15/05/2007 21:41

plasticdreams
last mark : 26/02/2007 00:30

gvlx
last mark : 06/10/2006 17:07

chilkat
last mark : 03/07/2006 15:30