Forum Moderators: open
<a href="f1.asp?v1=data" target="_self" onclick="manyframes()"></a>
function manyframes()
{
parent.f2.location='f2.asp?v1=data'
parent.f3.location='f3.asp?v1=data'
}
Where "v1=data" is actaully a very long collection of data and variables.
Is there a better way to pass data, short of stuffing the data in a database?
Often, the other pages don't visually change, just their "state" is updated. Any Ideas?
Frames bad. :( includes good. :)