Click Event In Iframe
I'm trying to append the url of the parent page an iframe is located in based on the current url within the iframe. This is all taking place on the same domain, so I don't think th
Solution 1:
Did you try:
document.getElementById("dealer-locator").contentWindow.onload = locator_url;
Post a Comment for "Click Event In Iframe"