Hello. My brain is not working anymore :)
Why is this like that on source? I'm giving this event from repeater
itemdatabound event like:
imgAlbum.Attributes.Add("onmouseover", "document.getElementById(*<%=
p.UniqueID %>*).style.display = '';");
imgAlbum.Attributes.Add("onmouseout", "document.getElementById(*<%=
p.UniqueID %>*).style.display = 'none';");

But source is like that:
onmouseover="document.getElementById(''*&lt;%= p.UniqueID %>*')
<img src="/photos/2.jpg"
id="ctl00_ContentPlaceHolder1_rptPhotoAlbums_ctl01_imgAlbum" width="133"
height="100" border="0" onmouseover="document.getElementById(''*&lt;%=
p.UniqueID %>'*).style.display = '';"
onmouseout="document.getElementById('*&lt;%=
p.UniqueID %>*').style.display = 'none';" />


kadir avci (mcpd)
software/web developer
web: kad1r weblogs <http://www.kad1r.com> | freelance web
developer<http://www.kadiravci.com>| kad1r's
twitter <http://www.twitter.com/kad1r>
loc: izmir (turkey)
sta: freelance

Reply via email to