1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

newbie java script menu question

Discussion in 'JavaScript' started by tork, Aug 8, 2005.

  1. #1
    I want to add java drop down menu's on my redesigned web site. I've used some page checking utilities like widexl's meta checker and it does not see the java menu links to my other pages. How does google bot handle this? Is there a better script or resources? Can some one point me in the right direction? My new redesign is at www.fastpcnet.net/preview
    Thanks in advance,
    Tork
     
    tork, Aug 8, 2005 IP
  2. dave487

    dave487 Peon

    Messages:
    701
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #2
    the safest way is to add a list of links below your javascript code as follows:
    <noscript>
    <a href="link1.htm">Link 1</a>
    <a href="link2.htm">Link 2</a>
    </noscript>

    This can be read by search engines and people without javascript.

    This may not work as well if you have loads of links.
     
    dave487, Aug 9, 2005 IP