Click to See Complete Forum and Search --> : 2 java scripts
jmsinla
02-13-2003, 10:15 PM
Are there any special rules when using two java scripts.
I'm using Dreamweaver MX and when I turn on the browser everything works great. When I downloaded the file, it didn't work great.:rolleyes: You can see my problem at:
http://www.banburyplacemusic.com
Thanks for any help U can give.
Jo
AdamBrill
02-13-2003, 10:25 PM
What exactly doesn't work? The only thing I could find wrong was that you called this function:
checkbrOK();
and I couldn't find a function in your code by that name. My guess is that it isn't loading the external .js file correctly. There should be a moveobj.js in the same folder, but I don't think it is there. If you upload it, that might fix you problem...
jmsinla
02-14-2003, 03:46 PM
Adam
Thank you so much for your help. That was exactly what it needed. It took a couple trys but the server finally accepted it. Now if I could only figure out why the window keeps getting wider as the java script runs, I'd be a very happy camper!
:) Joanne
http://www.banburyplacemusic.com
2 peachy
02-18-2003, 08:11 PM
I am not sure why that is happening to you, but this site from way back in the beginning of learning web site dev, and playing with the bells and whistles.... btw... a site I dont share very often as it was one of my first... and for my husband when we were in the process of new love....
has the same type of code with objects floating on the page/// maybe looking at the code will help
http://www.geocities.com/toopeachy2/Because.html
jmsinla
02-19-2003, 12:17 AM
Thanks, Peachy
Part of my problem, I believe, is because I put the floating images in only one section of the page rather than all over it. I did that purposefully.
But the page isn't hurt by the fact that those notes keep moving to the right...they eventually bounce back!
:rolleyes:
AdamBrill
02-19-2003, 07:57 AM
Here is the code that bounces off of the sides. They will bounce around in Layer10. Just use your code and this .js file. Let me know if you have any problems...