Results 1 to 5 of 5

Thread: HTML & VB6 Question **SOLVED**

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2003
    Location
    Florida
    Posts
    104

    HTML & VB6 Question **SOLVED**

    I am trying to get this HTML:

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">

    into a text box with the proper formatting.


    Private Sub Command3_Click()

    Text9.Text = "<form action=" & "https://www.paypal.com/cgi-bin/webscr" & "method=" & "post" & ">"

    End Sub


    I cannot get "https://www.paypal.com/cgi-bin/webscr" and

    "post" to correctly format using the " "

    Thanks for any help.
    Last edited by rnm89; Aug 7th, 2003 at 07:24 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width