I'd like someone to help me out by providing these functions in Javascript:
\n
<?PHP\n<br />
//Stylistic rules:
//Where a semi-colan is optional, it is required
//Neat indenting is required
function DuplicateFields(sourceid as objectid, newid as string) {
//Uses CloneNode on a DIV to duplicate nested formfields.
//The form feilds have names like sort[1], sort[2]
//The names of the new form feilds should be duplicated, with the id number increading (ie newid is sort[3])
//QuickRef:<br />
//http://www.mozilla.org/docs/dom/domref/dom_el_ref.html
//Rules: Must use cloneNode() and appendChild()
//IE compatability not required, though desired (target is Firefox)<br />
}
RemoveField(sourceid as objectid) {
//This is easier - delete a node from the dom tree
}
//Fun fact: somebody broke the [code] tags, so i'm using [php]
\n?>
\n
Whoever fufills it can get an incredably useful multible-layer sort class, which completely handles the SQL 'ORDER BY' feild for you. All you need is to do 'AddSortPossibility('prettyname','sqlcolumn'). Alternitively, I'll give you some other PHP i wrote, or maybe fix something on BTP thats bugging you.
Thanks in advance.
(to get an idea of what i'm trying to do, compose an email in gmail. click add attachment. click it again. notice dynamic adding of form feilds.)
Your Comments: