|
|
|
|
|
| | |
| |
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Frames |
|
From: |
Jags V.M. |
|
Date: |
2/23/1999 3:37:59 PM |
|
IP: |
202.54.41.232 |
Hi......
i think it can be done.
in ur frame1's 'refresh' button u call one sub which will refresh that frame.
Now in 'onSubmit' of ur frame3's button's event u call that sub of frame1 which will refresh frame1 whenever frame3's 'refresh' button will be pressed.
the code should look something like this....
in ur frame3's OnSubmit event ...
parent.frame1.RefreshMe()
here RefreshMe is a sub in frame1's source file which refreshes frame1.
Hope it's clear.....
regards,
- Jags...
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|