|
|
|
|
|
| | |
| |
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: ASp and Frames |
|
From: |
Elija |
|
Date: |
9/5/2001 8:08:31 AM |
|
IP: |
194.6.9.129 |
Generally, I would do this using javascript.
1. Put an onSubmit on your form to call a javascript function (return theFunction())
2. Create your function and retrieve your form data in there using the document.forms[0].controlname.value syntax
3. use parent.framename.document.location.href = 'thepage.asp?parameters'; for each of the frames you want to reload
4. use return false at the end of your function to cancel the action of your form.
Its worth noting that after you do this, the browsers back button will step back through each of the changed frames.
Hope this helps
Elija |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|