What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Is there a way to include (in PHP) with javascript?

Is there a way to include (in PHP) with javascript?
Author: Message:
lhunath
Full Member
***

Avatar
.{ Lord Daisy }.

Posts: 343
39 / Male / –
Joined: May 2004
RE: Is there a way to include (in PHP) with javascript?
<script src="[uri-to-javascript-file]" />

Like, say you have some javascript in a file called MyJava.js
then you write
<script src="MyJava.js" language="javascript" type="text/javascript" />
And when the browser arrives at this line, it will parse the content of the javascript file refered to.

(Edit: added language/type attributes)

This post was edited on 05-27-2004 at 08:41 PM by lhunath.
{ -[Image: lhunath.gif]- }
05-27-2004 08:37 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Is there a way to include (in PHP) with javascript? - by Art Crazy on 05-27-2004 at 08:20 PM
RE: Is there a way to include (in PHP) with javascript? - by Banks on 05-27-2004 at 08:31 PM
RE: Is there a way to include (in PHP) with javascript? - by Art Crazy on 05-27-2004 at 08:33 PM
RE: Is there a way to include (in PHP) with javascript? - by lhunath on 05-27-2004 at 08:37 PM
RE: Is there a way to include (in PHP) with javascript? - by Art Crazy on 05-27-2004 at 08:40 PM
RE: Is there a way to include (in PHP) with javascript? - by lhunath on 05-27-2004 at 08:50 PM
RE: Is there a way to include (in PHP) with javascript? - by lylesback2 on 05-27-2004 at 10:36 PM
RE: Is there a way to include (in PHP) with javascript? - by Guido on 05-27-2004 at 10:54 PM
RE: Is there a way to include (in PHP) with javascript? - by lizard.boy on 05-28-2004 at 01:21 AM
RE: Is there a way to include (in PHP) with javascript? - by CookieRevised on 05-28-2004 at 10:08 AM
RE: Is there a way to include (in PHP) with javascript? - by fluffy_lobster on 05-28-2004 at 02:03 PM
RE: Is there a way to include (in PHP) with javascript? - by CookieRevised on 05-28-2004 at 03:13 PM
RE: Is there a way to include (in PHP) with javascript? - by fluffy_lobster on 05-28-2004 at 04:15 PM
RE: Is there a way to include (in PHP) with javascript? - by WDZ on 05-28-2004 at 05:14 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On