Firstly, i have the following style specified...
<style type="text/css">
a:link {COLOR: #0000FF;}
a:visited {COLOR: #0000FF;}
a:hover {COLOR: #D40606;}
a:active {COLOR: #0000FF;}
</style>
This behavior works when my <a> tag is something like...
<a href="/WC/schedule_a1.html" target="showcal">Group A1</a>
I would like a similar behavior when I change the <a> tag content to...
<a ONCLICK="document.getElementById('HTMLfile').innerHTML='<iframe width=100% height=320 marginwidth=0 marginheight=0 frameborder=0 src=/WC/schedule_a1.html></iframe>';">Group A1</a>
I tried <style type="text/javascript"> - didn't work
Thanks,
Arun
<style type="text/css">
a:link {COLOR: #0000FF;}
a:visited {COLOR: #0000FF;}
a:hover {COLOR: #D40606;}
a:active {COLOR: #0000FF;}
</style>
This behavior works when my <a> tag is something like...
<a href="/WC/schedule_a1.html" target="showcal">Group A1</a>
I would like a similar behavior when I change the <a> tag content to...
<a ONCLICK="document.getElementById('HTMLfile').innerHTML='<iframe width=100% height=320 marginwidth=0 marginheight=0 frameborder=0 src=/WC/schedule_a1.html></iframe>';">Group A1</a>
I tried <style type="text/javascript"> - didn't work
Thanks,
Arun