I have used noscript tag on master page head section which shows a message when scripting is disabled on clients browser its working on all device like windows phone and mac PC but, it is show html tags on iPad and iPod when I disable the JavaScript from browser but after refreshing the page it shows the message which one I have placed in noscript tag. I could not understand what is it for, is there anyone have solution ? thanks in advance!
<noscript>
<div class="notify-container" id="Div1">
<div id="Div2">
<span class="notify-close" id="Span1"></span><span class="notify-text" id="Span2">
<asp:Label runat="server" ID="JavascriptNotEnabledNotification"></asp:Label></span>
</div>
</div>
</noscript>
上述文字在我解脱 Java本时显示以下通知。
我使用上面的标签,但问题在于,如果我把贾瓦文贴在iPad和iPod装置上,那么上面的标签就在网页上显示,而不是显示信息。
iPad和iPod的同一页,显示标签,而不是在短短片后发出通知。
iPad 和iPod 或标签的标签问题是否没有得到解决?