S
Steve
Hi All...
Got a question regarding javascript.
I am trying to use javascript to call a navigational bar based on screen
resolution:
<script language="Javascript" type="text/javascript"
if (screen.width <= 600) {
src="side_nav/side_nav.js"
}
else {
src="vert_nav1/vert_nav1.js"
}>
</script>
This is not working...soooo...anyone got any ideas as to why? I sure would
appreciate some help here.
TIA
Steve G
Got a question regarding javascript.
I am trying to use javascript to call a navigational bar based on screen
resolution:
<script language="Javascript" type="text/javascript"
if (screen.width <= 600) {
src="side_nav/side_nav.js"
}
else {
src="vert_nav1/vert_nav1.js"
}>
</script>
This is not working...soooo...anyone got any ideas as to why? I sure would
appreciate some help here.
TIA
Steve G