If I could access the HTML of the outer frame of the HTML5 page I'd like to put something like this in it:
Code: Select all
<noscript>
<div style="margin-top: 2em;text-align:center">
<span style="font-size:40px;color:red">JavaScript is not enabled!</span>
</div>
</noscript>This would show up when Javascript was disabled, but not be displayed the rest of the time.
I'm not overly concerned that the HTML5 output doesn't degrade gracefully without Javascript, but it would be nice to be able to explain to users who are using Javascript-disabled browsers why they're not seeing anything.
I'm sure this is too obvious an issue not to have an obvious solution - or at least be a question that's been answered before - however, despite looking through the Flare help and attempting to search this forum, I've failed to find out what I need to do to show such a message. It would have been nice if Madcap had built in a message into the HTML5 output as an editable default. Or maybe there is such a thing but it's just not working for me.
If anyone can shed any light on this I'd be very grateful to hear from you.