nin9919
04-04-2007, 03:46 PM
Newbie here... Is there any way to enter a command in the address bar that will "check" all the checkboxes on a page?
I checked the source of the page, and all checkboxes have the same name, only the value changes.
<input type="CHECKBOX" name='bulk' id='bulk' value='10008'>
One of my clients has this website for where we can search and print product information. Once the results are displayed, I can "check" the results I wan't and hit PRINT, bu there is no "Select All" button, and I can't get through to their webmaster.
I've seen some java tricks where you can enter "javascripit:etcetc" in the address bar to get the desired results. Is there anything similar that will let me select all the checkboxes on a page?
Any help will be appreciated.
Reminder: I am just a user, I have no control over the website, so I can't edit the source.
I checked the source of the page, and all checkboxes have the same name, only the value changes.
<input type="CHECKBOX" name='bulk' id='bulk' value='10008'>
One of my clients has this website for where we can search and print product information. Once the results are displayed, I can "check" the results I wan't and hit PRINT, bu there is no "Select All" button, and I can't get through to their webmaster.
I've seen some java tricks where you can enter "javascripit:etcetc" in the address bar to get the desired results. Is there anything similar that will let me select all the checkboxes on a page?
Any help will be appreciated.
Reminder: I am just a user, I have no control over the website, so I can't edit the source.