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.

Login with target to frames? TOKEN got re-stuck

Featured Replies

hello!

maybe some one knows the answer to this! I followed the idea(s) to use framesets and now I got stuck again on Login page and no login=no further development.

here is what I have on Index.html which is the login form:

_______________

<form action="FMPro" method="post" name="loginform">

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

<input type="hidden" name="-Lay" value="START">

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

<input type="hidden" name="-Error" value="Login_Error.html">

________________

Welcome.html is the page that has three frames topFrame, centerFrame, leftFrame.

leftFrame is the one holding the Menu.html that does the actual token capture and then passes it to other pages....well the Menu.html does not grab the Token.

What to do?

also to add I use this script from the Forum to dissallow direct URL access to Menu.html

__

<script langugage="JavaScript">

if (top == self) self.location.href = "Welcome.html";

</script>

__

help help help

  • Author

never mind I found the way arround it.....use the same frame set on the Index page where the Form is in the leftFrame....design wise my login form os now all the way to the left rather than in the centerFrame....oh well

look out SmileStyle

later

In this situation I use the frames only for URL protection and I am not following the Frames usual functionality. My frameset have usually only 2 pages. Top is single pixel line and the bottom one is the page, where everything is happening. Programming of that is exactly like programming non framed pages.

HTH

  • Author

I used 3 full functional frames...it was the problem of the login form that had a wrong target on submition so it was trying to load entire 3frames into one of the frames on login....so it will all get "re-jammed" into one frame.......but I worked it out....

thanx

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.