Monbasstic Posted June 17, 2004 Posted June 17, 2004 Hello i wan to create an simple form , just with radio bouttons the choices come from a ValueList I want not use the Submit bouton , just perfom a search when the user activate a Radio Bouton .. on Click i have tried with JavaScript making running correctely examples not based in Filemaker .. but when i integreate whith the principes of FMP i have not succes .. just error like "Objet attendu" here my modele ... </form> <form name="myDomains" action="FMPro" method="POST"> Select one of the folowings domains:<br> <input type="hidden" name="-db" value="Application"> <input type="hidden" name="-format" value="AppliType.htm"> <input type="hidden" name="-error" value="AppliType.htm"> <input type="hidden" name="-lay" value="Details"> <input type="hidden" value="asscending" name="-sortorder"> [FMP-ValueList: Domain, List=Domain] <input type="radio" value="[FMP-ValueListItem]" name="AppType" [color:"red"] onclick="?:??" > [FMP-ValueListItem] <br> [/FMP-ValueList] [color:"blue"]<input type="submit" value="Find" name="-find"> </form> here for the moment i show the submit buton to make it work but latter i wan to remove it have some one implemented something like it with Filemaker ?? thanks in advance Mon
Garry Claridge Posted June 17, 2004 Posted June 17, 2004 Try this: FMP-ValueList: Domain, List=Domain] <input type="radio" value="[FMP-ValueListItem]" name="AppType" onClick="document.myDomains.submit()" > [FMP-ValueListItem] <br> [/FMP-ValueList] <input type="hidden" name="-find"> </form> Good Luck. Garry
Monbasstic Posted June 18, 2004 Author Posted June 18, 2004 Yessss !! this works !! good remark Thanks a lot Garry Mon
Recommended Posts
This topic is 7806 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