The only way I can think of is, like Shawn said, to use buttons. A series of submit buttons with different names or values which make up part of a form. Then in your pages, check the value of those buttons to work out which navigation item the user has clicked. Dan
________________________________ From: [email protected] on behalf of Shawn K. Hall Sent: Sun 12/06/2005 00:05 To: [email protected] Subject: RE: [ASP] posting a textual link 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 [Non-text portions of this message have been removed] --------------------------------------------------------------------- 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/
