Click here to Skip to main content
15,798,278 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Dir Function - Network drive Pin
No-e23-Feb-07 8:38
No-e23-Feb-07 8:38 
GeneralRe: Dir Function - Network drive Pin
kubben23-Feb-07 8:57
kubben23-Feb-07 8:57 
GeneralRe: Dir Function - Network drive Pin
No-e23-Feb-07 9:37
No-e23-Feb-07 9:37 
GeneralRe: Dir Function - Network drive Pin
kubben23-Feb-07 9:56
kubben23-Feb-07 9:56 
QuestionHow to show 2 gif files as one in a aspx file Pin
Member 385807123-Feb-07 5:46
Member 385807123-Feb-07 5:46 
AnswerRe: How to show 2 gif files as one in a aspx file Pin
Guffa23-Feb-07 6:52
Guffa23-Feb-07 6:52 
AnswerRe: How to show 2 gif files as one in a aspx file Pin
badgrs23-Feb-07 6:55
badgrs23-Feb-07 6:55 
QuestionHow to compute absolute x, y coordinate of a HTML element using Java Script? Pin
balu chettri23-Feb-07 5:44
balu chettri23-Feb-07 5:44 
The method I have coded does not work well when the element is wrapped within multiple DIV elements?

function calcXY (obj) {
var x = y = 0;
while (obj != null && obj.nodeType == 1) {
// alert (obj.nodeName + ' ' + obj.offsetTop);
x+= obj.offsetLeft;
y+= obj.offsetTop;
obj = obj.parentNode;
}
alert ('Location of obj is ' + x + ',' + y);
}

Can anybody help me with a suggestion or a better method?

B2C
Questionhow can send a video on a mobile using asp.net Pin
Atif Ali Bhatti23-Feb-07 2:45
Atif Ali Bhatti23-Feb-07 2:45 
QuestionResource problem after converting from ASP.NET 1.1 to ASP.NET 2.0 Pin
MD1222-Feb-07 19:56
MD1222-Feb-07 19:56 
QuestionCalling external DLL methods Pin
earlgraham22-Feb-07 12:58
earlgraham22-Feb-07 12:58 
AnswerRe: Calling external DLL methods Pin
pHysiX22-Feb-07 13:05
pHysiX22-Feb-07 13:05 
GeneralRe: Calling external DLL methods Pin
earlgraham22-Feb-07 13:51
earlgraham22-Feb-07 13:51 
GeneralRe: Calling external DLL methods Pin
pHysiX23-Feb-07 21:44
pHysiX23-Feb-07 21:44 
GeneralCalling external DLL methods Pin
pHysiX23-Feb-07 21:45
pHysiX23-Feb-07 21:45 
QuestionHow to debug Pin
No-e22-Feb-07 9:12
No-e22-Feb-07 9:12 
AnswerRe: How to debug Pin
Vasudevan Deepak Kumar22-Feb-07 18:44
Vasudevan Deepak Kumar22-Feb-07 18:44 
AnswerRe: How to debug Pin
Paddy Boyd23-Feb-07 0:49
Paddy Boyd23-Feb-07 0:49 
GeneralRe: How to debug Pin
No-e23-Feb-07 3:05
No-e23-Feb-07 3:05 
QuestionProblems with query pagination in asp.net Pin
haggenx22-Feb-07 4:35
haggenx22-Feb-07 4:35 
AnswerRe: Problems with query pagination in asp.net Pin
Vasudevan Deepak Kumar22-Feb-07 19:06
Vasudevan Deepak Kumar22-Feb-07 19:06 
QuestionSending of email in VWD 2005 Pin
zareee21-Feb-07 23:10
zareee21-Feb-07 23:10 
AnswerRe: Sending of email in VWD 2005 Pin
Vasudevan Deepak Kumar22-Feb-07 18:45
Vasudevan Deepak Kumar22-Feb-07 18:45 
QuestionHow to get the ceckbox value in to an Excel File Pin
antithx21-Feb-07 22:50
antithx21-Feb-07 22:50 
AnswerRe: How to get the ceckbox value in to an Excel File Pin
Michael Sync21-Feb-07 23:38
Michael Sync21-Feb-07 23:38 

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.