Hi all,
I have a database where I house information about different things. I would like to create a button that will launch IE and populate the URL with data from the fields of the current record. Something like this:
The fields in the database are:
sku and dt with the values being 123456 and 062806 respectively.
I can easily construct the URL and make it work on sites using the GET method but the problem is that the site I'm interested in is using the POST method. Is there anyway to make this work?
-Striker
I have a database where I house information about different things. I would like to create a button that will launch IE and populate the URL with data from the fields of the current record. Something like this:
The fields in the database are:
sku and dt with the values being 123456 and 062806 respectively.
I can easily construct the URL and make it work on sites using the GET method but the problem is that the site I'm interested in is using the POST method. Is there anyway to make this work?
-Striker