[thelist] <script> within <script>

Alderson, Russ russ.alderson at Circle.com
Thu Mar 28 09:21:01 CST 2002


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]
does anyone know if this is kosher?
i want the page to load a js file based on a value in the query string

<script>
tmpArray = new Array();
var ref = document.location.href;
tmpArray = ref.split("?");
var disp = tmpArray[1];

document.write("<script language='javascript' type='text/javascript' src='"
+ disp + ".js'></script>");

</script>


<!--
russ alderson
-->




More information about the thelist mailing list