Results 1 to 4 of 4

Thread: Using RSS Pausing Scroller Script. How to open news in new window?

  1. #1
    Join Date
    Apr 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Using RSS Pausing Scroller Script. How to open news in new window?

    Hi,
    I'm using RSS Pausing Scroller
    http://www.dynamicdrive.com/dynamici...sescroller.htm

    Example 3.

    I got 2 questions:
    1. How to set open the News in a new window not in the corect window, When pressing the news.
    2. How to set the news more then 3 lines?

    Thanks, Gil

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

    Default

    The script does support opening the links inside the RSS feeds in a new window already. When initializing the script, make use of the parameter in red:

    Code:
    var scroller=new gfeedpausescroller("someid", "someclass", 2500, "_new")
    . How to set the news more then 3 lines?
    Hmm can you elaborate what you mean?
    DD Admin

  3. #3
    Join Date
    Apr 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    When I see the data of the news I see only 3 lines of it..
    I wonna se more of the artical.
    How to do that?

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

    Default

    Well, when initializing the script, the displayoptions() method supports a "description" parameter you can use:

    Code:
    instance.displayoptions("datetime label description")
    This causes the full description of each RSS entry to be displayed.
    DD Admin

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
  •