Results 1 to 2 of 2

Thread: DHTML Announcement Box with clickable link ?

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

    Default DHTML Announcement Box with clickable link ?

    1) Script Title:
    Popup Box (DHTML Announcement Box)

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamicindex11/abox.htm

    3) Describe problem:
    a. Is it possible to modify the script in a way the popup is only displayed by clicking a link referring to the specified div?

    b. Is it possible to make several divs with several links without conflicts on a single page?

    Unfortunately i'm totally unexperienced with scripts, so any help would be much appreciated.

    Thanky you very much in advance
    noob lucky ;-)

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    For that sort of thing, you would want to modify something more like this script:

    http://www.dynamicdrive.com/dynamici...tmltooltip.htm

    changing its onmouseover event to an onclick event and its onmouseout event to an onclick event on the tip itself. The reason being that the rest of the code is constructed to allow multiple tips already and doesn't have all the added baggage of the onload events required with the script you mention.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •