Hi, would like to know what is the easier way to write this html code https://www.paypal.com/us/cgi-bin/we...pulate_outside
by changing some value with textboexs values?

thx

Dim writer As IO.TextWriter = New IO.StreamWriter("\paynow.html")
writer.WriteLine("<html></html>")


writer.Close()