Displaying 1 result from an estimated 1 matches for "initform".
Did you mean:
inform
2006 Feb 15
0
Insertion.Top does not work in IE 6
Hi all,
I have recently joined this mailing list and I''m not sure if this had
already been answered. I have a function that gets called from the
<body> onload event and fills the drop-down (<select> tag) with the
data from the database. The function is as follows:
function initForm(frm) {
switch (frm) {
case "style":
Element.hide(''newcat'', ''newcol'', ''newfab'', ''btnAddFab'', ''notify'');
// fill the category drop-down
var opt = {
method: ''get'',
p...