saving dynamic generated page to a file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jman

    saving dynamic generated page to a file

    i've got a link that when clicked on generates some text dynamically
    (via javascript) and displays it in a new window.

    i use window.open.


    ideally, i'd like the file popup window to open and then i'd like to
    generate and save it to a file automatically.

    any suggestions?
  • Thomas 'PointedEars' Lahn

    #2
    Re: saving dynamic generated page to a file

    jman wrote:
    i've got a link that when clicked on generates some text dynamically
    (via javascript) and displays it in a new window.
    >
    i use window.open.
    >
    ideally, i'd like the file popup window to open and then i'd like to
    generate and save it to a file automatically.
    >
    any suggestions?




    PointedEars
    --
    realism: HTML 4.01 Strict
    evangelism: XHTML 1.0 Strict
    madness: XHTML 1.1 as application/xhtml+xml
    -- Bjoern Hoehrmann

    Comment

    • VK

      #3
      Re: saving dynamic generated page to a file

      On Feb 7, 4:44 am, jman <erjdri...@gmai l.comwrote:
      i've got a link that when clicked on generates some text dynamically
      (via javascript) and displays it in a new window.
      >
      i use window.open.
      >
      ideally, i'd like the file popup window to open and then i'd like to
      generate and save it to a file automatically.
      >
      any suggestions?

      Comment

      • Thomas 'PointedEars' Lahn

        #4
        Re: saving dynamic generated page to a file

        VK wrote:
        On Feb 7, 4:44 am, jman <erjdri...@gmai l.comwrote:
        >i've got a link that when clicked on generates some text dynamically
        >(via javascript) and displays it in a new window.
        >>
        >i use window.open.
        >>
        >ideally, i'd like the file popup window to open and then i'd like to
        >generate and save it to a file automatically.
        >>
        >any suggestions?
        >
        http://groups.google.com/group/comp....ab048d640b343b
        Proved to be flawed. Don't use it. Use instead:



        (correction of the URI from my other followup)


        PointedEars
        --
        realism: HTML 4.01 Strict
        evangelism: XHTML 1.0 Strict
        madness: XHTML 1.1 as application/xhtml+xml
        -- Bjoern Hoehrmann

        Comment

        Working...