All,
I was wondering if their is a way of loading an external script fill from within a script??
<script language="javas cript" type="text/javascript">
function test(var){
<script language="javas cript" src="../scripts/base.js" type="text/javascript" />
}
</script>
Obviously this would cause n error but this would give you an idea of what I'm looking to do. I know I can do this with a simple include but...
Sorry about the stupid question... Thanks in advance. - CES
I was wondering if their is a way of loading an external script fill from within a script??
<script language="javas cript" type="text/javascript">
function test(var){
<script language="javas cript" src="../scripts/base.js" type="text/javascript" />
}
</script>
Obviously this would cause n error but this would give you an idea of what I'm looking to do. I know I can do this with a simple include but...
Sorry about the stupid question... Thanks in advance. - CES
Comment