JavaScript

Moderators: None (Apply to moderate this forum)
Number of threads: 2058
Number of posts: 5158

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Calling a jscript file Posted by ITA on 10 Jan 2003 at 11:48 AM
I would like to call a menu link js file that I have created. Please could u give me the command and a small source code example. Many Thanks

ITA
Report
Re: Calling a jscript file Posted by ai.unit on 12 Jan 2003 at 7:11 AM
i couldnt understand what you want exactly.. could you rephrase that?

: I would like to call a menu link js file that I have created. Please could u give me the command and a small source code example. Many Thanks
:
: ITA
:

Report
Re: Calling a jscript file Posted by ITA on 13 Jan 2003 at 1:17 AM
: i couldnt understand what you want exactly.. could you rephrase that?
:

I have created a separate javascript file from my web page. In the web page source code I would like to call this file so that it will operate as part of the page. The idea is to try and remove a lot of the javascript in the <HEAD></HEAD> tags. This is needed for search engine optimisation. Many thanks.

ITA
Report
Re: Calling a jscript file Posted by ai.unit on 13 Jan 2003 at 8:22 AM
OK, that's easy
use something like this:
<html>
<head>
<script language=jscript src="java\mycode.js"></script>
</head>

<body>
blah blah blah

<script language=jscript src="java\bodycode.js"></script>

</body>

</html>


the *.js files should be avaialable as text files on your web, and they contain pure java code. just java code, no html!
this works exactly as if you have put the contents of the file between the <script></script> tags.

good luck!



: : i couldnt understand what you want exactly.. could you rephrase that?
: :
:
: I have created a separate javascript file from my web page. In the web page source code I would like to call this file so that it will operate as part of the page. The idea is to try and remove a lot of the javascript in the <HEAD></HEAD> tags. This is needed for search engine optimisation. Many thanks.
:
: ITA
:




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.