![]() |
Custom Search Fields |
Post Reply ![]() |
Page <12 |
Author | |
p00pstar ![]() Newbie ![]() ![]() Joined: 17-March-2007 Location: Romania Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
function AddSF(tmpSFID,tmpSFName,tmpSVID,tmpSValue,tmpSOrder) { if (tmpSValue!="") { var i=0; var found=0; SFCount++; SFID[SFCount]=tmpSFID; SFNAME[SFCount]=tmpSFName; SFVID[SFCount]=tmpSVID; SFVALUE[SFCount]=tmpSValue; SFVORDER[SFCount]=tmpSOrder; CreateTable(); } } Put it like this and pay attention to the { } blocks, maybe that's why it didn't work...
|
|
www.dotdesignmedia.ro // web application development
|
|
![]() |
|
lhuggins ![]() Newbie ![]() Joined: 09-January-2012 Status: Offline Points: 4 |
![]() ![]() ![]() ![]() ![]() |
I really appreciate your work in this, it is a MAJOR issue with our business. I tried again and still the same results, when I put a different value in a search field the old value is replaced, below is a copy of the code (I copied and pasted what you provided).
function AddSF(tmpSFID,tmpSFName,tmpSVID,tmpSValue,tmpSOrder) { if (tmpSValue!="") { var i=0; var found=0; SFCount++; SFID[SFCount]=tmpSFID; SFNAME[SFCount]=tmpSFName; SFVID[SFCount]=tmpSVID; SFVALUE[SFCount]=tmpSValue; SFVORDER[SFCount]=tmpSOrder; CreateTable(); } } |
|
![]() |
Post Reply ![]() |
Page <12 |
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |