i was looking through this and couldn't find the problem.please help<html> <head> </head> <body> <div> <form name = "employee" method = "post" action = "output.cgi?team_id=[ +% team_id %]&fromdate=[% fromdate %]&todate=[% todate %]"> <!-- <p><font color="red"> Available Groups</fo +nt> </p> --> <select name = "employee" id = "emp"> <option value = ''> select </option> [% FOREACH employee_list IN employee %] <option value="[% employee_list %]"> [ +% employee_list %] </option> [% END %] </select> <input type = "submit" value = "Submit"/> </form> </div> </body> </html>
In reply to Re^2: Problem in retreving value from url
by gayu_justin
in thread Problem in retreving value from url
by gayu_justin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |