Hello Haiwen,
I am looking for somebody who could help you on it. Thanks for participating the community.
Best regards,
Yanhong Huang
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
!Content-Class: urn:content-classes:message
!From: "haiwen" <>
!Sender: "haiwen" <>
!Subject: how to make original control work from iframe's control
!Date: Thu, 24 Jul 2003 12:07:09 -0700
!Lines: 22
!Message-ID: <02fe01c35216$c7eafc50$>
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Newsreader: Microsoft CDO for Windows 2000
!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!Thread-Index: AcNSFsfqcysemrmARsywn8KNDiwyhg==
!Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontro ls
!Path: cpmsftngxa06.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet.webcontro ls:13413
!NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontro ls
!
!Hello, everyone,
!I have a web page that has a IFRAME(because I need the
!scroolbar for this area), and other server side controls
!(such as Button(butNext), Image(img1)...)
!the IFRAME's source page has a submit button, is there
!some way to make butNext click when click the submit
!button in IFRAME.
!
!I use:
!Response.Write(@"<script language=javascript>
!document.Form1.butNext.click();
!
!</script>");
!
!but it doesn't work though it work if there isn't IFRAME.
!
!Could anyone help me? I do appreciate your help.
!
!thank a lot,
!
!haiwen
!
!