----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Iamtheoneurwarnedabout Message 2 in Discussion Hi Prem, I have a solution for your problem, may be you can try out this one, but before that let me tell what you want: You want to open an url in a new browser on page load based on the value you get from database and then you want to redirect ur application to some other page. Is in't it...??? What you can do is, instead of opening the new browser from Code behind (Page_Load event), you can do in HTML side by calliing the window.open function. window.open(hdnUrl.value); hdnUrl.value is an hidden value and assign the value which comes from database in Page_Load hdnUrl.value=objRdr.Item(0) Also you can redirect the page by using window.location.href ="Welcome.aspx"; Hope this may solve your problem. Pls get back to me if the problem persists Regards, Arshad ----------------------------------------------------------- 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]
