Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Hi

I've made a login section using username and password (see code below). It took me quite a while to find out that with this code the username is enough to get into the closed section. Does anybody have a hint on how to improve the code so username AND password are required?

Thanks, pjwassermann

-----

<table width="178" border="0" cellspacing="2" cellpadding="0" background="pix1/bg_Kuenstler_Login_2.jpg" height="112">

<form action="FMPro" method="POST">

<input type="hidden" name="-DB" value="ptAddress.fp5">

<input type="hidden" name="-lay" value="form_Address">

<input type="hidden" name="-Format" value="d_prod_login_disp1.html">

<input type="hidden" name="-error" value="d_prod_login_error.html">

<input type="hidden" name="Typus" value="Producer">

<tr height="17">

<td width="10" height="17"><img src="pix1/transp_30x30.GIF" alt="" height="17" width="10" border="0"></td>

<td height="17"></td>

<td height="17"><img src="pix1/transp_30x30.GIF" alt="" height="14" width="46" border="0"></td>

</tr>

<tr height="13">

<td width="10" height="13"><img src="pix1/transp_30x30.GIF" alt="" height="13" width="10" border="0"></td>

<td height="13"><img src="pix1/transp_30x30.GIF" alt="" height="13" width="105" border="0"></td>

<td height="13"></td>

</tr>

<tr height="17">

<td width="10" height="17"></td>

<td height="17">

<input type="hidden" name="-Op" value="eq">

<input type="text" name="username" size="13" border="0"></td>

<td height="17"></td>

</tr>

<tr height="5">

<td width="5" height="10"><img src="pix1/transp_30x30.GIF" alt="" height="5" width="10" border="0"></td>

<td height="5"></td>

<td height="5"></td>

</tr>

<tr height="20">

<td width="10" height="20"></td>

<td height="20">

<input type="hidden" name="-Op" value="eq">

<input type="password" name="Passwort" size="13" border="0"></td>

<td height="20">

<input type="submit" name="-Find" value="Go!">

</td>

</tr>

<tr height="10">

<td width="10" height="10"></td>

<td height="10"></td>

<td height="10"></td>

</form></tr>

</table>

Try this:

<input type="hidden" name="username" value="==">

<input type="text" name="username">

<input type="hidden" name="Passwort" value="==">

<input type="password" name="Passwort">

<input type="submit" name="-Find" value="Go!">

Good Luck.

Garry

  • Author

Hi Gary

That worked fine!

Thanks a lot!

PJ Wassermann

I needed it too!

A

Hi mogabog, and welcome to the Forum.

Please do [color:"red"]Not Change the Subject Line! If you wish to make a point, use the formatting of text, smiles, etc. that are available. Sometimes saying Thank you ....., in your first paragraph is more than enough to make our day.

TIA

Lee

cool.gif

Pro6. There are many web examples in the Sample Files forum in Pro5 which are convertible to Pro6 which you may or may not find useful. The exact field match, above, is just one of the many examples to be found there.

Keith M. Davie

Please read my post just before your about [color:"red"] NOT CHANGING THE SUBJECT!

You can use the Edit Function to change the Name back to

[color:"blue"]Re: User login

TIA

Lee

Hi Lee, when did you get promoted to the Grand PoohBah of the Subject Line? grin.gif Was a formal announcement made? Well I guess I missed that, but congratulations. Thanks for the instructional on my ability to edit the subject line. I'll keep it in mind if I ever feel the need.

After all Keith - you are such a novice in this forum

wink.gif

Hey Ken,

... when did you get promoted to the Grand PoohBah of the Subject Line? Was a formal announcement made? Well I guess I missed that, but congratulations.

No promotion or formal announcement was made, I just volunteered for the thankless job of Moderator a few months back. For a list of the things that I get to deal with, Click Here

I asked that you not change the Subjects as a favor to those members that read the Forum using the "[color:"blue"]All Posts w/Preview", as it makes very hard to read and follow the threads when someone hijacks the subject.

Thanks for the instructional on my ability to edit the subject line. I'll keep it in mind if I ever feel the need.

Hopefully you will now understand the reason I asked you not to do this, and " feel the need" to change the subjects back to the original subject.

TIA

Lee

I use Subject lines for scanning and searching. It confuses me whenever one changes, so I'm thankful that they remain the same smile.gif

All the best.

Garry

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.