Frame Problems

Posted by Abinash Grahacharya on Tue 24 Oct 2006 06:09 AM — 2 posts, 12,583 views.

#0
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;"

Australia Forum Administrator #1
This question is a bit outside the general theme of this site, which is based around MUD games.

I don't know the answer, and I suggest you would get more help from a site that is dedicated to web site development.