is there a function in vb to encode a url
using the inet control to request a page with variables but it must be formatted??
Printable View
is there a function in vb to encode a url
using the inet control to request a page with variables but it must be formatted??
If there isn't a function, you can write one yourself. Just trim leading/trailing spaces and replace 'spaces' with a '%20'.
good luck