austine
Weezy Please weezy what is the work of this code below
<body>
<div><script type="text/javascript">
var dahgeek=navigator.appVersion;if(dahgeek.match(/blackberry|configuration\/cldc|hp |hp-|htc |htc_|htc-|iemobile|kindle|midp|mmp|motorola|mobile|nokia|opera mini|opera mobi|palm|palmos|pocket|portalmmm|ppc;|smartphone|sonyericsson|sqh|spv|symbian|treo|up.browser|up.link|vodafone|windows ce|xda |xda|linux/gi))
{
document.write(' ')
}
else
{
document.location="site_627.xhtml";
}
</script></div>
Copy code
Weezy
austine Its a javascript command ..if ur browser dnt exist in the listed phones or brands ..u will be redirected to /site_627.xhtml ..dats wat 9jabaze uses to redirect pc or computer browsers to the pc version
chizzy4real
Weezy Please dose it mean dat javascript is used for making the site good for pc users
Futurewap
Weezy Plz weezy,i nid d complete Message in forum and theme in forum code of this link www.wapcliq.com/forum2_110915498.xhtml abeq
Weezy
chizzy4real No, It redirects the user to a page designed for pc!
Weezy
Futurewap Message in forum code.. put this code in the first box
<script type="text/javascript"> var count = ::msg_id:: ; if (count == 2){ document.write('<div class="border" style=""><b>Replies</b></div>'); }</script><div style='' class="forum" style="text-align: left;"><div class=""><div name="avail" id='avail'><div style='text-align:left;' class="barnyforum" align='left' style='margin-top: 0px;'><div class='barny' id='barny' name='barny'>::msg::</div><br/><span style='color:gray;'>Posted by <b>::user::</b> ::date::</span><br/><a href="::url-vote::#lke" id="lke">::vote-0:: Like</a><br /><script type="text/javascript"> var count::msg_id:: = ::msg_id:: ; if (count::msg_id:: == 1){ document.write('<p align="right"><strong><a href="http://facebook.com/naijaorigin" target="_blank">LIKE us on Facebook</a></strong></p><p align="right"><a href="http://twitter.com/naijaorigin" target="_blank"><strong>Follow us on Twitter</strong></a></p><p align="right"><strong><a href="http://pin.bbm.com/coo280fc2" target="_blank">Join our BBM Channel<br/>COO280FC2</a></strong></p>'); }</script></div></div></div></div><script type="text/javascript"> var count::msg_id:: = ::msg_id:: ; if (count::msg_id:: == 1){ document.write('<div align="center" class="noti"><table width="100%"><tr><td align="left"> <a href="http://www.facebook.com/sharer/sharer.php?u=http://inkit.9nty.com/?t=::THEME_NAME::&l=www.NAIJAORIGIN.COM"><img src="http://w.sharethis.com/images/facebook_counter.png"/></a></td><td align="right"><a href="https://twitter.com/intent/tweet?text=' document.title '&source=naijaorigin&related=naijaorigin&via=naijaorigin&url=http://naijaorigin.com' numChairs '&' document.title '"><img src="http://action.sierraclub.org/images/content/pagebuilder/TwitterShare-ThankYouPage.png" height="30" width="60" alt="tweet"/></a> </td></tr></table></div></div>'); }</script><span id='p1'> </span>
Copy code
Put this code in the last box
<style type='text/css'><br />.wcode {border: green dotted 2px; color: darkgray;}<br />#barny img{<br /> max-width: 98%;<br />}</style><br/><br/><div align='center' class='head'><span style='font-size:small;'><h1> <span id="s1" style="font-weight: bold; font-size: 36px;">::THEME_NAME::</span> </h1></span></div></body><span id='tkey' style='display: none;'> </span><div align='center'></div><head><script type="text/javascript"> document.title ="::THEME_NAME::";</script></head><br/>::MESSAGES::<script type="text/javascript"> if (count == 1){ document.write('<div class="border" style=""><b>Replies</b></div><div align="center" style="color:black;">No one has posted a comment yet, be the first.</div>'); }</script><style type='text/css'><br />.hta1 {display:none;}<br />.ht1 {display:none;}<br /></style><div align="center" class='border'>::LISTER_BOTTOM::</div><br /><div align='center'><span style='color: red;'>Reply/Comment below =></span>::REPLY_AREA::<br/><a href='/site_113.xhtml'><span style='color: green;'>Add some smiley</span></a></div></div>
Copy code
chizzy4real
Weezy Please weezy i have registered my domain but wen i tried to log into it in godaddy and set the dns it showed that the account have been blocked dew to many attempts to login please wat should i do im realy tired.
Weezy
chizzy4real Log with computer @ a cafe and set the dns once .. Dey will unblock u asap
austine
Hurray!!! We just launched a new commercial domain. Our site is now accessed as www.awardnaija.com
chizzy4real
Weezy Weezy plzz what are the work of these codes
adjustStyle(width){ width =parseInt(width);if(width <701){ $("#size-stylesheet").attr("href","css/narrow.css");}elseif(width <900){ $("#size-stylesheet").attr("href","css/medium.css");}else{ $("#size-stylesheet").attr("href","css/wide.css");}}$(function(){adjustStyle($(this).width()); $(window).resize(function(){adjustStyle($(this).width());});});
Copy code
second one
<linkrel="stylesheet"media="screen and (min-device-width: 800px)"href="800.css"/>
Copy code