Results 1 to 2 of 2

Thread: Global Javascript across pages

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2002
    Posts
    35

    Global Javascript across pages

    I'm sure this has been asked (maybe even by me) but...
    Are there global javascript vars that can be accessed across pages? Like a asp session variable but in javascript?
    thanks in advance
    Michael

  2. #2
    Hyperactive Member progressive's Avatar
    Join Date
    Sep 2001
    Location
    Manchester, UK
    Posts
    404
    The only way to obtain this functionality with javascript, is to use session (non cached) cookies to store any data you want passing to another page!

    Or

    have a hidden frame that contains your javascript program.
    open new pages in the main frame and access functions and vars from the hidden frame!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width