|
Posted by bermetj@NOSPAMgmail.com on 06/12/07 17:15
I am not sure how much of the code to post here, so here is the
snippet in question.
Disclaimer, I am not a webpage designer, I am just trying to modify
the webpage for presentation of the tool that we use for our
questionnaire. I am under a tight deadline (need this by end of day
Wednesday) and it would take a week for our webdesign group to put
their part on the CD. The original page is done with java, but when I
save it offline here is how it shows up. Let me know if you need any
other pieces.
So the end result ideally would be:
1. In the first drop down menu 'Internet' is selected
2. The page refreshes and redirects to the second page
3. The second drop down is visible and 'CenterWatch' can be selected
Thank you!
1st page
~~~~~~~~~~~~~~~~~
<TR vAlign=top>
<TD style="WIDTH: 60%">*How did you hear about this study?</TD>
<TD style="WIDTH: 40%" noWrap><SELECT
id=ctl00_ContentPlaceHolder1_ddlsourceid style="WIDTH: 200px"
name=ctl00$ContentPlaceHolder1$ddlsourceid> <OPTION value=0 selected>--
</OPTION> <OPTION value=538>Flyer/Poster</OPTION> <OPTION
value=533>Internet</OPTION> <OPTION value=537>Letter</OPTION> <OPTION
value=536>Newspaper</OPTION> <OPTION value=539>Other</OPTION> <OPTION
value=532>Physician Referral</OPTION></SELECT> <BR><SPAN
id=ctl00_ContentPlaceHolder1_RequiredFieldValidator22
style="VISIBILITY: hidden; COLOR: red"
controltovalidate="ctl00_ContentPlaceHolder1_ddlsourceid"
errormessage="Required Field" initialvalue isvalid="true">Required
Field</SPAN> <BR><SPAN id=ctl00_ContentPlaceHolder1_CompareValidator1
style="VISIBILITY: hidden; COLOR: red"
controltovalidate="ctl00_ContentPlaceHolder1_ddlsourceid"
errormessage="Please select a source" isvalid="true"
valuetocompare="513" operator="NotEqual">Please select a source</SPAN>
</TD></TR>
~~~~~~~~~~~~~~~~~
2nd page
~~~~~~~~~~~~~~~~~
<TR vAlign=top>
<TD style="WIDTH: 60%">*How did you hear about this study?</TD>
<TD style="WIDTH: 40%" noWrap><SELECT
id=ctl00_ContentPlaceHolder1_ddlsourceid style="WIDTH: 200px"
name=ctl00$ContentPlaceHolder1$ddlsourceid> <OPTION value=0>--</
OPTION> <OPTION value=538>Flyer/Poster</OPTION> <OPTION value=533
selected>Internet</OPTION> <OPTION value=537>Letter</OPTION> <OPTION
value=536>Newspaper</OPTION> <OPTION value=539>Other</OPTION> <OPTION
value=532>Physician Referral</OPTION></SELECT> <BR><SPAN
id=ctl00_ContentPlaceHolder1_RequiredFieldValidator22
style="VISIBILITY: hidden; COLOR: red"
controltovalidate="ctl00_ContentPlaceHolder1_ddlsourceid"
errormessage="Required Field" initialvalue
isvalid="true">Required Field</SPAN> <BR><SPAN
id=ctl00_ContentPlaceHolder1_CompareValidator1 style="VISIBILITY:
hidden; COLOR: red"
controltovalidate="ctl00_ContentPlaceHolder1_ddlsourceid"
errormessage="Please select a source" isvalid="true"
valuetocompare="513" operator="NotEqual">Please select a source</SPAN>
</TD></TR>
<TR vAlign=top>
<TD style="WIDTH: 60%"><SPAN
id=ctl00_ContentPlaceHolder1_Labelsourcespecific>Please indicate where
on the Internet you learned about the study</SPAN></TD>
<TD style="WIDTH: 40%"><SELECT
id=ctl00_ContentPlaceHolder1_ddlsourcespecificid style="WIDTH:
200px"
name=ctl00$ContentPlaceHolder1$ddlsourcespecificid> <OPTION value=2285
selected>Clinical Trials.gov</OPTION> <OPTION value=2286>Google</
OPTION> <OPTION value=2289>CenterWatch</OPTION> <OPTION
value=2299>MSN</OPTION> <OPTION value=2300>Yahoo</OPTION> <OPTION
value=2301>Email</OPTION> <OPTION value=2302>Other</OPTION> <OPTION
value=2310>Advocacy Group</OPTION></SELECT> </TD>
~~~~~~~~~~~~~~~~~~~~
Navigation:
[Reply to this message]
|