Newbies visioned Posted August 6, 2004 Newbies Posted August 6, 2004 Hello, I'm new here. Does anyone know how to make a printscript on webcompanion. I want to print lay-out in the same way on webcompanion as in the local mode of a Filemaker application? Ed Boon
DykstrL Posted August 12, 2004 Posted August 12, 2004 You can use Javascript to make your print button: <!-- Print using Button --> <form> <input type="button" value="Print Page" name="PrintBtn" onClick="window.print()"> </form>
JohnnyZ Posted January 20, 2005 Posted January 20, 2005 How do I insert Javascript into the IWP solution?
Recommended Posts
This topic is 7239 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