hyperlink - How to combine URLs when the iframe inside of a mainframe changes -
How can I create a URL that will take the user to a specific iframe inside the mainframe, when the mainframe site originates Not the form?
For example, if I have 3 iframe images on my site and I want to share one of the pictures with another user, then there is no way I can create a URL, Which specific IFrame would I choose to share the person?
You can use javascript and just set my_iframe_elem .src = " ";
Comments
Post a Comment