Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. linuxlouis

    Passing User Credentials from calling window to window.open() page

    Cool, thanks. I wasn't sure if the session variables needed to be passed via a javascript method or communicated with javascript in some way, rather than something common which I should've just checked. Thanks for reassuring me!
  2. linuxlouis

    Passing User Credentials from calling window to window.open() page

    I think I mis-stated, I didn't mean that I want any credential information 'in' a page, but passed between pages - as you refer to - with session variables, I don't want to use cookies. "How" I meant to ask this was, 'how' can I pass session variables from the page that has the "button" which...
  3. linuxlouis

    Passing User Credentials from calling window to window.open() page

    I think I mis-stated, I didn't mean that I want any credential information 'in' a page, but passed between pages - as you refer to - with session variables, I don't want to use cookies. "How" I meant to ask this was, 'how' can I pass session variables from the page that has the "button" which...
  4. linuxlouis

    Passing User Credentials from calling window to window.open() page

    I've written a PERL CGI program, that uses javascript to open another CGI program - which is a form. Users must authenticate before logging into the main page, which is from where the javascript button is launched. I want to be able to pass the user credentials from the main page, into the...

Part and Inventory Search

Back
Top