Link to home
Start Free TrialLog in
Avatar of rgbcof
rgbcof

asked on

javascript, how to insert the javascript content from a javascript file into the html

So instead of referencing a javascript file:
<html>
<head>
<script language="javascript" type="text/javascript" src="/javascript/my_utils.js">
</script>

I would like the content of that javascript file inserted into the HTML.  Is there a way to do that?
ASKER CERTIFIED SOLUTION
Avatar of dxdinh
dxdinh
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgbcof
rgbcof

ASKER

I guess that's the only way then.