Hi,
I have a simple html as below:
<html>
<body>
<table><tr>
<td style="backgrou nd:#DD6D68" width="100" height="100">
<div>image name</div>
<div style="vertical-align:bottom;fl oat:right;">
<img src="angry.gif" alt="Angry face" width="32" height="32"...
User Profile
Collapse
-
image in right corner of a table row
-
server side button click event after onblur event
...Code:<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script type="text/javascript"> var change = false; function showmsg(id) { var res = confirm("proceed"); if (res) change = true; } </script> </head> <body> <formLast edited by Frinavale; Feb 5 '09, 06:05 PM. Reason: Moved to ASP.NET Answers from .NET and added [code] tags and indented code
No activity results to display
Show More