Hi,
I want to have a button in my iframe page which when clicked changes the parent page's webpage. If i had a hyperlink in my iframe this would be easily done by:
The button control doesn't have a target property. I guess i will have to do this using javascript. Can anyone help me out on this code.Code:<a href="changePage.html" target="_parent">
Thanks.




Reply With Quote