how do avoid this:
function iframe01Locatio n(newLocation)
{
(iframe01.locat ion=newLocation );
}
function iframe02Locatio n(newLocation)
{
(iframe02.locat ion=newLocation );
}
i want to do something like this (this don´t work):
function iframeLocation( iframeName, newLocation)
{
(iframeName.loc ation=newLocati on);
}
Michael.
function iframe01Locatio n(newLocation)
{
(iframe01.locat ion=newLocation );
}
function iframe02Locatio n(newLocation)
{
(iframe02.locat ion=newLocation );
}
i want to do something like this (this don´t work):
function iframeLocation( iframeName, newLocation)
{
(iframeName.loc ation=newLocati on);
}
Michael.
Comment