aryanmughal 0 Newbie Poster

Hi All Hope You All Are Fine And Happy...

i am here in search of solution to my problem...

i want to use yahoo tab view in my blogspot... blog

Add This Script in the head tag

<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?2.7.0/build/tabview/assets/skins/sam/tabview.css">   
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.7.0/build/yahoo-dom-event/yahoo-dom-event.js&2.7.0/build/element/element-min.js&2.7.0/build/tabview/tabview-min.js"></script>

In Body tag :

<body class=yui-skin-sam>
<script language=JavaScript>
<!--

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 
</script>
<div align="center"><div id="cwrap"><div id="crumb"></div><center><div><div id="cmain"><div id=bmtab1 class=yui-navset><ul class=yui-nav><li class=selected><a href=#tab1><em>Part 1 - DailyMotion</em></a></li><li><a href=#tab2><em>Part 2 </em></a></li><li><a href=#tab3><em>Part 3 </em></a></li><li><a href=#tab4><em>Part 4 </em></a></li><li><a href=#tab5><em>Part 5 </em></a></li><li><a href=#tab6><em>Part 6 </em></a></li><li><a href=#tab7><em>Part 7 </em></a></li><li><a href=#tab8><em>Part 8 </em></a></li></ul>

<div class=yui-content>
<div id=tab1>
<object width="640" height="480"><param name="movie" value="http://www.dailymotion.com/swf/xe53kw"></param><param name="allowFullScreen" value="true"><param name="allownetworking" value="internal"><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/xe53kw" type="application/x-shockwave-flash" allowfullscreen="true" allownetworking="internal" wmode="transparent" width="640" height="480"></embed></object>







<br>
</div>


<div id=tab2>
<object width="640" height="480"><param name="movie" value="http://www.dailymotion.com/swf/xe53l1"></param><param name="allowFullScreen" value="true"><param name="allownetworking" value="internal"><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/xe53l1" type="application/x-shockwave-flash" allowfullscreen="true" allownetworking="internal" wmode="transparent" width="640" height="480"></embed></object>








<br>
</div>

<div id=tab3>
<object width="640" height="480"><param name="movie" value="http://www.dailymotion.com/swf/xe53l4"></param><param name="allowFullScreen" value="true"><param name="allownetworking" value="internal"><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/xe53l4" type="application/x-shockwave-flash" allowfullscreen="true" allownetworking="internal" wmode="transparent" width="640" height="480"></embed></object>








<br>
</div>

<div id=tab4>
<object width="640" height="480"><param name="movie" value="http://www.dailymotion.com/swf/xe53mb"></param><param name="allowFullScreen" value="true"><param name="allownetworking" value="internal"><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/xe53mb" type="application/x-shockwave-flash" allowfullscreen="true" allownetworking="internal" wmode="transparent" width="640" height="480"></embed></object>








<br>
</div>

<div id=tab5>
<object width="640" height="480"><param name="movie" value="http://www.dailymotion.com/swf/xe53l7"></param><param name="allowFullScreen" value="true"><param name="allownetworking" value="internal"><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/xe53l7" type="application/x-shockwave-flash" allowfullscreen="true" allownetworking="internal" wmode="transparent" width="640" height="480"></embed></object>








<br>
</div>
<div id=tab6>
<object width="640" height="480"><param name="movie" value="http://www.dailymotion.com/swf/xe53lc"></param><param name="allowFullScreen" value="true"><param name="allownetworking" value="internal"><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/xe53lc" type="application/x-shockwave-flash" allowfullscreen="true" allownetworking="internal" wmode="transparent" width="640" height="480"></embed></object>









<br>
</div>
<div id=tab7>
<object width="640" height="480"><param name="movie" value="http://www.dailymotion.com/swf/xe53lf"></param><param name="allowFullScreen" value="true"><param name="allownetworking" value="internal"><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/xe53lf" type="application/x-shockwave-flash" allowfullscreen="true" allownetworking="internal" wmode="transparent" width="640" height="480"></embed></object>









<br>
</div>
<div id=tab8>
<object width="640" height="480"><param name="movie" value="http://www.dailymotion.com/swf/xe53lg"></param><param name="allowFullScreen" value="true"><param name="allownetworking" value="internal"><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/xe53lg" type="application/x-shockwave-flash" allowfullscreen="true" allownetworking="internal" wmode="transparent" width="640" height="480"></embed></object>









<br>
</div>


</div></div>

<br>
</center>

<script>(function() {var tabView = new YAHOO.widget.TabView('bmtab1');})();</script></div>

Waiting For Your Kind Reply Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.