Click here to Skip to main content
15,906,333 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionHow to close all pop-up on click on logout Pin
InderK4-Aug-10 8:01
InderK4-Aug-10 8:01 
AnswerRe: How to close all pop-up on click on logout Pin
Not Active4-Aug-10 8:45
mentorNot Active4-Aug-10 8:45 
GeneralRe: How to close all pop-up on click on logout Pin
InderK4-Aug-10 18:07
InderK4-Aug-10 18:07 
GeneralRe: How to close all pop-up on click on logout Pin
Not Active5-Aug-10 2:21
mentorNot Active5-Aug-10 2:21 
GeneralRe: How to close all pop-up on click on logout Pin
InderK5-Aug-10 2:37
InderK5-Aug-10 2:37 
AnswerRe: How to close all pop-up on click on logout Pin
Prosanta Kundu online4-Aug-10 19:58
Prosanta Kundu online4-Aug-10 19:58 
QuestionHelp : Dynamically maintaining left position Pin
Chakouri3-Aug-10 20:11
Chakouri3-Aug-10 20:11 
AnswerRe: Help : Dynamically maintaining left position Pin
Prosanta Kundu online4-Aug-10 19:55
Prosanta Kundu online4-Aug-10 19:55 
Pass image object refrence in showdiv fn
XML
onmouseover="showDiv(this,'wrapper');"


And set the left position dynamically
JavaScript
function showDiv(obj,wr) {
document.getElementById(wr).style.left = obj.offsetLeft + 'px';
document.getElementById(wr).style.display = '';
}

QuestionCheck file in JavaScript Pin
ShafiqA2-Aug-10 22:54
ShafiqA2-Aug-10 22:54 
AnswerRe: Check file in JavaScript Pin
koolprasad20033-Aug-10 4:05
professionalkoolprasad20033-Aug-10 4:05 
GeneralRe: Check file in JavaScript Pin
ShafiqA3-Aug-10 18:10
ShafiqA3-Aug-10 18:10 
AnswerRe: Check file in JavaScript Pin
Yusuf4-Aug-10 5:35
Yusuf4-Aug-10 5:35 
QuestionHow to detect .msi file ? Pin
002comp2-Aug-10 0:54
002comp2-Aug-10 0:54 
AnswerRe: How to detect .msi file ? Pin
daveyerwin2-Aug-10 7:28
daveyerwin2-Aug-10 7:28 
GeneralRe: How to detect .msi file ? Pin
002comp2-Aug-10 18:42
002comp2-Aug-10 18:42 
GeneralRe: How to detect .msi file ? Pin
daveyerwin3-Aug-10 5:58
daveyerwin3-Aug-10 5:58 
GeneralRe: How to detect .msi file ? Pin
002comp3-Aug-10 19:47
002comp3-Aug-10 19:47 
GeneralRe: How to detect .msi file ? Pin
002comp4-Aug-10 1:46
002comp4-Aug-10 1:46 
GeneralRe: How to detect .msi file ? Pin
daveyerwin4-Aug-10 12:26
daveyerwin4-Aug-10 12:26 
GeneralRe: How to detect .msi file ? Pin
002comp4-Aug-10 21:14
002comp4-Aug-10 21:14 
QuestionRefresh Div content Pin
Shantanu Gupta 133731-Jul-10 6:18
Shantanu Gupta 133731-Jul-10 6:18 
AnswerRe: Refresh Div content [modified] Pin
daveyerwin31-Jul-10 7:55
daveyerwin31-Jul-10 7:55 
GeneralRe: Refresh Div content Pin
Shantanu Gupta 133731-Jul-10 19:34
Shantanu Gupta 133731-Jul-10 19:34 
GeneralRe: Refresh Div content [modified] Pin
daveyerwin1-Aug-10 3:15
daveyerwin1-Aug-10 3:15 
QuestionDisplay image on refresh with link Pin
Dave McCool30-Jul-10 14:39
Dave McCool30-Jul-10 14:39 

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.