Jump to content

SuziQ63

Members
  • Posts

    4
  • Joined

  • Last visited

SuziQ63's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. SuziQ63

    Connection Issues

    If you have a Windows account is there an alternate way to sign in to MySQL?
  2. I'm in charge of creating a JS Routine for the Web developer at index.shtml. Mr. Rhinesmith has asked me to create a routine which will automatically change the left corner graphic each month. The following is a snippet of code I am creating. Can anyone tell me if I am creating this code correctly? If I am not using the correct code could you tell me a resource I could use to get the correct code.SuziQ<script language="javascript" type="text/javascript"><!-- hide from non JavaScript browsersvar curImage = "October2_100x76";var ChangeGraphics;function rotate_graphic() { IF (curImage == "October2_100x76"); { document.graphics[0].src = "Novmber2_100x76"; (curImage = "October2_100x76"); ELSE document.graphics[0].src = "Novmber2_100x76.gif"; }}// - stop hiding -->}</SCRIPT>
×
×
  • Create New...