how to hide a picture in html page frame?

Umer Sultan

New member
I have created a frame where i am calling other website, in that frame i want some of the thing should not appear like footer and some images of the called website. how i can do this in frame.

frame created as

<iframe src="http://somewebsite.com" width="800" height="600">
</iframe>

now from the website somewebsite.com i dont want its header image to appear which is having code as :

<div ><img height="61 px" width="800px" src="images/Hum_Header.gif" /></div>

How can i do this. I m a newbie to PHP and java scripts, can understand and interpret the codes, if provided relevant.
 
Back
Top