Lars Eriksen
downgrade at gmx.org
Mon Nov 27 11:39:10 EST 2006
Yes, JS is the way to go. I personally prefer iFrames - they seem more lightweight (no seperate frameset page required). Surendra Lingareddy wrote: > Thanks for the answer. Fortunately my requirement I think is just to > kick it back to the login page on session expiry. So, login is the only > page that needs to break out of the frame (s)hell. I am forcing the > login page to always be on the top with a javascript. I will look into > what you suggested. > > > > Regards, > > Suren > > ------------------------------------------------------------------------ > > *From:* Martijn Moeling [mailto:martijn at xs4us.nu] > *Sent:* Monday, November 27, 2006 9:45 AM > *To:* Surendra Lingareddy; mod_python at modpython.org > *Subject:* RE: [mod_python] Programmatic Redirection in Frames > > > > Suren, > > > > As far as I am aware this is not possible. Apache has absolutely no idea > about frames. > > That is why I stopped using frames years ago. > > > > On my current project I use absolute positioning and I am sending forms > using the XMLHTTPRequest object. > > By doing so, the return from the server can be set to any object in > javascript, Google for XMLHTTPrequest, and do not get fooled by the XML > thingy in the name, you can send plain text or any format you like. Be > aware that if you want to be browser independent you run into trouble if > you use the <input=file…>. > > > > Forms can have a target= too!!! Maybe you can alter all references to > the login page with a targe=_top. > > > > I suggest you stop using frames > > > > Martijn > > > > > > ------------------------------------------------------------------------ > > *Van:* mod_python-bounces at modpython.org > [mailto:mod_python-bounces at modpython.org] *Namens *Surendra Lingareddy > *Verzonden:* Monday, November 27, 2006 4:03 PM > *Aan:* mod_python at modpython.org > *Onderwerp:* [mod_python] Programmatic Redirection in Frames > > > > I am using util.redirect() to redirect to a particular page when a user > takes an action. The action is submitted via a form and read the action > via the req.form.getfirst() thingy. If the session is ended, my > redirection to the login page does not take me to the top-level frame, > instead it puts it into a child frame. Is there a way where I can > specify programmatically to be redirected to the top level frame? > > > > On a href call, it is easy as it takes target=_top but can I specify it > somehow on a req object? > > > > Thanks, > > Suren > > CONFIDENTIAL: This email, including its contents and attachments, if > any, are confidential. If the reader of this e-mail is not an intended > recipient, you have received this e-mail in error and any review, > dissemination, distribution or copying is strictly prohibited. If you > have received this e-mail in error, please notify the sender immediately > by return e-mail at [emailaddress at crossroads.com] and permanently delete > the copy you received. Copyright and other intellectual property rights > in its contents are the sole property of Crossroads Systems, Inc. Email > transmission cannot be guaranteed to be secure or error-free. The sender > therefore does not accept liability for any errors or omissions in the > contents of the message which arise as a result of email transmission. > Although we routinely screen for viruses, addressees should check this > email and any attachments for viruses. We make no representation or > warranty as to the absence of viruses in this email or any attachments. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python
|