Re: search / advanced search
This is ChatGPT explanation
As I mentioned ChatGPT's webpage was a bit messy looking visually, it put the buttons in a row of six, I also changed the width of the search box so it lines up with the buttons. There is something trivially satisfying when you change a few lines of code manually and get exactly what you want, a bit like fixing a photocopier, no one else appreciates your satisfaction.
I knew you would want Konica, slim would like Ricoh and the original poster asked for Sharp, I could add more, I think "connectivity" may be useful, but I am looking for idea's.
This is ChatGPT explanation
- JavaScript Function:
- The searchCopytechnet function is called when any of the search buttons are clicked.
- It retrieves the search query entered by the user and constructs a Google search URL with the specific site filter based on the button clicked (Canon, Konica, or Kyocera).
- Finally, it opens the constructed search URL in a new tab using window.open.
As I mentioned ChatGPT's webpage was a bit messy looking visually, it put the buttons in a row of six, I also changed the width of the search box so it lines up with the buttons. There is something trivially satisfying when you change a few lines of code manually and get exactly what you want, a bit like fixing a photocopier, no one else appreciates your satisfaction.
I knew you would want Konica, slim would like Ricoh and the original poster asked for Sharp, I could add more, I think "connectivity" may be useful, but I am looking for idea's.
Comment