Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

refreshing Page on change in popupmenu

Status
Not open for further replies.

nappaji

Programmer
Mar 21, 2001
76
US
Hi,
I have a statement like below in a CGI script:
@reporttypes = ('ABC','XYZ','RST');
print $query->popup_menu( -name=>'pmReporttypes',
-values => \@reporttypes);

If I want the page to refresh when I change the selection in the popup menu, how do i do it???

Is there a syntax like,????
print $query->popup_menu( -name=>'pmReporttypes',
-values => \@reporttypes,
-onChange=> 'refresh');

This doesnot work, but is there something like this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top