Re: Witango-Talk: Printing from a checked list

2008-05-19 Thread Ben Johansen
you can do this thru CSS and JS. here is a quick example of just masking the print option from showing up in the print place this in the header == .printlink {display:none;} and this is the body === Click to Print This Page Ben On May 19, 2008, at

Re: Witango-Talk: Printing from a checked list

2008-05-19 Thread Stephen Su
Dan, You can approach this multiple different ways: 1) the TAF way, but simply adding a submit button that will submit the selection to open a taf page that filters and formats accordingly 2) the AJAX way, but creating a separate CSS print template and some javascript code to toggle style

Witango-Talk: automated response

2008-05-19 Thread James Robb
Hi Monday May 19 is Victoria Day, I will be back in the office on Tuesday. Regards, James Robb TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Witango-Talk: Printing from a checked list

2008-05-19 Thread Dan Stein
I want to make it possible for users to check the boxes on this page then press a button that will print a list of those clinics without the page menu, just the header image. Can someone point me in the right direction? http://nm.dss-demo.com/free_clinics.taf?_function=list&state=pa -- Dan Stein