Click here to Skip to main content
15,882,152 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: date validation Pin
Manfred Rudolf Bihy24-Feb-11 0:28
professionalManfred Rudolf Bihy24-Feb-11 0:28 
GeneralRe: date validation Pin
Pravin Patil, Mumbai24-Feb-11 1:52
Pravin Patil, Mumbai24-Feb-11 1:52 
GeneralRe: date validation Pin
Ali Al Omairi(Abu AlHassan)1-Mar-11 10:55
professionalAli Al Omairi(Abu AlHassan)1-Mar-11 10:55 
GeneralRe: date validation Pin
Manfred Rudolf Bihy1-Mar-11 21:30
professionalManfred Rudolf Bihy1-Mar-11 21:30 
GeneralRe: date validation Pin
Ali AlOmairi (TJIC)1-Mar-11 23:43
Ali AlOmairi (TJIC)1-Mar-11 23:43 
AnswerRe: date validation Pin
Pravin Patil, Mumbai24-Feb-11 1:52
Pravin Patil, Mumbai24-Feb-11 1:52 
AnswerRe: date validation Pin
Monjurul Habib1-Mar-11 7:51
professionalMonjurul Habib1-Mar-11 7:51 
Questionjquery modal return value Pin
fififlowertot20-Feb-11 23:09
fififlowertot20-Feb-11 23:09 
have a jquery on my aspx page which loads a seperate aspx page through iframe inside a jquery modal. I am passing the the value of a textbox to the jquery-modal. Now I have a gridview in modal popup and evrytime i select a row I want to return those values back to base(parent page and populate some textboxes with gridview row in modal.

I am unable pass values back to base page.

my jquery is as below:-
$(function() {
        /* Modal Dialog Box Configuration */
        
        $("#addForm").dialog({

            autoOpen: false,
            modal: true,
            width: 500,
            scroll: true,
            overlay: {
                "background-color": "#000",
                "opacity": "0.5",
                "-moz-opacity": "0.5"
            }
        });



        $("#btnAddSession").click(function(event) {
            var url = "Result.aspx?key=" + encodeURIComponent($("#<%= txtSearch.ClientID %>").val());
            alert(url);
            $("#popup").attr("src", url);
            $("#addForm").dialog("open");

           //event.preventDefault();

            return false;
        });

    });

my div is as below:-

<div id="addForm" title="Dialog Title" >

<iframe id="popup"  width="480"></iframe>
</div>



This opens the new aspx in the jquery modal and passes the value of textbox which i access serverside to perform my search and bing to gridview. But unable to pass values back to base page.
QuestionIt's not working..plz help me..what'was problem..somebody can to fix.. Pin
jasonp0818-Feb-11 14:12
jasonp0818-Feb-11 14:12 
GeneralRe: It's not working..plz help me..what'was problem..somebody can to fix.. Pin
thatraja18-Feb-11 15:09
professionalthatraja18-Feb-11 15:09 
GeneralRe: It's not working..plz help me..what'was problem..somebody can to fix.. Pin
jasonp0818-Feb-11 15:46
jasonp0818-Feb-11 15:46 
GeneralRe: It's not working..plz help me..what'was problem..somebody can to fix.. Pin
thatraja18-Feb-11 15:48
professionalthatraja18-Feb-11 15:48 
QuestionAJAX not working in IE7 on Wins Server 2003 Pin
MWRivera18-Feb-11 5:35
MWRivera18-Feb-11 5:35 
Questionjquery + iframe passing values Pin
fififlowertot16-Feb-11 22:52
fififlowertot16-Feb-11 22:52 
QuestionRe: jquery + iframe passing values Pin
Sunasara Imdadhusen16-Feb-11 23:04
professionalSunasara Imdadhusen16-Feb-11 23:04 
AnswerRe: jquery + iframe passing values Pin
fififlowertot17-Feb-11 0:33
fififlowertot17-Feb-11 0:33 
AnswerRe: jquery + iframe passing values Pin
Sunasara Imdadhusen17-Feb-11 2:11
professionalSunasara Imdadhusen17-Feb-11 2:11 
GeneralRe: jquery + iframe passing values Pin
fififlowertot17-Feb-11 2:13
fififlowertot17-Feb-11 2:13 
Questiongoogle streetview Pin
douw3rd15-Feb-11 23:58
douw3rd15-Feb-11 23:58 
AnswerRe: google streetview Pin
richardw4816-Feb-11 2:41
richardw4816-Feb-11 2:41 
QuestionYes/No Option in Javascript Pin
Toniyo Jackson15-Feb-11 2:39
Toniyo Jackson15-Feb-11 2:39 
AnswerRe: Yes/No Option in Javascript Pin
Pravin Patil, Mumbai15-Feb-11 2:51
Pravin Patil, Mumbai15-Feb-11 2:51 
AnswerRe: Yes/No Option in Javascript [modified] Pin
Sunasara Imdadhusen15-Feb-11 17:15
professionalSunasara Imdadhusen15-Feb-11 17:15 
GeneralRe: Yes/No Option in Javascript Pin
Ali Al Omairi(Abu AlHassan)25-Feb-11 8:34
professionalAli Al Omairi(Abu AlHassan)25-Feb-11 8:34 
AnswerRe: Yes/No Option in Javascript Pin
Ali Al Omairi(Abu AlHassan)25-Feb-11 8:21
professionalAli Al Omairi(Abu AlHassan)25-Feb-11 8:21 

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.