Skip to main content
October 11, 2006
Question

neebie needs help

  • October 11, 2006
  • 1 reply
  • 206 views
Here is the code I used for my jump menu

<select name="menu1" onchange="MM_jumpMenu('parent',this,1)" style="font-family: Arial; font-size: 8pt" tabindex="1">
<option selected="selected">Please Select One
<option value="ls_CTP.html">Clergy Tax Packet
<option value="charge.html">Charge Conference
<option value="fs_FCB.html">Financial Commitment Book
<option value="PDFs/TaxPacket2006(Current)/Tax_Information_for_Local_Churches/Tax_Exempt_Status_of_Churches/Group_Ruling_Request_Form.pdf">Group
Ruling Request Form
<option value="PDFs/Local_Church_Audit_Guide.pdf">Local Church
Audit Guide
</select>
This topic has been closed for replies.

1 reply

Inspiring
October 11, 2006
Is there a question there?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"tlwhitt" <webforumsuser@macromedia.com> wrote in message
news:eghiem$l0i$1@forums.macromedia.com...
> Here is the code I used for my jump menu
>
> <select name="menu1" onchange="MM_jumpMenu('parent',this,1)"
> style="font-family: Arial; font-size: 8pt" tabindex="1">
> <option selected="selected">Please Select One
> <option value="ls_CTP.html">Clergy Tax Packet
> <option value="charge.html">Charge Conference
> <option value="fs_FCB.html">Financial Commitment Book
> <option
> value="PDFs/TaxPacket2006(Current)/Tax_Information_for_Local_Churches/Tax_Exempt
> _Status_of_Churches/Group_Ruling_Request_Form.pdf">Group
> Ruling Request Form
> <option value="PDFs/Local_Church_Audit_Guide.pdf">Local
> Church
> Audit Guide
> </select>
>