Hi folks,
got a problem, that I can't handle.
I'am creating a web-appl. with the PL/SQL htp package and somewhere also Java Script. Now there has to be 2 select lists. But first there has to appear only one, and when selecting anything, the site should reload and the second select list should appear with options that are depended on what I selected in the first select list.
But it doesn't. It can't remember the selected Variable. Here is the code.
htp.formSelectOpen( cname => in_date_name, cattributes => 'class="selectbox" onChange="MM_changeProp('''||form_name||''','''',''action'','''||vpath||jump_page_name||''');
javascript:self.document.'||form_name||'.submit();"' );