Results 1 to 3 of 3

Thread: Splash Page close issue

  1. #1
    Join Date
    May 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Splash Page close issue

    When attempting to close the splash page using javascript:splashpage.closeit(), I have placed this on the actual splash page rather than in the javascript file - it's not working, how can I get it to work in the normal splash page URL?

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

    Default

    Warning: Please include a link to the DD script in question in your post, in this case: http://www.dynamicdrive.com/dynamici...amicsplash.htm . See this thread for the proper posting format when asking a question.

    To your question, is the document shown inside the splash page on the same domain as the parent page containing the splash script? If not then unfortunately you can't embed a button inside the contained document to close it, due to JavaScript's same-origin security policies. If it is, then you can modify the original close button code to the following to get it to work:
    Code:
    javascript:parent.splashpage.closeit()
    DD Admin

  3. #3
    Join Date
    May 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Brilliant thanks, it's working perfect now

Similar Threads

  1. Splash page shows some parts of the destination page
    By aflynt in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 10-08-2012, 10:14 PM
  2. Replies: 1
    Last Post: 09-11-2011, 03:32 AM
  3. Resolved Splash Page script single page initiation
    By superdmg in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 04-09-2010, 12:55 AM
  4. Problem w/Splash Page Script when home page has a swf file on it
    By dnadavid in forum Looking for such a script or service
    Replies: 3
    Last Post: 12-10-2008, 12:47 AM
  5. Splash Page and IE6
    By fallenangel in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 01-16-2008, 12:39 AM

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
  •