|
 |
aspx thread: FrameSet
Message #1 by "David Reidy" <dreidy@c...> on Wed, 13 Dec 2000 13:31:03 +1100
|
|
I'm probably missing something really obvious, but...
I have a single frameset main page with 4 frames. I have asp:button controls
in one frame to control two of the other three frames. How do I reference
the other frames in the frameset from within the VB code attached to the
button's click event?
Thanks.
David.
---
You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #2 by "Thomas Tomiczek" <t.tomiczek@t...> on Thu, 14 Dec 2000 16:40:16 +0100
|
|
Not at all - sorry. You can not reference them on the server side. You
can, though , generate some script in the HTML output that then issues
the relevant change commands on the client side.
Thomas Tomiczek
THONA Consulting
http://www.thona-consulting.com
-----Original Message-----
From: David Reidy [mailto:dreidy@c...]
Sent: Mittwoch, 13. Dezember 2000 03:31
To: ASP+
Subject: [aspx] FrameSet
I'm probably missing something really obvious, but...
I have a single frameset main page with 4 frames. I have asp:button
controls
in one frame to control two of the other three frames. How do I
reference
the other frames in the frameset from within the VB code attached to the
button's click event?
Thanks.
David.
---
You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
|
|
 |