Quote:
Originally Posted by alen12345
How we add any picture with java script in my web sites?
|
It is very easy to add picture in java script.You can add any link for using iframe tag it is very important for add any picture in your website.I also share here one example of iframe tag how to use this.
<html>
<head>
<title>Web page</title>
</head>
<body>
<iframe src="http://www.homepage.com/plugins/like.php?href=YOUR_URL"
scrolling="no" frameborder="0"
style="border:none; width:450px; height:80px"></iframe>
</body>
</html>