Thread: value format
View Single Post
  #2 (permalink)  
Old 11-07-04, 01:26 AM
moronovich moronovich is offline
Junior Code Guru
 
Join Date: Oct 2004
Posts: 460
Thanks: 0
Thanked 0 Times in 0 Posts
hello franches,
your way:
PHP Code:

<option value="<? echo $rsTable['ActId'];?>,<? echo $rsTable['ActDate'];?>">&nbsp;&nbsp;<?echo AppendSpace($rsTable["ActId"],8)?>&nbsp;<? echo AppendSpace($rsTable["ActDate"],12)?>

is not common since you use double identifiers for single option. since the option derives from the same row, you can just set the value into the ActId and then check it using your "VwRc_onchange()"
__________________
just an ignorant noob with moronic solution...
Reply With Quote