hello
i have an external JS which I call using <script src="http:\...."></script>. It outputs a number of lines of text.
I would like to put this in a function and output the text form the function...so something like:
<script language="javascript">
function text{
load script here
add to variable
}
</script>
Anyone know how to do this?
Thanks so much
PC
i have an external JS which I call using <script src="http:\...."></script>. It outputs a number of lines of text.
I would like to put this in a function and output the text form the function...so something like:
<script language="javascript">
function text{
load script here
add to variable
}
</script>
Anyone know how to do this?
Thanks so much
PC