gmag47
12-08-2004, 05:12 PM
:( Hello can someone help me, I have been trying to get links to work in my drop-down menus and for some reason it is not working: I have enclose a copy of the code can someone help me.
form target="_blank"form name="glinks">
<table cellpadding="5">
<tr>
<td><span class="titles">Program Transmittal</span></td>
<td><select name="program">
<option value="">Select a Web page on the program transmittal
<option value=a href="DepSec.pdf">Deputy Secretary's Nov 27, 2002 Memo (in
pdf)
<option value=a href="OMBEStand.pdf">Director, OMBE's Jan 15, 2003 Standards
for Success (in pdf)
<option value=a href="HCMIPINS.htm">ME-50's Instructions for Completing Standards
for Success
<option value=a href="HCMIP.ppt">HCMIP Power Point Briefing Slides
</select></td>
</tr>
<tr>
<td><span class="titles">Supportive Material</span></td>
<td>
<select name="supportive">
<option value="">Select a Web page on the supportive material
<option value="http://www.ma.mbe.doe.gov/me50/pol/Hcmip.htm">HCMIP: Human Capital Management Improvement Plan
<option value="http://vm1.hqadmin.doe.gov/htbin/intra.cgi?/doe/pers/web/HRDP.htm">11
Human Resources data points as of end of FY 2002
<option value= a href="Survey.htm">OPM Org Assessment Survey Results & Recommendations</a>
<option value=a href="SurveyQ.pdf">Government-wide
Survey Questions (in pdf format)</a>
<option value="http://apps.opm.gov/HumanCapital/standards/index.cfm">OPM accountability
web site
</select>
</td>
</tr>
</table>
</form>
</body>
</html>
form target="_blank"form name="glinks">
<table cellpadding="5">
<tr>
<td><span class="titles">Program Transmittal</span></td>
<td><select name="program">
<option value="">Select a Web page on the program transmittal
<option value=a href="DepSec.pdf">Deputy Secretary's Nov 27, 2002 Memo (in
pdf)
<option value=a href="OMBEStand.pdf">Director, OMBE's Jan 15, 2003 Standards
for Success (in pdf)
<option value=a href="HCMIPINS.htm">ME-50's Instructions for Completing Standards
for Success
<option value=a href="HCMIP.ppt">HCMIP Power Point Briefing Slides
</select></td>
</tr>
<tr>
<td><span class="titles">Supportive Material</span></td>
<td>
<select name="supportive">
<option value="">Select a Web page on the supportive material
<option value="http://www.ma.mbe.doe.gov/me50/pol/Hcmip.htm">HCMIP: Human Capital Management Improvement Plan
<option value="http://vm1.hqadmin.doe.gov/htbin/intra.cgi?/doe/pers/web/HRDP.htm">11
Human Resources data points as of end of FY 2002
<option value= a href="Survey.htm">OPM Org Assessment Survey Results & Recommendations</a>
<option value=a href="SurveyQ.pdf">Government-wide
Survey Questions (in pdf format)</a>
<option value="http://apps.opm.gov/HumanCapital/standards/index.cfm">OPM accountability
web site
</select>
</td>
</tr>
</table>
</form>
</body>
</html>