IE6 throws security warning when show/hide an iframe

<iframe src=javascript: style=display:none></iframe>

$('iframe').show()
$('iframe').hide()


<iframe src=javascript: width=0 height=0></iframe>

$('iframe').width(width).height(height)
$('iframe').width(0).height(0)

你可能感兴趣的:(html,Security)