February 27, 200322 yr 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
February 27, 200322 yr 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
March 3, 200322 yr 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
March 3, 200322 yr 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