javascript error

Tamer_Ahmed

Centurion
Joined
Dec 20, 2003
Messages
159
Location
Egypt
hi all,

i create a simple javascript function

function my(id)

{ document.getElementById('Label1').innerText = id; }

and i'll add it to onclick event for checkbox exist on datalist

there problem here that the parameter that i want to pass it to the function is this

<%#Container.DataItem("ID")%>

and it's not work the parser always throw error

can anybody help [:'(]

Regards
 
Back
Top