Fire Box doesnot support program based calling function

Posted by manish on Stack Overflow See other posts from Stack Overflow or by manish
Published on 2010-05-04T11:32:26Z Indexed on 2010/05/04 11:38 UTC
Read the original article Hit count: 189

Filed under:
|

on clicking any row of the following program... i am firinf on function mail file click....function just having alert message that shoes deffrent file name on the bases of clicking...

*its working properly in IE .....FireBox N other browser function doesnot call on clicking on any row.. whats problem..please help me......i am writing code for your better awareness*

For Each info In fsi
Response.Write("<span id=" & " 'userijd'" & " onmouseup=" & "mailfileclick('" & info.Name & "')" & ";>")

Response.Write("<td width=" & "16%" & " bgcolor=" & "#FFFFFF" & " style=" & "border-bottom-style:&nbsp;solid;&nbsp;border-bottom-width:&nbsp;1px" & " bordercolor=" & "#C0C0C0" & " nowrap" & ">")
          Response.Write("<font face=" & "Arial" & "style=" & "font-size:&nbsp;9pt" & " color=" & "#000000" & ">" & Mid(contents, InStr(contents, "Date: ") + Len("Date:"), 17) & "</font></td>")


Response.Write("</span>")
Next

© Stack Overflow or respective owner

Related posts about firebox

Related posts about anonymous-function