I have to embed a add banner from a link source in my jsp page , and i followed the below steps
**<iframe src="xxx link" frameborder="0" target="_blank" target="_top" width="210" height="45" scrolling="no" ></iframe>**
or
**<object data="xxx link" vspace="0" >**
The xxx link given here which has nothing but a simple image with a link to another page. But by using the above 2 tags,when i m clicking on that image link my add page opens inside the same page, and also i need to re-size the frame size to fit that image properly in my mobile site and i don't want to use java script for this as it's not a good practice for a mobile site.
If there is any other way to do this or any changes in above code will fix the problem , then friends please help me.
Thanks in advance.