problem w/ comment box |
![]() ![]() |
problem w/ comment box |
Oct 16 2006, 08:54 PM
Post
#1
|
|
![]() ♥ ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,066 Joined: May 2004 Member No: 18,393 |
People can't leave me comments
My coding is as follows: CODE <Div class="talk"> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="5138163" value="5138163" type="hidden"> <textarea name="f_comments"> </textarea><br /><input type="submit" value="BANG!"></form> <style type="text/css"> and so on. I think the problem is the VALUE="MY ID" thing, but I'm not sure. Any help? [: |
|
|
|
| *WHIMSICAL 0NE* |
Oct 16 2006, 08:59 PM
Post
#2
|
|
Guest |
You were right. Try this.
CODE <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="5138163" type="hidden"> <textarea name="f_comments"> </textarea><br /><input type="submit" value="BANG!"></form>
|
|
|
|
Oct 16 2006, 09:07 PM
Post
#3
|
|
![]() ♥ ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,066 Joined: May 2004 Member No: 18,393 |
Aha! Thank you, it works!
|
|
|
|
![]() ![]() |