amayadwillis / DisneySongs

https://amayadwillis.github.io/DisneySongs/
0 stars 0 forks source link

PHP Interface Design Ideas #7

Open ebeshero opened 2 years ago

ebeshero commented 2 years ago

http://presidential.obdurodon.org/speeches.php

This page blocks a list of titles and on click, opens the one you want in a new window.

I think we could do this with an <iframe> element to sit in the middle of the page and pull in the song HTML file we want on click of links. Example <iframe> element in action: http://graveyard.newtfire.org/map.html (look at code in view source to model).

ebeshero commented 2 years ago

Example iframe code:

<iframe src="occupants.html" name="MapI" style="border:none;" height="200" width="1000" class="iframe"/>