H
hals_left
I have the following code to try and include line breaks in data being
passed ms word from a webpage. the problem is that because the
automation is done on the client, the line breaks are rendering in the
html giving scripts errors.
any ideas?
thanks
hals_left
' COM
Function AddressLabel()
AddressLabel=address1 & vbCrLF & address2
End Function
' ASP / Client-side VBScript
objRange.Find.Replacement.Text = "<%=objCustomer.AddressLabel%>"
passed ms word from a webpage. the problem is that because the
automation is done on the client, the line breaks are rendering in the
html giving scripts errors.
any ideas?
thanks
hals_left
' COM
Function AddressLabel()
AddressLabel=address1 & vbCrLF & address2
End Function
' ASP / Client-side VBScript
objRange.Find.Replacement.Text = "<%=objCustomer.AddressLabel%>"