User Profile

Collapse

Profile Sidebar

Collapse
babashankar
babashankar
Last Activity: Feb 11 '10, 01:05 PM
Joined: Feb 5 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • babashankar
    started a topic image in right corner of a table row

    image in right corner of a table row

    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"...
    See more | Go to post

  • 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>
    <form
    ...
    See more | Go to post
    Last 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
Working...