|
-
Aug 6th, 2003, 08:48 PM
#1
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|