On Thu, 04 Nov 2004 20:54:35 -0800, James Taylor <[EMAIL PROTECTED]> wrote:

> $r->header_out('Location' => 'http://www.somesite.com/login_expired.html');


Use a client-site anchor to get the client to pull the frame via a
normal target.

Only the &lt;a ... tag supports targeting via HTML; it supports -

    accesskey="key"
    charset="character code for language of linked resource"
    class="class name(s)"
    coords="comma-separated list of numbers"
    dir="ltr | rtl"
    href="url"
    hreflang="language code"
    id="unique alphanumeric identifier"
    lang="language code"
    name="name of target location"
    rel="comma-separated list of relationship values"
    rev="comma-separated list of relationship values"
    shape="default | circle | poly | rect"
    style="style information"
    tabindex="number"
    target="_blank | frame-name | _parent | _self |
      _top" (transitional)
    title="advisory text"
    type="content type of linked data"
...

You *might* be able to figure out something using:
http://search.cpan.org/~derhaag/FramesReady-1.016/lib/LWP/UserAgent/FramesReady.pm

-- 
WC -Sx- Jones
http://youve-reached-the.endoftheinternet.org/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to