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

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -