Preserved Topic: load/update from iframe |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Denmark |
posted 06-10-2002 10:13
morning |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-10-2002 14:59
Rane: If I understand you correctly what you want it not strictly possible as an iframe is an inline frame it is embedded into the page. You could make the main page reload when someone logs in in the iframe but it would make the iframe reload too and if you were to do the reload on the onsubmit it could cause real problems. A few solutions: |
Bipolar (III) Inmate From: |
posted 06-11-2002 10:42
the best way to do this is to submit the form in the iframe in order to log the user on and set your cookies or session variables with the authentication information that identifies the user as logged on |