Gaprofitt Posted August 12, 2006 Posted August 12, 2006 Hi,I need some help with something I am not sure how to do. I have created batch files which install network printer or printers when clicked via a link. I would like to create a page that has all of our printers listed with checkboxes beside them and a submit button at the bottom. I would like if they select multiple printers to run a different batch file based on the printers they have selected. For exampleExample A {X}checkbox - Accounting HP Laserjet 4200 {X}checkbox - Accounting HP Laserjet 1320 Submit - This would run accounting.bat which installs both of these printers.Example B { }checkbox - Accounting HP Laserjet 4200 {X}checkbox - Accounting HP Laserjet 1320 Submit - This would run 1320.bat which installs the laserjet 1320 only. Thanks so much for the help, if I can get some sample code that would help me out.
ripken204 Posted August 12, 2006 Posted August 12, 2006 why not use WPI?otherwise when u click submite you can have php or maybe javascript detecting which checkboxes are checked and if it is checked, then it would run that file. just have an if statements for each box.
Gaprofitt Posted August 12, 2006 Author Posted August 12, 2006 (edited) why not use WPI?otherwise when u click submite you can have php or maybe javascript detecting which checkboxes are checked and if it is checked, then it would run that file. just have an if statements for each box.It definetly needs to be web based. I don't think it's hard at all I just can't find any examples. Edited August 12, 2006 by Gaprofitt
ripken204 Posted August 12, 2006 Posted August 12, 2006 otherwise when u click submite you can have php or maybe javascript detecting which checkboxes are checked and if it is checked, then it would run that file. just have an if statements for each box.
Recommended Posts
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