Hello, I have an image that when clicked goes to another webpage that has div buttons to select other options. Is it possible that when a user clicks on the image I can have it pre-select a div button on the external webpage? Any help, or advice would be appreciated. I appreciate your time
Hi Dear Your query is not clear to me. Another webpage means other website page or page on the same website. If it is of same website but different page then put div id in session and pass this div id on required webpage and assign that id to selected div. If another website then it is not possible unless you have access to the source code of that page. Thanks Diya
There's no such thing as a "div button". Does the site have you click on a div or on a button? (Either way it's doable, but non-trivial. IOW, not something someone can give you a few lines of code for. Someone has to have access to your sife and write the code that will run on your site the way you want it to.)