PDA

View Full Version : Spaces?


FlyingL0
06-17-2003, 10:25 AM
I have a drop down box with names that has spaces. When you click a item its stored in variable name vendor.

However there are spaces and when i try to call the variable again i lose everything after the space. How can I overcome this? Id like to just print vendor on the page after.

<%=vendor%>

tev
06-17-2003, 02:08 PM
did you have quote's around the value?

value ="vendor something" ?

Angelika
06-17-2003, 02:13 PM
Could you write your code,please.

Angelika
06-17-2003, 02:21 PM
Yes, tev is right. I wanted to check this too.

FlyingL0
06-17-2003, 04:33 PM
got it working thanks