Hi all,

I'm working on my first site which has to cater for javascript being 
disabled.  The problem I am having is:

I have a left hand navigational menu that is comprised of list items 
with links nested like so:

<ul>
    <li>
        <a href="blah">Some page</a>
    </li>
</ul>

The problem I have is that I want this textual link to be able to 
post a form to the page and thus avoid QueryStrings.

in the past it would have been:

<a href="javascript:document.Forms[0].submit()">Some page</a>

Is there anyway I can accomplish this??

Thanks

Paul





---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to