I have two pages ,let's say page1.aspx
and page2.aspx
. What i'm going to do is ,in page1.aspx
i made a call to page2.aspx
with window.open()
javascript and pass the querystring ,and in page2.aspx
(child page) ,I need to collect some information from user and after submitting ,I need to pass all the collected data to page1.aspx
(parent page) ,what is the solution for this kind of scenario ?
There is a feature called window.postMessage() but it is designed to communicate from the page that fires a popup to the popup and not the other way around (also it isn't supported by IE Mobile (incase that matters)
Working on jquery date picker in my current code. I want the datepicker should show from the year 1900 - till today date User has to select previous 10 years from today date if in case user select ...
Working on jquery date picker in my current code. I want the datepicker should show from the year 1900 - till today date User has to select previous 10 years from today date if in case user select ...
I found that in JavaScript, switch is always a sentence of instruction and using it as an expression will give an error. So when I have to assign different values to a variable according to different ...
I found that in JavaScript, switch is always a sentence of instruction and using it as an expression will give an error. So when I have to assign different values to a variable according to different ...
I actually load an external JavaScript on my page this way: <script type='text/javascript' src='http://somedomain.com/somescript.php'></script> Note: it is a PHP file, but it produces ...
I actually load an external JavaScript on my page this way: <script type='text/javascript' src='http://somedomain.com/somescript.php'></script> Note: it is a PHP file, but it produces ...
I'm trying to get count value from a function and want to store in outside of the function. var count; client.count({ index: 'employee', type: 'details', ...
I'm trying to get count value from a function and want to store in outside of the function. var count; client.count({ index: 'employee', type: 'details', ...