I've seen this done in applets and I was just wondering if there were anyway it could be done in Javascript. If not, then could someone please direct me to the proper information.
The following is my entire code for a scroller I have, the rest is in .js files (as you can see). What I would like to know is there anyway to allow anyone to enter parameters from here (such as background images or even text and images to scroll) other than going into the .js files and altering them there?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<HEAD>
<title></title>
<!-- Insert this tag into the header -->
<script language="JavaScript" src=http://www.webdeveloper.com/forum/archive/index.php/"javas/initializeScroller.js">
</script>
</head>
<!-- IMPORTANT TO LOAD THE FUNCTION "LoadFuncs()" HERE!!!!! -->
<body onLoad = "LoadFuncs()">
<!-- example that you can have the scroller anywhere you wish now -->
<table align="center" border="2"><tr><td>
<!-- Insert this script to where you want it -->
<script language = "JavaScript1.2" src="javas/scroller.js">
</script>
</td></tr></table>
</body>
</html>
The following is my entire code for a scroller I have, the rest is in .js files (as you can see). What I would like to know is there anyway to allow anyone to enter parameters from here (such as background images or even text and images to scroll) other than going into the .js files and altering them there?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<HEAD>
<title></title>
<!-- Insert this tag into the header -->
<script language="JavaScript" src=http://www.webdeveloper.com/forum/archive/index.php/"javas/initializeScroller.js">
</script>
</head>
<!-- IMPORTANT TO LOAD THE FUNCTION "LoadFuncs()" HERE!!!!! -->
<body onLoad = "LoadFuncs()">
<!-- example that you can have the scroller anywhere you wish now -->
<table align="center" border="2"><tr><td>
<!-- Insert this script to where you want it -->
<script language = "JavaScript1.2" src="javas/scroller.js">
</script>
</td></tr></table>
</body>
</html>