ChainsawJoe
Programmer
I'm manually data binding an XML recordset and creating html code from a javascript function - it loops thru the recordset, creating the cells and rows in the table (I know I could have done this using
but that doesn't seem to like attaching events - then again, neither does this), but the last cell in the table is a button which, within the javascript, I'm using
- all
does is an alert. I've checked the attach is successful (
showing up 'true' in the status bar), but the button does nothing. WHY?!?!?!
PLEASE help!
Code:
dataSrc= . .
Code:
DaButton.attachEvent("onclick",loseit)
Code:
loseit()
Code:
status = DaButton.attach . . .
PLEASE help!