Results 1 to 3 of 3

Thread: gfeedfetcher issue

  1. #1
    Join Date
    Jul 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default gfeedfetcher issue

    1) Script Title: gfeedfetcher

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...sdisplayer.htm

    3) Describe problem: This script works well pulling all the data. The problem I'm having is when you click on the link, I need to open a new window and load the page there instead of just redirecting to a page.

    Please let me know if this is possible. Thanks.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    When calling gfeedfetcher() to initialize the script, simply specify the window target in the last parameter, for example
    Code:
    var myrss=new gfeedfetcher("someid", "someclass", "_new")
    DD Admin

  3. #3
    Join Date
    Jul 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up

    Thanks a lot for your help...appreciate it!

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
  •