I am trying to populated the CF_TwoSelectsRelated tag via a JavaScript on a
separate page.  I send the ID's into the form that contains
CF_TwoSelectsRelated via a simple function:

<script language="JavaScript">
 function ClaimOpen ()
 {
  self.opener.window.document.ClaimForm.ResetButton.click();
  self.opener.window.document.ClaimForm.CauseType1.value = "1";
  self.opener.window.document.ClaimForm.SubCause1.value = "1";
 }
</script>

ID 1 would have a main cause of Blah with a sub cause of Blah2.  The page
however only displays the main cause and not the sub cause when I feed it
this way. Anyone know of perhaps a different way to feed the tag default
display information besides reloading the page with the added attributes to
the calling of the tag?

Thanks for any help, please CC me on any replies.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to