Jump to content

Automatic login


Irenem

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

Recommended Posts

Yes.

When you give the address of the page, you can append variables to the end of it. For examples:

Address of your the page you've created:http://www.servername.com/pagename.php

To attach a variable named Username, it would look like this:http://www.servername.com/pagename.php?Username=blahblah

So, when you create the web viewer window, the source would look something like:

"http://www.servername.com/pagename.php?" & "Username=" & TableName::Username

where TableName::Username refer to the table and field in your FM database, of course.

Then, use some basic php and html (plenty of sites will explain this, just do a google search) to grab the variable that you've passed to the page and populate the text fields.

Link to comment
Share on other sites

This topic is 6275 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.