I recently learned to do css switch with:
<a href="#"
onclick="setActiveStyleSheet('default');
return false;">Test</a>
and it worked
now i would like to make the change happen in another frame
Ive already tried
<a href="#"
onclick="setActiveStyleSheet('default');
return false;" target="In">Test</a>
In is the name of my frame
This (above) did not work for me and i am in need of assistence
<a href="#"
onclick="setActiveStyleSheet('default');
return false;">Test</a>
and it worked
now i would like to make the change happen in another frame
Ive already tried
<a href="#"
onclick="setActiveStyleSheet('default');
return false;" target="In">Test</a>
In is the name of my frame
This (above) did not work for me and i am in need of assistence














