any java script programmers about??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • georgeyw
    58008 53773
    • Jul 2005
    • 9865

    #1

    any java script programmers about??

    Is there a simple script around that returns info from a popup window (back to the initial window)?

    TIA

    TripleXPrint on Megan Fox
    "I would STILL suck her pussy until her face caved in. And then blow her up and do it again!"
  • mikeyddddd
    Viva la vulva!
    • Mar 2003
    • 16557

    #2
    Save the info from the popup window (cookie, database, etc)

    Have this code in the popup:

    script tag
    opener.location.reload(true);
    self.close();
    /script tag

    Read the info in the initial window

    Comment

    • georgeyw
      58008 53773
      • Jul 2005
      • 9865

      #3
      Originally posted by mikeyddddd
      Save the info from the popup window (cookie, database, etc)

      Have this code in the popup:

      script tag
      opener.location.reload(true);
      self.close();
      /script tag

      Read the info in the initial window
      thanks

      will give that a go
      TripleXPrint on Megan Fox
      "I would STILL suck her pussy until her face caved in. And then blow her up and do it again!"

      Comment

      • psili
        Confirmed User
        • Apr 2003
        • 5526

        #4
        For the main window to access variables in the popup:

        [name of popup].variableName

        For the popup window to access variables in the opener:

        opener.variableName
        Your post count means nothing.

        Comment

        Working...