javascript - On click Submit form link including form parameter fields -


i have plain html page on need add form when click "submit", redirect page (page 2) include form inputs.

for example: www.abcd.com/page2/?id=1234&sku=1&style=1 destination page.

the form needs these fields:

  1. style = drop down select 2 styles images

  2. productid = text field

  3. productsku = text field

solved. @mplungjan hint.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -