NTS Forums

Please login or register.

Login with username, password and session length
 

News:

Welcome to the Newtek Technology Services Forum!


Author Topic: Tagboard  (Read 1978 times)

Offline animesector

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • http://www.animesector.com
Tagboard
« on: July 15, 2004, 01:55:02 PM »
teal]I installed a tagboard, but i cant get it to work :(
http://www.animesector.com/Tagboard/index.php
can anyone help me?[teal]

Tara
www.animesector.com
www.joshntara.com

Offline animesector

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • http://www.animesector.com
Tagboard
« Reply #1 on: July 15, 2004, 02:14:28 PM »
Quote
quote:
teal]I installed a tagboard, but i cant get it to work :(
http://www.animesector.com/Tagboard/index.php
can anyone help me?[teal]


CODE:
<!-- Dont edit this javascript bit... -->
<script language = "JavaScript">
<!-- Begin
function textCounter(field, countfield, maxlimit) {
   if(field.value.length > maxlimit){
      field.value = field.value.substring(0, maxlimit);
   }
   else{
      countfield.value = maxlimit - field.value.length;
   }
}
function cleartagboard() {
    document.tagboard.cjmsg.value="";
}  
function popUp(URL) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=no,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=250,left = 262,top = 184');");
}
var isNav, isIE
if (parseInt(navigator.appVersion) >= 4) {
  if (navigator.appName == "Netscape")
    isNav = true
  else
    isIE = true
}
function showKeyValue(evt) {
  var keyValue
  if (isNav)
    keyValue = evt.which
  else
    keyValue = window.event.keyCode
       
  if (keyValue == 13) {
    javascript:document.tagboard.submit();
  }
  return false
}
// End -->
</script>

<!-- Change the location of the stylesheet if needs be    -->
<link rel="http://www.animesector.com/Tagboard/stylesheet" href="http://www.animesector.com/Tagboard/stylesheet.php" type="text/css">

<!-- Change the table "width=100" to change the width of your tag board      -->
<!-- Change the table "height=200" to change the height of your tag board      -->
<!-- Change the border colour or size by editing "border:1 solid blue"      -->
<!-- For No Border, Delete >>>   style="border: 1 solid #000000"             -->

<table width=206 border=0 bgcolor="#A6C8C6" style="border: 2px solid #000080; ; border-collapse:collapse" height="325" bordercolor="#111111" cellpadding="0" cellspacing="0">
<tr><td width="198" height="210" bgcolor="#A6C8C6"><iframe name="tag" border="0" frameborder="0" width="100%" height="200" align="center" src="http://www.animesector.com/Tagboard/display.php" target="_blank"></iframe></td></tr>
<tr><td width="198" height="107">
<form method="POST" action="http://www.animesector.com/Tagboard/tag.php" target="tag" name="tagboard">
        <table width="100%" border="0" cellspacing="1">
          <tr>
            <td bgcolor="#A6C8C6">

  <table border="0" cellspacing="0" width="100%" cellpadding="0">
    <tr>
      <td width="1%"><font class="cjfont"><small>Name:</small></FONT></td>
    </center>
    <td width="99%">
      <p align="right"><font class="cjfont"><small>[</small><A class="cjfont" HREF="javascript:cleartagboard()"><small>Reset Tag</small></A><small>]</small></FONT></td>
  </tr>
  </table>

  <!-- Change the input size to change the length of the name field          -->
<!-- Change the input length by changing maxlength="30" to your desired size    -->

<input size="17" class="cjmsg" maxlength="30" type="text" name="name">

            </td>
          </tr>
          <tr>
            <td bgcolor="#A6C8C6">

<!-- Change the input size to change the length of the tag field             -->
<!-- Change the input length by changing all the "200(s)" to your desired size    -->

<font class="cjfont"><small>Message:</small></FONT><br>
<textarea class="cjmsg" rows="3" onKeyDown="textCounter(this.form.cjmsg,this.form.rem,200);" onKeyUp="textCounter(this.form.cjmsg,this.form.rem,200);" onKeyPress="showKeyValue(event)" cols="16" type="text" name="cjmsg"></textarea>

            </td>
          </tr&