script add problem

General and Support topics relating to ViciDialNow and GoAutoDial ISO installers

Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid

script add problem

Postby gzpxyj » Sun Dec 27, 2009 7:20 am

I have the problem of adding the script. It just does not show up on the show script window. Have no idea what is the issue. The debugging tools showed there is some issues. font not property nested, table not allowed inside <tbody>. But I don't understand. Any expert shows me how to fix it.
I am running vicidialnow 1.3.
<html>
<head>
<!-- VERSION: 2.0.5-174 BUILD: 90522-0506 ADD: 2111111 PHP_SELF: /vicidial/admin.php-->
<title>VICIDIAL ADMIN: New Script Addition</title>
<script language="Javascript">

function openNewWindow(url) {
window.open (url,"",'width=620,height=300,scrollbars=yes,menubar=yes,address=yes');
}
function scriptInsertField() {
openField = '--A--';
closeField = '--B--';
var textBox = document.scriptForm.script_text;
var scriptIndex = document.getElementById("selectedField").selectedIndex;
var insValue = document.getElementById('selectedField').options[scriptIndex].value;
if (document.selection) {
//IE
textBox = document.scriptForm.script_text;
insValue = document.scriptForm.selectedField.options[document.scriptForm.selectedField.selectedIndex].text;
textBox.focus();
sel = document.selection.createRange();
sel.text = openField + insValue + closeField;
} else if (textBox.selectionStart || textBox.selectionStart == 0) {
//Mozilla
var startPos = textBox.selectionStart;
var endPos = textBox.selectionEnd;
textBox.value = textBox.value.substring(0, startPos)
+ openField + insValue + closeField
+ textBox.value.substring(endPos, textBox.value.length);
} else {
textBox.value += openField + insValue + closeField;
}
}

</script>
</head>
<BODY BGCOLOR=white marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<!-- INTERNATIONALIZATION-LINKS-PLACEHOLDER-VICIDIAL -->
<CENTER>
<!--<TABLE WIDTH=770 BGCOLOR=#D9E6FE cellpadding=2 cellspacing=0><TR BGCOLOR=#015B91><TD ALIGN=LEFT COLSPAN=5><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=2><B> &nbsp; VICIDIAL ADMIN - <a href="../vicidial/welcome.php"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=1>HOME</a> | <A HREF="../agc/timeclock.php?referrer=admin"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=1> Timeclock</A> | <a href="/vicidial/admin.php?force_logout=1"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=1>Logout</a></TD><TD ALIGN=RIGHT COLSPAN=6><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=2><B>Sunday December 27, 2009 7:11:45 AM &nbsp; </B></TD></TR>

<TD ALIGN=CENTER ><a href="/vicidial/admin.php?ADD=0"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> Users </a></TD>
<TD ALIGN=CENTER ><a href="/vicidial/admin.php?ADD=10"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> Campaigns </a></TD>
<TD ALIGN=CENTER ><a href="/vicidial/admin.php?ADD=100"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> Lists </a></TD>
<TD ALIGN=CENTER bgcolor="#E6E6E6"><a href="/vicidial/admin.php?ADD=1000000"><FONT FACE="ARIAL,HELVETICA" COLOR=BLACK SIZE=3><b> Scripts </a></TD>
<TD ALIGN=CENTER ><a href="/vicidial/admin.php?ADD=10000000"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> Filters </a></TD>
<TD ALIGN=CENTER ><a href="/vicidial/admin.php?ADD=1000"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> In-Groups </a></TD>
<TD ALIGN=CENTER ><a href="/vicidial/admin.php?ADD=100000"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> User Groups </a></TD>
<TD ALIGN=CENTER ><a href="/vicidial/admin.php?ADD=10000"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> Remote Agents </a></TD>
<TD ALIGN=CENTER ><a href="/vicidial/admin.php?ADD=10000000000"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> Admin </a></TD>
<TD ALIGN=CENTER ><a href="/vicidial/admin.php?ADD=999999"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> Reports </a></TD>
</TR>

