Click here to Skip to main content
15,891,629 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: AJAX Pin
daveyerwin26-Apr-10 11:04
daveyerwin26-Apr-10 11:04 
AnswerRe: AJAX Pin
Abhijit Jana26-Apr-10 20:37
professionalAbhijit Jana26-Apr-10 20:37 
AnswerRe: AJAX Pin
Abhijit Jana26-Apr-10 20:41
professionalAbhijit Jana26-Apr-10 20:41 
Questionzoom the image size and display in the center of the page Pin
developerit26-Apr-10 3:31
developerit26-Apr-10 3:31 
AnswerRe: zoom the image size and display in the center of the page Pin
Tej Aj26-Apr-10 3:36
Tej Aj26-Apr-10 3:36 
GeneralRe: zoom the image size and display in the center of the page Pin
developerit26-Apr-10 3:56
developerit26-Apr-10 3:56 
AnswerRe: zoom the image size and display in the center of the page Pin
Brij26-Apr-10 3:37
mentorBrij26-Apr-10 3:37 
AnswerRe: zoom the image size and display in the center of the page [modified] Pin
daveyerwin26-Apr-10 5:17
daveyerwin26-Apr-10 5:17 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
            "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head><script type="text/javascript">
dg=document.getElementById;
</script type="text/javascript">
</head><body>
   <a href="http://www.codeproject.com">
      <img src="http://www.codeproject.com/favicon.ico" alt="img goes here" width="50px" height="50px"
          onmouseover="dg('displayImg').src=this.src;dg('displayCenter').style.visibility='visible'"
          onmouseout="dg('displayCenter').style.visibility='hidden'">
   </a>
   <a href="http://www.yahoo.com">
      <img src="http://www.yahoo.com/favicon.ico" alt="img goes here" width="50px" height="50px"
          onmouseover="dg('displayImg').src=this.src;dg('displayCenter').style.visibility='visible'"
          onmouseout="dg('displayCenter').style.visibility='hidden'">
   </a>
<div id='displayCenter' style="position:absolute;top:200px;left:200px;visibility:hidden;"><img src="" 

id='displayImg' width='300px' height='300px'></div>

</body></html>


modified on Monday, April 26, 2010 1:30 PM

GeneralRe: zoom the image size and display in the center of the page Pin
developerit27-Apr-10 1:49
developerit27-Apr-10 1:49 
GeneralRe: zoom the image size and display in the center of the page Pin
daveyerwin27-Apr-10 2:56
daveyerwin27-Apr-10 2:56 
AnswerRe: zoom the image size and display in the center of the page Pin
Tej Aj26-Apr-10 8:03
Tej Aj26-Apr-10 8:03 
QuestionHow to Get FTP username and password Pin
sjs4u26-Apr-10 0:44
sjs4u26-Apr-10 0:44 
AnswerRe: How to Get FTP username and password Pin
Not Active26-Apr-10 2:23
mentorNot Active26-Apr-10 2:23 
QuestionJcrop a jquery plug-in, has anybody used it ? Pin
jason_mf25-Apr-10 23:58
jason_mf25-Apr-10 23:58 
AnswerRe: Jcrop a jquery plug-in, has anybody used it ? Pin
Peace ON26-Apr-10 3:13
Peace ON26-Apr-10 3:13 
Questiontxt file template for Email Pin
FEMDEV25-Apr-10 23:48
FEMDEV25-Apr-10 23:48 
AnswerRe: txt file template for Email Pin
Jamil Hallal26-Apr-10 0:07
professionalJamil Hallal26-Apr-10 0:07 
GeneralRe: txt file template for Email Pin
FEMDEV26-Apr-10 1:04
FEMDEV26-Apr-10 1:04 
AnswerRe: txt file template for Email Pin
Sandesh M Patil26-Apr-10 0:45
Sandesh M Patil26-Apr-10 0:45 
QuestionTables in Web Site. Pin
Syasyaaa25-Apr-10 22:39
Syasyaaa25-Apr-10 22:39 
AnswerRe: Tables in Web Site. Pin
Ashfield25-Apr-10 22:43
Ashfield25-Apr-10 22:43 
AnswerRe: Tables in Web Site. Pin
Rijz25-Apr-10 22:46
Rijz25-Apr-10 22:46 
AnswerRe: Tables in Web Site. Pin
Tej Aj25-Apr-10 23:54
Tej Aj25-Apr-10 23:54 
AnswerRe: Tables in Web Site. Pin
Sandesh M Patil26-Apr-10 0:36
Sandesh M Patil26-Apr-10 0:36 
QuestionAsp to asp.net 2.0 migration Pin
Rijz25-Apr-10 22:37
Rijz25-Apr-10 22:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.