Results 1 to 2 of 2

Thread: Popup information box III (fade-in) some links dnt work.

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

    Question Popup information box III (fade-in) some links dnt work.

    1) Script Title: Popup information box III (fade-in)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/popinfo3.htm

    3) Describe problem:
    my site is database driven, and some parts do not work but others do..
    www.berkshiretkd.co.uk/calender.php a fine example is august. the colour belt grading works but the Mr Bannister-s Preliminary does not.

    the same code is used for every cell...
    please help.

    Many thanks in advance

    Aaron

  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

    Here is the error as reported in the FF javascript console:

    Error: missing ) after argument list
    Source File: http://www.berkshiretkd.co.uk/calender.php?month=August
    Line: 1, Column: 38
    Source Code:
    writetxt(' <b>Event:</b> Mr Bannister's Preliminary <BR> <b>Date:</b> 13 * August <br> <b>Venue:</b> Yiewsley <br> <b>Start Time:</b> 11 <br><b> Decription:</b> Part 1 of Test to Become 3rd Degree Black Belt')
    In javascript, that would be corrected by escaping the apostrophe:

    Code:
    writetxt(' <b>Event:</b> Mr Bannister\'s Preliminary <BR> <b>Date:</b> 13 * August <br> <b>Venue:</b> Yiewsley <br> <b>Start Time:</b> 11 <br><b> Decription:</b> Part 1 of Test to Become 3rd Degree Black Belt')
    I'm not sure how this will play out with the PHP involved.
    - 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
  •