Hi - Having trouble passing my hidden variables like names that contain (&) in the hidden variable -
like:
name = trim(request("busname"))
[red]
where busname = Holten, John & Mary
[/red]
Since & is the field separator in asp, Im not quite sure how to convert this data on the .asp side
Is there a way to choose which character I would like to be a field separator?
thanks in advance.
cmcc
like:
name = trim(request("busname"))
[red]
where busname = Holten, John & Mary
[/red]
Since & is the field separator in asp, Im not quite sure how to convert this data on the .asp side
Is there a way to choose which character I would like to be a field separator?
thanks in advance.
cmcc