|
wizard_oz -> function as ASP file (11/30/2004 4:04:26)
|
Hey, I need to call to a function with 2 vars, for EXAMPLE: function pic_count(pic_id,pic_start,pic_end) { if (pic_id>pic_end) pic_id=pic_end+1 end if } and I'm, calling to the function : if product=1 then pic_count(pic_id,2,7); end if I'm taking the pic_id from another file like: dim pic_id set pic_id=Request.QueryString("pic_id") Is that right? Thanks, ilan
|
|
|
|