damb66
02-24-2004, 03:28 PM
here is the script I cannot get to work. Here is the page I am trying it out on
http://www.webstuffinc.com/links-search-engine-marketing-internet-wisconsin.htm
3 or 4 lines down, you will see the image src=http://
This is the only line I have changed.
If I leave in the code -----> http://www.a1javascripts.com/images/Arcdetri.jpg" that came with the script...the first image in the ROTATOR says I am stealing graphics and band width from A1javascripts, and I ama bandwidth bandit.
I did my best to add my graphics to the images queue. I changed that image src URL because if I didn't the only image that works in the Rotator (when viewed online) is that I am stealing bandwidth from A1. Can I get someone to help me?
Thanks!
<!-- -->
<table border="0" cellpadding="0" align="center">
<caption><strong>Picture Gallery</strong></caption>
<tr>
<td width="100%"><img src=http://www.webstuffinc.com/images/*" width="300" height="240" name="photoslider"></td>
</tr>
<tr>
<td width="100%"><form method="POST" name="rotater">
<div align="center"><center><p><script language="JavaScript1.1">
var photos=new Array()
var which=0
/*Change the below variables to reference your own images. You may have as many images in the slider as you wish*/
photos[0]="/dbimember.gif"
photos[1]="/WebStuff Logo Letterhead.jpg"
photos[2]="/web-marketing-irrelevant.jpg"
photos[3]="/WebStuff-Web-Header-Right.jpg"
photos[4]="/webstuff-web-advertising.gif"
function backward(){
if (which>0){
window.status=''
which--
document.images.photoslider.src=photos[which]
}
}
function forward(){
if (which<photos.length-1){
which++
document.images.photoslider.src=photos[which]
}
else window.status='End of gallery'
}
</script><input type="button" value="<<Back" name="B2"
onClick="backward()"> <input type="button" value="Next>>" name="B1"
onClick="forward()"><br>
<a href="#" onClick="which=1;backward();return false"><small>Start Over</small></a></p>
</center></div>
</form>
</td>
</tr>
</table>
<!-- -->
http://www.webstuffinc.com/links-search-engine-marketing-internet-wisconsin.htm
3 or 4 lines down, you will see the image src=http://
This is the only line I have changed.
If I leave in the code -----> http://www.a1javascripts.com/images/Arcdetri.jpg" that came with the script...the first image in the ROTATOR says I am stealing graphics and band width from A1javascripts, and I ama bandwidth bandit.
I did my best to add my graphics to the images queue. I changed that image src URL because if I didn't the only image that works in the Rotator (when viewed online) is that I am stealing bandwidth from A1. Can I get someone to help me?
Thanks!
<!-- -->
<table border="0" cellpadding="0" align="center">
<caption><strong>Picture Gallery</strong></caption>
<tr>
<td width="100%"><img src=http://www.webstuffinc.com/images/*" width="300" height="240" name="photoslider"></td>
</tr>
<tr>
<td width="100%"><form method="POST" name="rotater">
<div align="center"><center><p><script language="JavaScript1.1">
var photos=new Array()
var which=0
/*Change the below variables to reference your own images. You may have as many images in the slider as you wish*/
photos[0]="/dbimember.gif"
photos[1]="/WebStuff Logo Letterhead.jpg"
photos[2]="/web-marketing-irrelevant.jpg"
photos[3]="/WebStuff-Web-Header-Right.jpg"
photos[4]="/webstuff-web-advertising.gif"
function backward(){
if (which>0){
window.status=''
which--
document.images.photoslider.src=photos[which]
}
}
function forward(){
if (which<photos.length-1){
which++
document.images.photoslider.src=photos[which]
}
else window.status='End of gallery'
}
</script><input type="button" value="<<Back" name="B2"
onClick="backward()"> <input type="button" value="Next>>" name="B1"
onClick="forward()"><br>
<a href="#" onClick="which=1;backward();return false"><small>Start Over</small></a></p>
</center></div>
</form>
</td>
</tr>
</table>
<!-- -->