Hi All, If I was running my Javascript from a web page I know I could do: <script type="text/javascript" src="[filename]"></script>
... but what I am doing lately is writing standalone .js files, to be run with V8 from a shell. What can I do to organise my code in more files and include it as necessary, if I can't use the above? Is this perhaps a limitation of ECMAscript, which was not intended to run but within a web page? Thanks! Giacecco -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
