Hello,
I am wondering why would iframe work on localhost and not on a webserver online?
<iframe id='i_frame' src=''></iframe>
<script language='javascript' type='text/javascript'>
$(document).ready(fucntion() {
$('#i_button').bind('click',function(){
$('#i_frame').attr({src,url});
});
});
</script
Thanks Jean