html - Link to another page and call onclick function -
I have a detailed product page where the following link loads a form and scrolls it.
& lt; A href = "# Leave-Review" onclick = "Leave Review ();" & Gt; Write a review & lt; / A & gt; ... & lt; Div name = "left-review" & gt; & Lt; / Div & gt; I now have a list page, where I want to "write a review" link that opens and functions a detailed page like the upper link is clicked (Load the form And scrolls it out). How can I go about doing this?
Comments
Post a Comment