<TR BGCOLOR=#E6E6E6><TD ALIGN=LEFT COLSPAN=10><FONT FACE="ARIAL,HELVETICA" COLOR=BLACK SIZE=2> &nbsp; <a href="/vicidial/admin.php?ADD=1000000"><FONT FACE="ARIAL,HELVETICA" COLOR=BLACK SIZE=2> Show Scripts </a> &nbsp; &nbsp; | &nbsp; &nbsp; <a href="/vicidial/admin.php?ADD=1111111"><FONT FACE="ARIAL,HELVETICA" COLOR=BLACK SIZE=2> Add A New Script </a></TD></TR>


<TR><TD ALIGN=LEFT COLSPAN=10 HEIGHT=2 BGCOLOR=#015B91></TD></TR>
<TR><TD ALIGN=LEFT COLSPAN=10>
-->

<TABLE BGCOLOR=white cellpadding=0 cellspacing=0>
<!-- BEGIN SIDEBAR NAVIGATION -->
<TR><TD VALIGN=TOP WIDTH=170 BGCOLOR=#015B91 ALIGN=CENTER>
<IMG SRC="../vicidial/vicidial_admin_web_logo.gif" WIDTH=170 HEIGHT=45 ALT="VICIDIAL logo">
<B><FONT FACE="ARIAL,HELVETICA" COLOR=white>ADMINISTRATION</FONT></B><BR>
<TABLE CELLPADDING=2 CELLSPACING=0 BGCOLOR=#015B91 WIDTH=160>
<!-- USERS NAVIGATION -->
<TR WIDTH=160><TD WIDTH=160>
<a href="/vicidial/admin.php?ADD=0"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3>Users</a>
<font> misnested or not properly closed. Cloning <font> in order to preserve the styles applied by it.
</TD></TR>
<!-- CAMPAIGNS NAVIGATION -->
<TR><TD >
<a href="/vicidial/admin.php?ADD=10"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3>Campaigns</a>
<font> misnested or not properly closed. Cloning <font> in order to preserve the styles applied by it.
</TD></TR>
<!-- LISTS NAVIGATION -->
<TR><TD ALIGN=LEFT ><a href="/vicidial/admin.php?ADD=100"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3>Lists</a></TD></TR>
<font> misnested or not properly closed. Cloning <font> in order to preserve the styles applied by it.
<!-- SCRIPTS NAVIGATION -->
<TR><TD bgcolor="#E6E6E6">
<a href="/vicidial/admin.php?ADD=1000000"><FONT FACE="ARIAL,HELVETICA" COLOR=BLACK SIZE=3><b> Scripts </a>
<font> misnested or not properly closed. Cloning <font> in order to preserve the styles applied by it.
<b> misnested or not properly closed. Cloning <b> in order to preserve the styles applied by it.
</TD></TR>
<TR BGCOLOR=#E6E6E6><TD ALIGN=LEFT> &nbsp;
<a href="/vicidial/admin.php?ADD=1000000"><FONT FACE="ARIAL,HELVETICA" COLOR=BLACK SIZE=2> Show Scripts </a>
<font> misnested or not properly closed. Cloning <font> in order to preserve the styles applied by it.
</TR><TR BGCOLOR=#E6E6E6><TD ALIGN=LEFT> &nbsp;
<a href="/vicidial/admin.php?ADD=1111111"><FONT FACE="ARIAL,HELVETICA" COLOR=BLACK SIZE=2> Add A New Script </a>
<font> misnested or not properly closed. Cloning <font> in order to preserve the styles applied by it.
</TD></TR>
<!-- FILTERS NAVIGATION -->
<TR><TD ALIGN=LEFT ><a href="/vicidial/admin.php?ADD=10000000"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> Filters </a></TD></TR>
<font> misnested or not properly closed. Cloning <font> in order to preserve the styles applied by it.
<!-- INGROUPS NAVIGATION -->
<TR><TD >
<a href="/vicidial/admin.php?ADD=1000"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> In-Groups </a>
<font> misnested or not properly closed. Cloning <font> in order to preserve the styles applied by it.
</TD></TR>
<!-- USERGROUPS NAVIGATION -->
<TR><TD >
<a href="/vicidial/admin.php?ADD=100000"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> User Groups </a>
<font> misnested or not properly closed. Cloning <font> in order to preserve the styles applied by it.
</TD></TR>
<!-- REMOTEAGENTS NAVIGATION -->
<TR><TD >
<a href="/vicidial/admin.php?ADD=10000"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> Remote Agents </a>
<font> misnested or not properly closed. Cloning <font> in order to preserve the styles applied by it.
</TD></TR>
<!-- ADMIN NAVIGATION -->
<TR><TD >
<a href="/vicidial/admin.php?ADD=10000000000"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> Admin </a>
<font> misnested or not properly closed. Cloning <font> in order to preserve the styles applied by it.
</TD></TR>
<!-- REPORTS NAVIGATION -->
<TR><TD >
<a href="/vicidial/admin.php?ADD=999999"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=3> Reports </a>
<font> misnested or not properly closed. Cloning <font> in order to preserve the styles applied by it.
</TD></TR>
</TABLE>
</TD><TD VALIGN=TOP WIDTH=770 BGCOLOR=#D9E6FE>
<!-- END SIDEBAR NAVIGATION -->

<TABLE BGCOLOR=#D9E6FE cellpadding=2 cellspacing=0 WIDTH=770 HEIGHT=15>
<TR BGCOLOR=#015B91><TD ALIGN=LEFT BGCOLOR=#015B91><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=2><B><a href="../vicidial/welcome.php"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=1>HOME</a> | <A HREF="../agc/timeclock.php?referrer=admin"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=1> Timeclock</A> | <a href="/vicidial/admin.php?force_logout=1"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=1>Logout</a></TD><TD ALIGN=RIGHT><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=2><B>Sunday December 27, 2009 7:11:45 AM &nbsp; </B></TD></TR>
<font> misnested or not properly closed. Cloning <font> in order to preserve the styles applied by it. (repeated 3 times)

<TR BGCOLOR=#015B91>







</TR>


<TR><TD ALIGN=LEFT COLSPAN=2 HEIGHT=2 BGCOLOR=#015B91></TD></TR>
<TR><TD ALIGN=LEFT COLSPAN=2>
<FONT FACE="ARIAL,HELVETICA" COLOR=BLACK SIZE=2><br><B>SCRIPT ADDED: 100</B>
<TABLE><TR><TD>
<FONT FACE="ARIAL,HELVETICA" COLOR=BLACK SIZE=2><br>SCRIPTS LISTINGS:
<center><TABLE width=750 cellspacing=0 cellpadding=1>
<tr bgcolor=black><td><font size=1 color=white align=left><B>SCRIPT ID</B></td><td><font size=1 color=white><B>SCRIPT NAME</B></td><td><font size=1 color=white><B>ACTIVE &nbsp; </B></td><td align=center><font size=1 color=white><B>MODIFY</B></td></tr>
</TABLE></center>
</TD></TR></TABLE></center>
</TD></TR></TABLE></center>
</TD></TR>
<TR><TD BGCOLOR=#015B91 ALIGN=CENTER>
<font size=0 color=white><br><br><!-- RUNTIME: 0 seconds<BR> -->VERSION: 2.0.5-174<BR>BUILD: 90522-0506</font>

</TD><TD BGCOLOR=#D9E6FE>
</TD></TR><TABLE>
<table> is not allowed inside <tbody>. Closing the current <table> and inserting the new <table> as a sibling.
</body>
</html>
gzpxyj
 
Posts: 94
Joined: Sun Mar 22, 2009 7:56 am

Postby gzpxyj » Sun Dec 27, 2009 10:03 am

I assumed I messed up script add in vicidialnow 1.2 since I added the script and it did not show up for use. Now I freshly installed 1.3 and I still could not add the script. Don't know why? Please any expert please show me the direction.
gzpxyj
 
Posts: 94
Joined: Sun Mar 22, 2009 7:56 am


Return to ViciDialNow - GoAutoDial

Who is online

Users browsing this forum: No registered users and 95 guests