cross domain drop down menus

Out of context: Reply #1

  • Started
  • Last post
  • 1 Response
  • stupidresponse0

    i think you have a fundamental misunderstanding of how server generated forms work. the server constructs the form dynamically and populates it with data when the URL on their server containing the form is visited. you can't just copy the resultant form and expect it to magically populate with data. what you can do is write a script with php that visits the URL on their server that serves this form, and parse the resultant html to extract the fields that you want and display them within your own page.

View thread