简体   繁体   中英

Can a URL click a link within the URLs location?

I am designing a website and would like to place a link in it that links not only to a webmd page, but also have the "leave a review" window opened up, I have placed a picture of the specific button within the webpage below, as well as the webpage.

Link to the webmd page: https://doctor.webmd.com/doctor/leonard-forrest-79328c5d-6e1c-4a2f-9fba-051402a61477-overview

The button I would like pressed automatically

Is this possible to do entirely within a hyperlink? I am able to use query strings to link to google business listings with their google review window already open, but i dont think that webmd is using query strings like that.

You can't create a hyperlink that clicks anything on the destination page. Just think how much of a exploitable security flaw that would be.

If you owned the destination page, you could create a parametric url that took this action as a parameter, and automatically opened the review window via script as it received the request, but it's not the case.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM