Gossamer Forum
 
Re: [yogi] Plugin Update In reply to
Maybe it is something to do with my actual function.

Would you mind sharing with me a working example? (pm me if you want)l.

I have even tried replicating GT's editor code, and this still does not work:

Code:


sub tableeditor {
# -------------------------------------------------------------------
# My own table editor ;-)
#
#
print $IN->header();
#

print qq~

<script language="Javascript">
<!--
var field_clear = 1;

function setid (myform) {
var opts = 'do';
var action = myform.todo.options[myform.todo.selectedIndex].value;
var table = myform.db.options[myform.db.selectedIndex].text;
var key = myform.keyid.value;
if (key == 'id') {
key = '';
}
if (action == 'search_results') {
myform[opts].value = 'search_results';
myform.keyword.value = '*';
myform.ID.value = '';
myform.Username.value = '';
}
else if ((action == 'modify_search_form') && key) {
myform[opts].value = 'modify_search_results';
myform.keyword.value = '';
if (table == 'Users') {
myform.Username.value = key;
myform.ID.value = '';
}
else {
myform.Username.value = '';
myform.ID.value = key;
}
}
else if ((action == 'delete_search_form') && key) {
myform[opts].value = 'delete_search_results';
myform.keyword.value = '';
if (table == 'Users') {
myform.Username.value = key;
myform.ID.value = '';
}
else {
myform.Username.value = '';
myform.ID.value = key;
}
}
else if ((action == 'search_form') && key) {
myform[opts].value = 'search_results';
myform.keyword.value = '';
if (table == 'Users') {
myform.Username.value = key;
myform.ID.value = '';
}
else {
myform.Username.value = '';
myform.ID.value = key;
}
}
else {
myform[opts].value = action;
myform.keyword.value = '';
myform.ID.value = '';
myform.Username.value ='';
}
myform.keyid.value = '';
}
// -->
</script>

<form method="GET" action="admin.cgi" onSubmit="setid(this)" name="searchform" target="content">
<input type="hidden" name="keyword" value="">
<input type="hidden" name="Username" value="">
<input type="hidden" name="ID" value="">
<input type="hidden" name="do" value="">
<input type="hidden" name="ID-opt" value="=">
<input type="hidden" name="Username-opt" value="=">
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td bgcolor="#DDDDDD"><font face="Tahoma,Arial,Helvetica" size="2">&nbsp;Editor</font></td>
</tr>
<tr>
<td><br>
&nbsp;<select size="1" name="db">
<option>EditorDetails</option>
</select><br>
&nbsp;<select size="1" name="todo">
<option value="add_form">Add</option>
<option value="modify_search_form">Modify</option>
<option value="delete_search_form">Delete</option>
<option value="search_form">Search</option>
<option value="search_results">List All</option>
<option value="editor_table_form">Properties</option>
</select><br>
&nbsp;<nobr><input type=text name="keyid" value="id" onFocus="if (field_clear) { searchform.keyid.value=''; field_clear = 0; }" size=5> <input type="submit" value="Go">&nbsp;<font face="Tahoma,Arial,Helvetica" size="2"></font></nobr>
<font face="Tahoma,Arial,Helvetica" size="2">
<br>
&nbsp;</font></td>
</tr>
</table>

</form>
~;

}


http://www.iuni.com/...tware/web/index.html
Links Plugins
Subject Author Views Date
Thread; locked thread; hot thread Editor Activity Monitoring - Plugin Ian 18938 May 4, 2002, 6:28 PM
Thread; hot thread Re: [sooke] Editor Activity Monitoring - Plugin
rayhne 18144 May 7, 2002, 12:04 PM
Thread; hot thread Re: [rayhne] Editor Activity Monitoring - Plugin
Ian 18043 May 7, 2002, 6:40 PM
Thread; hot thread Re: [sooke] Editor Activity Monitoring - Plugin
katabd 18075 May 8, 2002, 9:40 PM
Post; hot thread Re: [katabd] Editor Activity Monitoring - Plugin
Ian 17918 May 8, 2002, 10:09 PM
Thread; hot thread Re: [katabd] Editor Activity Monitoring - Plugin
Ian 18046 May 9, 2002, 12:10 PM
Thread; hot thread Re: [sooke] Editor Activity Monitoring - Plugin
katabd 18411 May 10, 2002, 5:20 AM
Post; hot thread Re: [katabd] Editor Activity Monitoring - Plugin
rayhne 17888 May 10, 2002, 8:38 AM
Post; hot thread Re: [katabd] Editor Activity Monitoring - Plugin
Ian 17958 May 10, 2002, 8:50 AM
Post; hot thread Re: [katabd] Editor Activity Monitoring - Plugin
Ian 17843 May 14, 2002, 1:32 PM
Post; hot thread Re: [katabd] Editor Activity Monitoring - Plugin
Ian 17850 May 16, 2002, 8:51 PM
Thread; hot thread Re: [rayhne] Editor Activity Monitoring - Plugin
webmaster33 18057 May 8, 2002, 4:54 AM
Thread; hot thread Plugin Update
Ian 17865 May 17, 2002, 3:41 PM
Thread; hot thread Re: [sooke] Plugin Update
Ian 17877 May 17, 2002, 5:46 PM
Thread; hot thread Re: [sooke] Plugin Update
Ian 17870 May 20, 2002, 9:32 AM
Thread; hot thread Re: [Ian] Plugin Update
Ian 17870 May 24, 2002, 9:27 PM
Thread; hot thread Re: [Ian] Plugin Update
pugdog 17739 May 27, 2002, 3:13 AM
Thread; hot thread Re: [pugdog] Plugin Update
Ian 17820 May 27, 2002, 8:10 AM
Post; hot thread Re: [Ian] Plugin Update
pugdog 17622 May 28, 2002, 9:23 AM
Thread; hot thread Re: [Ian] Plugin Update
Ian 17756 May 28, 2002, 7:13 PM
Thread; hot thread Re: [Ian] Plugin Update
yogi 17928 May 29, 2002, 4:46 AM
Post; hot thread Re: [yogi] Plugin Update
Ian 17619 May 29, 2002, 7:54 AM
Thread; hot thread Re: [yogi] Plugin Update
Ian 17739 May 29, 2002, 9:47 AM
Thread; hot thread Re: [Ian] Plugin Update
yogi 14207 May 29, 2002, 9:52 AM
Thread; hot thread Re: [yogi] Plugin Update
Ian 14232 May 29, 2002, 10:04 AM
Thread; hot thread Re: [Ian] Plugin Update
yogi 14370 May 29, 2002, 10:06 AM
Thread; hot thread Re: [yogi] Plugin Update
Ian 14197 May 29, 2002, 10:13 AM
Thread; hot thread Re: [Ian] Plugin Update
yogi 14151 May 29, 2002, 10:19 AM
Thread; hot thread Re: [yogi] Plugin Update
Ian 14200 May 29, 2002, 10:28 AM
Thread; hot thread Re: [Ian] Plugin Update
yogi 14232 May 29, 2002, 10:35 AM
Thread; hot thread Re: [yogi] Plugin Update
Ian 14225 May 29, 2002, 10:41 AM
Thread; hot thread Re: [Ian] Plugin Update
yogi 14219 May 29, 2002, 10:42 AM
Thread; hot thread Re: [yogi] Plugin Update
Ian 14189 May 29, 2002, 10:46 AM
Thread; hot thread Re: [Ian] Plugin Update
yogi 14202 May 29, 2002, 10:51 AM
Thread; hot thread Re: [yogi] Plugin Update
Ian 14179 May 29, 2002, 10:59 AM
Thread; hot thread Re: [Ian] Plugin Update
Ian 14154 May 31, 2002, 6:27 PM
Thread; hot thread Re: [Ian] Plugin Update
Ian 14126 May 31, 2002, 9:06 PM
Thread; hot thread Re: [Ian] Plugin Update
Ian 14138 Jun 1, 2002, 5:10 PM
Thread; hot thread Re: [Ian] Plugin Update
Ian 14142 Jun 1, 2002, 7:26 PM
Thread; hot thread ANNOUNCEMENT
Ian 14059 Jun 1, 2002, 8:05 PM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
Ian 14122 Jun 2, 2002, 9:25 AM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
Ian 14033 Jun 2, 2002, 10:39 PM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
rayhne 14013 Jun 3, 2002, 7:00 AM
Thread; hot thread Re: [rayhne] ANNOUNCEMENT
Ian 14041 Jun 3, 2002, 8:31 AM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
Ian 14123 Jun 3, 2002, 12:47 PM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
rayhne 14021 Jun 3, 2002, 2:19 PM
Thread; hot thread Re: [rayhne] ANNOUNCEMENT
Ian 14034 Jun 3, 2002, 6:30 PM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
Ian 14019 Jun 4, 2002, 10:41 AM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
rayhne 14042 Jun 4, 2002, 1:59 PM
Thread; hot thread Re: [rayhne] ANNOUNCEMENT
Ian 14106 Jun 4, 2002, 2:03 PM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
rayhne 14057 Jun 4, 2002, 2:28 PM
Post; hot thread Re: [rayhne] ANNOUNCEMENT
Ian 14044 Jun 4, 2002, 2:46 PM
Thread; hot thread Re: [rayhne] ANNOUNCEMENT
Ian 14064 Jun 4, 2002, 3:18 PM
Post; hot thread Re: [Ian] ANNOUNCEMENT
Ian 13953 Jun 4, 2002, 5:40 PM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
rayhne 14065 Jun 4, 2002, 7:41 PM
Thread; hot thread Re: [rayhne] ANNOUNCEMENT
Ian 14062 Jun 4, 2002, 7:44 PM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
Ian 14175 Jun 4, 2002, 10:25 PM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
Ian 14041 Jun 5, 2002, 3:49 PM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
Teambldr 13986 Jun 5, 2002, 3:57 PM
Thread; hot thread Re: [Teambldr] ANNOUNCEMENT
Ian 14030 Jun 5, 2002, 9:31 PM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
Ian 13958 Jun 6, 2002, 8:27 AM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
Teambldr 13946 Jun 6, 2002, 8:47 AM
Thread; hot thread Re: [Teambldr] ANNOUNCEMENT
Ian 14165 Jun 6, 2002, 8:57 AM
Post; hot thread Post deleted by Teambldr
Teambldr 13932 Jun 6, 2002, 9:12 AM
Post; hot thread Re: [Ian] ANNOUNCEMENT
Teambldr 13897 Jun 6, 2002, 9:40 AM
Post; hot thread Re: [Ian] ANNOUNCEMENT
Ian 13909 Jun 7, 2002, 7:11 PM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
pugdog 14016 Jun 9, 2002, 7:10 AM
Post; hot thread Re: [pugdog] ANNOUNCEMENT
Ian 13861 Jun 9, 2002, 7:37 AM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
Teambldr 13961 Jun 9, 2002, 7:27 AM
Thread; hot thread Re: [Teambldr] ANNOUNCEMENT
Ian 14012 Jun 9, 2002, 7:33 AM
Post; hot thread Re: [Ian] ANNOUNCEMENT
Teambldr 14083 Jun 9, 2002, 7:39 AM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
Teambldr 13929 Jun 9, 2002, 8:00 AM
Thread; hot thread Re: [Teambldr] ANNOUNCEMENT
Ian 13878 Jun 9, 2002, 8:45 AM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
Ian 10958 Jun 10, 2002, 12:31 PM
Thread; hot thread Re: [Ian] ANNOUNCEMENT
Ian 10999 Jun 10, 2002, 4:51 PM
Thread; hot thread EDITOR REWARDS EXAMPLE PIC
Ian 10905 Jun 11, 2002, 8:39 AM
Thread; hot thread REWARDS ADDITION UPDATE
Ian 11062 Jun 11, 2002, 1:19 PM
Thread; hot thread Re: [Ian] REWARDS ADDITION UPDATE
rayhne 10930 Jun 11, 2002, 2:10 PM
Thread; hot thread Re: [rayhne] REWARDS ADDITION UPDATE
Ian 11248 Jun 11, 2002, 6:42 PM
Thread; hot thread Re: [Ian] REWARDS ADDITION UPDATE
Ian 10861 Jun 12, 2002, 6:01 PM
Thread; hot thread Re: [Ian] REWARDS ADDITION UPDATE
maxpico 10871 Jun 13, 2002, 7:37 AM
Thread; hot thread Re: [maxpico] REWARDS ADDITION UPDATE
Ian 10987 Jun 13, 2002, 8:32 AM
Thread; hot thread Re: [Ian] REWARDS ADDITION UPDATE
Teambldr 10921 Jun 13, 2002, 9:19 PM
Thread; hot thread Re: [Teambldr] REWARDS ADDITION UPDATE
Ian 10868 Jun 13, 2002, 9:48 PM
Thread; hot thread Re: [Ian] REWARDS ADDITION UPDATE
Ian 10787 Jun 14, 2002, 12:00 PM
Thread; hot thread Re: [Ian] REWARDS ADDITION UPDATE
Teambldr 11087 Jun 15, 2002, 7:32 AM
Thread; hot thread Re: [Teambldr] REWARDS ADDITION UPDATE
Ian 10808 Jun 15, 2002, 7:37 AM
Thread; hot thread Re: [Ian] REWARDS ADDITION UPDATE
Teambldr 10757 Jun 15, 2002, 7:41 AM
Post; hot thread Re: [Teambldr] REWARDS ADDITION UPDATE
Ian 10728 Jun 15, 2002, 7:43 AM
Post; hot thread Re: [sooke] Editor Activity Monitoring - Plugin
Ian 17851 May 10, 2002, 1:46 PM
Post; hot thread Re: [sooke] Editor Activity Monitoring - Plugin
Ian 17878 May 11, 2002, 9:33 AM
Post; hot thread NEW THREAD: Editor Activity Monitoring - Plugin - VERSION 1.0.6
pugdog 10698 Jun 16, 2002, 5:58 AM