As a developer,i developed a site having three frames .
But the three frames need to refresh at a time using single click soud.
There is a way for this problem , but the solution using javascript and not working as we want to be.
Is there any way to solve this problem.
I have the solution i,e
If there is three frames named as Frame1, Frame2, Frame3
then on the link we have to write javascript insted of target
code is
----------
onClick="top.frames['Frame1'].location.href='File1?List of send items as i=1&j=3';
top.frames['Frame2'].location.href='File2?t=1';
top.frames['Frame3'].location.href='File3?k=9';
return false;"
But the three frames need to refresh at a time using single click soud.
There is a way for this problem , but the solution using javascript and not working as we want to be.
Is there any way to solve this problem.
I have the solution i,e
If there is three frames named as Frame1, Frame2, Frame3
then on the link we have to write javascript insted of target
code is
----------
onClick="top.frames['Frame1'].location.href='File1?List of send items as i=1&j=3';
top.frames['Frame2'].location.href='File2?t=1';
top.frames['Frame3'].location.href='File3?k=9';
return false;"