----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Absent_Minded_Aquarian Message 5 in Discussion hi! Frames and Body tag are mutally exclusive. You cannot have both in the same page. So, no, you cannot have a frame in a WebForm. But yes, you can have an inline frame (<IFRAME>) within the WebForm that shall load the page which will take the input. To get inputs from the page in <IFRAME> to WebForm, you got to use some javascript to get the work done. Get the pointer to the parent of the <IFRAME> window (which will be the WebForm) from the page in the <IFRAME> (use the parentWindow property of the document object of DOM to get it) and transfer values to javascript variables/hidden-form-fields in the WebForm. Gaurav ------------ WinToolZone - Spelunking Microsoft Technologies http://www.wintoolzone.com/ OpSupport - Spelunking Rotor http://opsupport.sscli.net/ ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
