Calling a java script from a .js file - Javascript
This is a discussion on Calling a java script from a .js file - Javascript ; I am new to java and have script that i want to call lets say xxx. js how
can i do this in html and where do i put it on the server
thanks
billy...
-
Calling a java script from a .js file
I am new to java and have script that i want to call lets say xxx.js how
can i do this in html and where do i put it on the server
thanks
billy
-
Re: Calling a java script from a .js file
Hi,
This is what i do.
first i add the xxx.js between <head> and </head>
<head>
<script src='xxx.js' type='text/javascript' language='JavaScript'></script>
</head>
Then in html tag i call the function name.
HTH
Regards
Moin.
billy <watchman2@NOSPAMbigfoot.com> wrote in message news:<Xns944816EA7EF81bre1@216.77.188.18>...
> I am new to java and have script that i want to call lets say xxx.js how
> can i do this in html and where do i put it on the server
> thanks
> billy
-
Re: Calling a java script from a .js file
moin_anjum@yahoo.com (Moin Anjum) wrote in
news:5429c390.0312070936.3ab82faa@posting.google.com:
> moin_anjum@yahoo.com
plese explain using the function name and the tag i need to use this
i told you i was new
thanks
billy
Similar Threads
-
By Application Development in forum TCL
Replies: 5
Last Post: 11-01-2007, 09:45 PM
-
By Application Development in forum Perl
Replies: 7
Last Post: 07-27-2007, 02:56 PM
-
By Application Development in forum basic.visual
Replies: 0
Last Post: 11-01-2004, 11:47 AM
-
By Application Development in forum Java
Replies: 0
Last Post: 05-17-2004, 11:21 AM
-
By Application Development in forum Inetserver
Replies: 0
Last Post: 01-09-2004, 08:31 AM