test
Thursday, March 2, 2017
Wednesday, February 22, 2017
Icecat Live Video test
Applying this Icecat Live JavaScript snippet to BLOGGER:
<html> <head> <script src="http://live.icecat.biz/js/live-current.js"></script> </head> <body> <div id="IcecatVideo"> </div> <script type="text/javascript"> setTimeout(function(){IcecatLive.getVideos('#IcecatVideo',{'UserName': 'mytest','Brand':'Philips','ProductCode':'50PFL5008T/12'},'en');}, 200); </script> </body> </html>
Friday, November 14, 2014
Icecat LIVE example with HP F0Y97EA
Applying this Icecat Live JavaScript snippet to BLOGGER:
<html> <head> <script src="http://live.icecat.biz/js/live-current.js"></script> </head> <body> <div id="IcecatLive"> </div> <script type="text/javascript"> setTimeout(function(){IcecatLive.getDatasheet('#IcecatLive',{'UserName': 'openIcecat-live','brand':'Hewlett Packard','part_code':'F0Y97EA'},'en');}, 200); </script> </body> </html>
Icecat LIVE test
Applying this Icecat LIVE JavaScript to BLOGGER
<html>
<head>
<script src="http://live.icecat.biz/js/live-current.js"></script>
</head>
<body>
<div id="loadLiveIcecat"></div>
<script type='text/javascript'>
setTimeout(function(){IcecatLive.getDatasheet('#loadLiveIcecat',{'shopname': 'openIcecat-live','icecat_id':18253015,'type':'html'},'en');}, 200);
</script>
</body>
</html>
Subscribe to:
Posts (Atom)