hengisglasgow73
IS-IT--Management
Hi All,
I have added a script to ePortfolio that schedules multiple reports with one click.
What I am looking to do is grab a form vaiable to detarmine which group of reports to run ie:
Select item 1 and send the reports to A + B
Select item 1 and send the reports to C + D
I have the form set up, the datbase and the SQL working but I cant seem to get the form variable posted correctly.
Here is my HTML:
Response.Write("<tr><td>Select which build to initiate : <select name='build' class='menuFormElement' default=1>"
Response.Write("<option value='3'>Pub Run"
Response.Write("<option value='4'>BDM Run"
Response.Write("<option value='5'>OD Run"
Response.Write("<option value='6'>Test Run"Response.Write(Request.Form("build");
Response.Write("</select></td></tr>"
Here is my entry which does not pull through any value ie Undefined:
Request.Form("build"
Is it my HTML/scripting skills that have gone arwy or an I missing a trick in posting these values inot one of the enterprise objects
I have added a script to ePortfolio that schedules multiple reports with one click.
What I am looking to do is grab a form vaiable to detarmine which group of reports to run ie:
Select item 1 and send the reports to A + B
Select item 1 and send the reports to C + D
I have the form set up, the datbase and the SQL working but I cant seem to get the form variable posted correctly.
Here is my HTML:
Response.Write("<tr><td>Select which build to initiate : <select name='build' class='menuFormElement' default=1>"
Response.Write("<option value='3'>Pub Run"
Response.Write("<option value='4'>BDM Run"
Response.Write("<option value='5'>OD Run"
Response.Write("<option value='6'>Test Run"Response.Write(Request.Form("build");
Response.Write("</select></td></tr>"
Here is my entry which does not pull through any value ie Undefined:
Request.Form("build"
Is it my HTML/scripting skills that have gone arwy or an I missing a trick in posting these values inot one of the enterprise objects