Hi Paul, > 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.
Without client-side script it cannot be done. HTML forms submit via buttons or "enter", not text or links. You require either script or a button. Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/ --------------------------------------------------------------------- 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/
