-
Noddy problem - I'm getting data back from a VB object to an ASP. The data is along the lines of 'Midland Bank'.
When I attempt to populate a text box with this information (ie, if my ASP variable is called 'strBankName', I set the textbox value=<%=strBankName%>) but I only get 'Midland'. It seems to be truncating at the first space.
What the hell is going on?
Please help, release date 5:00 tonight!!!!!
-
Hi jim
use the following
<INPUT type="text name="mytext" value="<%=strBankName%>">
you need the speach marks if the value is more than one word
hope this helps
Ian
-
Hot damn
Hot damn - that worked a treat.
Thanks for that matey - it looks like we'll make 5:00 after all!
-
no worries. A good bit of advice is to put any element value in a tag, withing speach marks