I\'ve build an application which currently uses an Iframe to load external sites.
This method is really slowing my application down - taking up to 5 seconds to load a pa
You should jQuery with the function
$(function(){ $("#NameImage").css('display','none')})
But you should use the function of jQuery v1.7.3