onclick code is rendered differently |
5/28/2010 5:55:16 PM |
ASPRunnerPro General questions | |
T
tone21705 author
On the Editor screen for the List page there is a column called Message. strValue = ("<img src='http://" & Session("HostServer") & "/UnusualOccurrence/WebLHH/images/noMessage.jpg' alt='No New Msg' height='15' width='25' onClick='openMessage('" & rs("ID") & "');' />")
<img width="25" height="15" );="" 455="" onclick="openMessage(" alt="No New Msg" src="https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=14531&image=1&table=forumtopics">
|
|
A
|
ann 5/31/2010 |
Antonio, strValue = "<img src=""http://" & Session("HostServer") & "/UnusualOccurrence/WebLHH/images/noMessage.jpg"" alt=""No New Msg"" height='15' width='25' onclick=""openMessage('" & rs("ID") & "');"" />" |