View Full Version : Javascript code?
Espnetboy3
May 3, 2004, 03:19 PM
ok im a little new at the website thing, but i use bbedit , im in xhtml tranisitional ,i checked out the javascript.internet.com and wanted to use this http://javascript.internet.com/messages/jswavetext.html#source
i insert it in the body just the way it is and the only thing that comes up is free java scripts provided by the javascript source and then a link to the java site? I did insert my own text but it still didnt do what it said it would do which is wave the text then bring it on the line where it should be. any help would be apreciated , thanks
jeremy.king
May 3, 2004, 05:01 PM
You need to click that "Dowload JS File" (nice spelling) link and save that .js file in the same folder/directory as your web page.
If your too lazy to go back, just download from here
http://javascript.internet.com/messages/jswavetext1.js
Good Luck,
JK
Espnetboy3
May 3, 2004, 05:07 PM
hey king thanx alot man
Espnetboy3
May 3, 2004, 05:23 PM
ok i save it in the same folder as the html page , but nothing happens , it does have a dreamweaver icon and im using bbedit to create this site. What the heck is goin on.
jeremy.king
May 3, 2004, 05:28 PM
You won't see the bouncing text until you open the .htm(l) file in a browser (Safari, Mozilla, etc) and then it should work. You won't see it in BBEdit or Dreamweaver.
If you are previewing it in a browser, then its a good idea to post your source code, or a link to it, so people can help.
Espnetboy3
May 3, 2004, 05:59 PM
all the code is <h1>Untitled</h1> <p>ajhdfasdlhf;asldfh;asdfhasodfhsoadfhoasdighaosdghia</p> im just seeing if it will work. i save this untitled.html and i tried just .htm and i put that js file in the same folder and when i preview the site the text comes up normal
jeremy.king
May 3, 2004, 09:48 PM
Ok...
Now you need the .js file in the same folder as your .html file.
AND
you need the following within the <BODY> tag of your web page.
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original: Advanced Effect Maker -->
<!-- Web Site: http://www.effectmaker.com -->
<script language="JavaScript" src="jswavetext1.js"></script>
<a href="jswavetext1.js">Dowload JS file</a>
<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
So your untitled.html (very barebones) should look like this
<html>
<body>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original: Advanced Effect Maker -->
<!-- Web Site: http://www.effectmaker.com -->
<script language="JavaScript" src="jswavetext1.js"></script>
<a href="jswavetext1.js">Dowload JS file</a>
<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
</body>
</html>
Please try and follow the directions before posting.
Espnetboy3
May 4, 2004, 08:41 PM
bro i appreciate the help although that is wat i had put in and it doesn't work. Have u tried that yourself all u get is thank you for using javascript.internet.com and a link to the site.
jeremy.king
May 5, 2004, 09:19 AM
bro i appreciate the help although that is wat i had put in and it doesn't work. Have u tried that yourself all u get is thank you for using javascript.internet.com and a link to the site.
Yes I did. Doing exactly what I described above.
www.jeremyron.com/macrumors.html
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.