Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Affect object wihtin a frame in another window


Message #1 by "Don Woo" <dwoo@r...> on Wed, 21 Mar 2001 17:20:37
why not use a global variable in the window with the submit button and 
have the onClick as :

submit_enabled=True;

if (submit_enabled)
{
	//submit
}

> -----Original Message-----
> From: dwoo@r... [mailto:dwoo@r...]
> Sent: 21 March 2001 17:21
> To: html_code_clinic@p...
> Subject: [html_code_clinic] Affect object wihtin a frame in another
> window
> 
> 
> How do you manipulate an object (input control - submit 
> button) in a frame 
> from a total different window (like a popup)?  I am trying to 
> disable a
> submit button in a frame while the popup is showing. And then
> re-enable it when the popup closes.
> 
> 


  Return to Index