Obscure scripting advice...?

Out of context: Reply #4

  • Started
  • Last post
  • 5 Responses
  • monNom0

    1. open the destination page in a frame/iframe, within the splash page,this allows you to have a timer running on the splash page and listen for events broadcast from the frame/iframe.

    2. open the desintation page in a new window and use the session storage variable to listen for events from the destination page (only works in modern browser under same domain)

    3. you might be able to use something like a 'bookmarklet' to append a script the the page in question. Not sure if this works though

    • Nice, thanks. Number 1 sounds like a good option. Will give it a go!Sneakybadger2

View thread