Post not using form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xmx
    New Member
    • Feb 2007
    • 1

    Post not using form

    Hi all,

    I'm looking for a way to post data from ASP page not usinf form. Any idea?
  • shweta123
    Recognized Expert Contributor
    • Nov 2006
    • 692

    #2
    Hi,

    Not using form means what?

    You can use XmlHttp object to send the asp page to some another page
    where you can process the data.

    Hope so this your question

    Shweta

    Comment

    • jhardman
      Recognized Expert Specialist
      • Jan 2007
      • 3405

      #3
      you could urlEncode the data:

      href="menu.asp? v1=happy&v2=yel low"

      Comment

      Working...