Img rotation script question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kevin

    Img rotation script question

    Hello all. I am new to Java script and trying to get a jpeg rotation on my
    website to work. I found the script here:

    I am trying to get this page http://www.yoursourceinjapan.com/testing.htm to
    display pics that automatically rotate. Could someone take a look at my
    script and let me know where I have goofed?
    Many thanks -and Happy New Year
    Kevin



  • HikksNotAtHome

    #2
    Re: Img rotation script question

    In article <bt15lr$151b$1@ news1.wakwak.co m>, "Kevin" <sirff@hotmail. com>
    writes:
    [color=blue]
    >I am trying to get this page http://www.yoursourceinjapan.com/testing.htm to
    >display pics that automatically rotate. Could someone take a look at my
    >script and let me know where I have goofed?[/color]

    View your source and find this tag, up near the top:

    <script type="javascrip t">

    And change it to :

    <script type="text/javascript">
    --
    Randy

    Comment

    • Kevin

      #3
      Re: Img rotation script question

      Voila, it worked:) Thanks Randy.
      I got a bit further but wondered if you could assist me a bit further. As
      you can see on that page I got the pics to show up. I am having trouble
      getting the pics to show up the way I want though. In the first table I have
      place the code; ShowImg(0,1) and in the second table; ShowImg(1,2,). However
      each table is showing 0,1,and 2. What I would like is for each table to have
      different pics rotating.
      My third table is where I have tried to get the pics to rotate every 5
      seconds. I have tried many combinations but can't get that to work. Can you
      look at that snippet and see where I have erred?
      Ultimately what I would like is for each table to have Different pics to
      rotate every 5 seconds or so - not on page reload.
      I appreciate very much your help thus far.
      Thanks
      Kevin

      --
      Kevin Sirface

      Japanese Scroll Paintings
      Scroll Re-mounting
      Custom Calligraphy Scrolls


      "HikksNotAtHome " <hikksnotathome @aol.com> wrote in message
      news:2004010112 3152.23307.0000 5577@mb-m29.aol.com...[color=blue]
      > In article <bt15lr$151b$1@ news1.wakwak.co m>, "Kevin" <sirff@hotmail. com>
      > writes:
      >[color=green]
      > >I am trying to get this page http://www.yoursourceinjapan.com/testing.htm[/color][/color]
      to[color=blue][color=green]
      > >display pics that automatically rotate. Could someone take a look at my
      > >script and let me know where I have goofed?[/color]
      >
      > View your source and find this tag, up near the top:
      >
      > <script type="javascrip t">
      >
      > And change it to :
      >
      > <script type="text/javascript">
      > --
      > Randy[/color]


      Comment

      Working...