could someone tell me how I could make a basic dropdown form used as a link, and so I can make it linked into another frame. I've seen it done in asp but I've heard it can be done in php also.
<form action='sth' method='themethod' name='formname> ... <a href='javascript: document.formname.submit();' target='targetname'>submit</a> </form>