Home >Web Front-end >JS Tutorial >iframes in the page pass values and parameters to each other_javascript skills
A page iframes a frame:
parent.add_cart(); //The child frame can access the function of the parent frame
parent.frames["BoardList"].document.getElementById("name").value ; //The parent frame gets the value of the child frame element.