Log In · Register

 
how can i put a chatter box?, any codes?
artzysmartz
post Dec 20 2004, 06:13 PM
Post #1


artzysmartz
***

Group: Member
Posts: 76
Joined: Aug 2004
Member No: 41,209



HOW CAN I PUT A CHATTER BOX ON A XANGA? HEELP!

THANKSS! happy.gif
 
 
Start new topic
Replies
largosama
post Dec 21 2004, 10:39 PM
Post #2


Happy Person
******

Group: Member
Posts: 1,729
Joined: Feb 2004
Member No: 4,674



put a chatterbox in a div, but set visibility to hidden. Then (I improvised here with my own javascript tongue.gif ) use this to hide and show it in a specific position.

Into Website Stats
CODE
<!-- begin code provided by createblog.com -->
<script lanugage="JavaScript">

function showit (whichMenu,whatState){

if (document.getElementById)
{document.getElementById(whichMenu).style.visibility = whatState; }

else {document[whichMenu].visibility = whatState;}

}

</script>

<!-- end code provided by createblog.com -->


and this
CODE
<!-- begin code provided by createblog.com -->

<a href="javascript:showit('chat','visible')">
On</a>/
<a href="javascript:showit('chat','hidden')">Off</a>
<!-- end code provided by createblog.com -->


as the links to show and hide the box. Make sure the div id is "chat"

Have fun laugh.gif
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: