I need to force presentation into a frameset with no IE navigation - Full Screen.
Attached is a screen capture to illustrate what I mean. Does anyone have any ideas? Your help is greatly appreciated.
I need to force presentation into a frameset with no IE navigation - Full Screen.
Attached is a screen capture to illustrate what I mean. Does anyone have any ideas? Your help is greatly appreciated.
Code:<a href="presentation_url" target="framename">Launch Presentation</a>
- Mike
That didnd't seem to accomplish what I was looking for. We need to open an html page in a frameset in full screen. Instead it opened our html file with IE navigation outside of the frameset.
I used <a href="player.html" target="test.html">Launch Presentation</a>, where player.html is html page we need to open and test.html is a frameset that we need to force it to.
Your help is greatly appreciated.
Ah. I see, try this:
Will open the presentation in a blank window. Hope this helpsCode:<a href="player.html" target="_blank">Launch Presentation</a>![]()
- Mike
Thank you VERY much!
Bookmarks