Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BWinder

    Help with HTML

    I have a image rotator on our website but I need to move it down. How do I move it down using HTML with just blank space above the rotator? Thanks in advanced for any help. Brian
  2. BWinder

    HTML code for blank spaces

    Sorry for posting in the wrong group. Thanks for your help. BWind
  3. BWinder

    HTML code for blank spaces

    would that be <br> this space would be blank, correct? </br> and then to rotator is under this? I am new to all this, so thanks for the help.
  4. BWinder

    HTML code for blank spaces

    I have a image rotator on our website but I need to move it down. How do I move it down using HTML with just blank space above the rotator? Thanks in advanced for any help. Brian
  5. BWinder

    I need help with my script. It works in Firefox but not IE

    It's working now. Thank you so much for all your help.
  6. BWinder

    I need help with my script. It works in Firefox but not IE

    I changed the array to start with 0 and still won't rotate. I am getting a headache with this stupid thing.
  7. BWinder

    I need help with my script. It works in Firefox but not IE

    I still can't get this to rotate in IE. Might you have a script that I can use that will work in both?
  8. BWinder

    I need help with my script. It works in Firefox but not IE

    What is different on the one you pasted?
  9. BWinder

    I need help with my script. It works in Firefox but not IE

    <IMG SRC="/resource/resmgr/Ad_Banner/ad1.jpg" WIDTH="198" HEIGHT="150" BORDER="0" id="bannerad"></a> Do you mean change it here? I took out the ad1.jpg at the end of /resource/resmgr/Ad_Banner/ad1.jpg and it still didn't work. Is that what you meant?
  10. BWinder

    I need help with my script. It works in Firefox but not IE

    Should I have a { next to newplace = new Array(8); and then a } at the end of the links?
  11. BWinder

    I need help with my script. It works in Firefox but not IE

    Still not rotating in IE.
  12. BWinder

    I need help with my script. It works in Firefox but not IE

    Like this? <HTML><HEAD> <TITLE>Rotating banners with links</TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- Beginning of JavaScript - if (document.images) { ads = new Array(8); ads[1] = "/resource/resmgr/Ad_Banner/ad1.jpg"; ads[2] = "/resource/resmgr/Ad_Banner/ad2.jpg"; ads[3] =...
  13. BWinder

    I need help with my script. It works in Firefox but not IE

    I'm sorry, what do you mean? Like I said, I am really new to JavaScript and this is all my first attempt at this.
  14. BWinder

    I need help with my script. It works in Firefox but not IE

    It's rotating in Firefox again, but is still not rotating in IE, just the image. <HTML><HEAD> <TITLE>Rotating banners with links</TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- Beginning of JavaScript - if (document.images) { ads = new Array(8); ads[1] = "/resource/resmgr/Ad_Banner/ad1.jpg"...
  15. BWinder

    I need help with my script. It works in Firefox but not IE

    It's making me sick as well. I am new to JavaScript and it's been kicking my butt trying to get this to work. I appreciate all your help. I will give that a try.
  16. BWinder

    I need help with my script. It works in Firefox but not IE

    Now it is not rotating in either Firefox or IE, just the one image with the link. <HTML><HEAD> <TITLE>Rotating banners with links</TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- Beginning of JavaScript - if (document.images) { ads = new Array(8); ads[1] = "/resource/resmgr/Ad_Banner/ad1.jpg"...
  17. BWinder

    I need help with my script. It works in Firefox but not IE

    So it will look like this? <HTML><HEAD> <TITLE>Rotating banners with links</TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- Beginning of JavaScript - if (document.images) { ads = new Array(8); ads[1] = "/resource/resmgr/Ad_Banner/ad1.jpg"; ads[2] = "/resource/resmgr/Ad_Banner/ad2.jpg"; ads[3] =...
  18. BWinder

    I need help with my script. It works in Firefox but not IE

    With the change you suggested <HTML><HEAD> <TITLE>Rotating banners with links</TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- Beginning of JavaScript - if (document.images) { ads = new Array(8); ads[0] = "/resource/resmgr/Ad_Banner/ad1.jpg"; ads[1] = "/resource/resmgr/Ad_Banner/ad2.jpg"; ads[2] =...
  19. BWinder

    I need help with my script. It works in Firefox but not IE

    I am now using this script which I get a image with link but no rotation. I am only getting 1 image in IE but still works fine in Firefox. <HTML><HEAD> <TITLE>Rotating banners with links</TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- Beginning of JavaScript - if (document.images) { ads = new...
  20. BWinder

    I need help with my script. It works in Firefox but not IE

    The attached is what I am seeing in IE. The website is www.sccah.comhttp://www.mediafire.com/imageview.php?quickkey=yzkgyltjgwo

Part and Inventory Search

Back
Top