Results 1 to 2 of 2

Thread: Question on targeting link

  1. #1
    Join Date
    Aug 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Question on targeting link

    I am using the AnyLink Drop Down Menu http://www.dynamicdrive.com/dynamici...pmenuindex.htm
    ...is there a way to target my links into my inlineframe... if so how would I do it...

    //Contents for menu 2
    var menu2=new Array()
    menu2[0]='<a href="http://www.cathybees.com/clipart/">Clipart</a>'
    menu2[1]='<a href="http://www.cathybees.com/terms/">Terms</a>'
    menu2[2]='<a href="http://www.cathybees.com/donations/">Donations</a>'
    menu2[3]='<a href="http://www.cathybees.com/">Link Sharing</a>'
    Last edited by cathybee; 08-12-2005 at 12:08 AM.

  2. #2
    Join Date
    Aug 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Doesn't Target work??

    Code:
    menu2[0]='<a href="http://www.cathybees.com/clipart/" TARGET="window_name">Clipart</a>
    etc..

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •