Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7961 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I'm trying to post data into a FMP DB from a web browser, using the url method (as opposed to the form method.

I manage to create a new record; however, when I try to put into a single field the contentes of a cookie, It writes to the field the code for getting the info I want.

Here's the code (I use JavaScript):

<script>

window.location = "FMPRO?-db=databasegoeshere&-format=responsepage.html-&nameoffield=[FMP-Cookie:nameofcookiegoeshere]&-New"

</script>

As I mentioned above, the content of the field nameoffield gets set to [FMP-Cookie:nameofcookiegoeshere], and not the content of that cookie.

Can anybody clarify me about what am I doing wrong? Thx in advance

J

This topic is 7961 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.