hello,
i have HTML page have have 2 frames
the left frame is including default1.aspx
the right frame is including default2.aspx
i have a button in the left frame (default1.aspx)
i want when i click the button in th left frame (default1.aspx)
to create a button control in the right frame (default2.aspx)
thanks
Bechir BejaouiPosted Oct 31, 2008, 6:52 PM
Button oButton = new Button();
then you can place it whereever you want using the top and the left properties
ArshadPosted Oct 31, 2008, 6:50 PM
http://www.www.pageresource.com/jscript/jframe1.htm
I hope it will help to you.
Regards
Khan