Hi all,
i have a page (main.html) and an iframe loading another page (frame.html).
In main.html an array is loaded to replace some variables:
For some reason this array is not loaded into frame.html
so these values are not available there.
How can i pass the array to frame.hmtl page?
Thanks in advance.
i have a page (main.html) and an iframe loading another page (frame.html).
In main.html an array is loaded to replace some variables:
Code:
arrayname['key_one_name'] = 'First value';
arrayname['key_two_name'] = 'Second value';
and so on...
so these values are not available there.
How can i pass the array to frame.hmtl page?
Thanks in advance.