How would I encode a URL on home.htm to open another page (index1.htm) which contains an Iframe with name="test" and id="test" and load it with include1.htm or include2.htm which resides in the same directory as index1.htm.
------------------------
Example: (button 1 needs encoding)
home.htm -> button 1 -> links to index1.htm
Index1.htm -> iframe name and id="test"
iframe "test" -> displays one of two includes as defined by button 1 encoding
------------------------
Example: (button 1 needs encoding)
home.htm -> button 1 -> links to index1.htm
Index1.htm -> iframe name and id="test"
iframe "test" -> displays one of two includes as defined by button 1 encoding
Comment