Jump to content

Drycodez

Members
  • Posts

    314
  • Joined

  • Last visited

Everything posted by Drycodez

  1. What JSG is saying, is that you should test for one particular Value inside the Array. Ex: If for example, you want to get the first value inside the Array (ondays), then you will do something like this: if(ondays[0]=="A")//if the first value in the Array is: A.
  2. why? I tried it some time ago and it works!
  3. or make the link a block element. E.g: <a href="xxxx.html" style="display:block; height:100px; width:100px">click anywere!</a>
  4. Try puting a <div> element inside an anchor. <a href="xxxxx.html"> <div> </div></a> make sure you giv the div element a width and height. EDIT: please note that this will work in some browser and ll not work in some. The best way to do it is to use the code below!
  5. Is that your real age?

×
×
  • Create New...