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

Login with target to frames? TOKEN got re-stuck


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

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted

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

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