Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Espnetboy3

macrumors 6502
Original poster
Feb 1, 2003
463
0
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
 
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.
 
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.
 
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
 
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.

PHP:
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! [url]http://javascript.internet.com[/url] -->
<!-- Original:  Advanced Effect Maker -->
<!-- Web Site:  [url]http://www.effectmaker.com[/url] -->
<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

PHP:
<html>
<body>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! [url]http://javascript.internet.com[/url] -->
<!-- Original:  Advanced Effect Maker -->
<!-- Web Site:  [url]http://www.effectmaker.com[/url] -->
<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.
 
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.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.