Leb i Sol Posted February 26, 2003 Posted February 26, 2003 Hello there! I was wondering if there is a way to pass the token by using a link instead of form?....and how? Form works fine but I would rather use plain links.Why?- I need to pass one token throughtout most of the pages. Form Passing: _________________________________________________________________ <form action="FMPro" method="post" name="AddReportFORM"> <input type="hidden" name="-DB" value="DB.fp5"> <input type="hidden" name="-Format" value="AddReport.html"> <input type="hidden" name="-Token" value="[FMP-CurrentToken]"> <input type="submit" name="-FindAll" value="ADD Report"> </form> __________________________________________________________________ Thank you!
Garry Claridge Posted February 26, 2003 Posted February 26, 2003 Here is a URL version: FMPro?-DB=DB.fp5&-lay=mylayout&-Format=AddReport.html&-Token=[FMP-CurrentToken]&-FindAll Garry
Leb i Sol Posted February 26, 2003 Author Posted February 26, 2003 GERAT! You are on the roll today...answering all my questions the "FMPro?-DB=" was what I was missing...great now I can ease the browser by not having to process 4-5-6 forms just to pass the same token! THANK YOU!
Recommended Posts
This topic is 7932 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 accountSign in
Already have an account? Sign in here.
Sign In Now