Data Page Results

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to palce a print button on the results page so i can print it?
I'm not sure how to get it to print.
Thanks
Jeff
 
File menu > Print.
That's the best way.

or, <input type="button" onclick="javascript:print.window();">
 
Can I assume it'd be similar if you'v created a form page, which in my
case HAS a print button - but doesnt have an email button ( or submit)
-- how would I add a submit/email button to the form page?
 
Insert Form Push Button
- delete the ones you don't want

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Can I assume it'd be similar if you'v created a form page, which in my
| case HAS a print button - but doesnt have an email button ( or submit)
| -- how would I add a submit/email button to the form page?
|
|
|
| Andrew Murray wrote:
| > File menu > Print.
| > That's the best way.
| >
| > or, <input type="button" onclick="javascript:print.window();">
| >
| >
| > | > > Is there a way to palce a print button on the results page so i can print
| > > it?
| > > I'm not sure how to get it to print.
| > > Thanks
| > > Jeff
|
 
Add the submit button inside the form as normal - the Print button would be
< input type="button"....> where the submit button would be <input
type="submit"...>

You'd add the print button outside your form....but what has the form got to
do with a "results page"?
 
Back
Top