Jump to content

Recommended Posts

Posted

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 example

Example 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.


Posted

why not use WPI?

th_93397_Untitled_1_429lo.jpg

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.

Posted (edited)
why not use WPI?

th_93397_Untitled_1_429lo.jpg

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 by Gaprofitt
Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...