Iframe issue

Hi

i want to call the iframe in a page,when i hit the main page it shows loading symbol in the url bar untill the iframe contents loaded. i want to load iframe without this loading symbol in the url bar,is there any way to do this like ajax or any solution ? i want to load iframe but dont want to show no indication .

Why are you using iframe? And not css with overflow:hidden; ?

i want to load some contents from remote without disturbing the main page, so i have used this iframe.