|
-
Mar 17th, 2004, 04:51 PM
#1
Help Needed
i have a function that i call as follows :
writeComboItem("'<img src=flags/MY.gif>',' MY',' MY'","#7D7DFF","Sample1147","MY","MY","Sample1");
the start of the function looks like this
function writeComboItem(ComboArray,TRbg,TRid,TRval,val2Store,cboName) {
var arrComboArray = new Array(ComboArray)
how can i feed in the array to the function? currently it doesn't work and just treets it as a single string
Thanks Kris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|