Click to See Complete Forum and Search --> : Contact us - email


pj&b
07-22-2003, 01:45 PM
I have a menu set up in java script.
One of the menu items is contact us by email.
Menu4_1=new Array("Email","admin@hillstax.org","",0,20,140);
That's my code so far, but I'm missing something.
I want you to click on the menu item and an email box should
open.

What do I need to do to make that happen.

Thank you very very much.

Khalid Ali
07-22-2003, 02:07 PM
you need to create an anchor tag with those values

<a href="mailto:admin@hillstax.org">Email</a>