View Single Post
Old 07-17-2013, 04:29 AM   #7
ebrainnight
Registered User
 
Join Date: Apr 2013
Posts: 15
Quote:
Originally Posted by dawidtailor View Post
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>
You suggestion is quite effective and useful to add picture through java script, now I sort out my problem.
ebrainnight is offline   Reply With Quote