View Single Post
Old 05-29-2012, 08:45 PM   #3
dawidtailor
Registered User
 
Join Date: May 2012
Location: usa
Posts: 54
Quote:
Originally Posted by alen12345 View Post
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>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
dawidtailor is offline   Reply With Quote