Click here to Skip to main content
15,888,968 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: Images Won't display in IE 7 Pin
twseitex19-Feb-12 2:59
twseitex19-Feb-12 2:59 
QuestionProblem with args.isValid in JS Pin
dayakar_dn1-Feb-12 22:14
dayakar_dn1-Feb-12 22:14 
AnswerRe: Problem with args.isValid in JS Pin
Mohibur Rashid1-Feb-12 22:36
professionalMohibur Rashid1-Feb-12 22:36 
GeneralRe: Problem with args.isValid in JS Pin
dayakar_dn1-Feb-12 23:03
dayakar_dn1-Feb-12 23:03 
GeneralRe: Problem with args.isValid in JS Pin
Mohibur Rashid1-Feb-12 23:10
professionalMohibur Rashid1-Feb-12 23:10 
Questionupdate several DIV using javascript with mysql data Pin
Sergio8430-Jan-12 10:09
Sergio8430-Jan-12 10:09 
AnswerRe: update several DIV using javascript with mysql data Pin
Mohibur Rashid7-Feb-12 19:38
professionalMohibur Rashid7-Feb-12 19:38 
QuestionJQuery.ajax not working Pin
Ali Al Omairi(Abu AlHassan)30-Jan-12 0:23
professionalAli Al Omairi(Abu AlHassan)30-Jan-12 0:23 
Guys; I called the function RequestTheServer() in client-side, but no request reatched the server.
But when I replaced the data property ctl00$ContentPlaceHolder1$txtValue in function GetData() to txtValue_text every gone OK.
Please see the code below:

JavaScript
function RequestTheServer() {
    $.ajax({
        type: "POST",
        url: '/Default.aspx',
        data: GetData(),
    });
}
function GetData() {
    var data = {
        __EVENTTARGET: '__Page',
        __EVENTARGUMENT: 'LRep',
        ctl00$ContentPlaceHolder1$txtValue: $get('ctl00_ContentPlaceHolder1_txtValue').value
    };

    return data;
}



I am wondering why this happened with me since it doesn't look logical.
Help people,so poeple can help you.

AnswerRe: JQuery.ajax not working Pin
Manfred Rudolf Bihy30-Jan-12 4:21
professionalManfred Rudolf Bihy30-Jan-12 4:21 
GeneralRe: JQuery.ajax not working Pin
Ali Al Omairi(Abu AlHassan)30-Jan-12 5:18
professionalAli Al Omairi(Abu AlHassan)30-Jan-12 5:18 
GeneralRe: JQuery.ajax not working Pin
Not Active30-Jan-12 5:40
mentorNot Active30-Jan-12 5:40 
GeneralRe: JQuery.ajax not working Pin
Ali Al Omairi(Abu AlHassan)30-Jan-12 20:47
professionalAli Al Omairi(Abu AlHassan)30-Jan-12 20:47 
GeneralRe: JQuery.ajax not working Pin
Not Active31-Jan-12 1:32
mentorNot Active31-Jan-12 1:32 
AnswerRe: JQuery.ajax not working Pin
Ali Al Omairi(Abu AlHassan)30-Jan-12 21:48
professionalAli Al Omairi(Abu AlHassan)30-Jan-12 21:48 
GeneralRe: JQuery.ajax not working Pin
Not Active31-Jan-12 1:29
mentorNot Active31-Jan-12 1:29 
QuestionCalling a Shared function from the Client side Pin
Vimalsoft(Pty) Ltd28-Jan-12 3:59
professionalVimalsoft(Pty) Ltd28-Jan-12 3:59 
AnswerRe: Calling a Shared function from the Client side Pin
Ali Al Omairi(Abu AlHassan)29-Jan-12 23:59
professionalAli Al Omairi(Abu AlHassan)29-Jan-12 23:59 
GeneralRe: Calling a Shared function from the Client side Pin
Vimalsoft(Pty) Ltd30-Jan-12 19:09
professionalVimalsoft(Pty) Ltd30-Jan-12 19:09 
Questionchange address link Pin
Member 790448224-Jan-12 20:42
Member 790448224-Jan-12 20:42 
AnswerRe: change address link Pin
thatraja26-Jan-12 0:15
professionalthatraja26-Jan-12 0:15 
Questionretreive table cell data Pin
MacRaider424-Jan-12 3:26
MacRaider424-Jan-12 3:26 
AnswerRe: retreive table cell data Pin
MacRaider424-Jan-12 3:50
MacRaider424-Jan-12 3:50 
AnswerRe: retreive table cell data Pin
Graham Breach24-Jan-12 6:56
Graham Breach24-Jan-12 6:56 
QuestionHow to browse folder or image Pin
sathyan_829419-Jan-12 5:04
sathyan_829419-Jan-12 5:04 
AnswerRe: How to browse folder or image Pin
R. Giskard Reventlov20-Jan-12 13:20
R. Giskard Reventlov20-Jan-12 13:20 

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.