Newbies Orcrist Posted February 7, 2003 Newbies Posted February 7, 2003 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now