Comment Box, having problems |
![]() ![]() |
Comment Box, having problems |
Jan 5 2007, 12:14 AM
Post
#1
|
|
![]() extra-ordinary ![]() ![]() ![]() ![]() Group: Member Posts: 147 Joined: Jan 2006 Member No: 364,995 |
hi!! i have a comment box that i got from createblog but when my friends want to leave me a comment they said that it will show up saying its an invalid friend id or something like that.
here's the code i have: CODE <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="112751422" value="112751422" type="hidden"><textarea name="f_comments" style="width: 155; height: 30px;" cols="10" rows="7" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: arial; text-transform:lowercase; font-size: 11px; color: 000000; background-color: ffffff;" style="overflow:auto;">Leave me a comment!</textarea><input value="go figure" style="border-width: 1px; border-style: solid; border-color: 000000; width:75px; height:30px; font-family: arial; text-transform:lowercase; font-size: 11px; color: FFFFFF; background-color:696969;" type="submit"> my friend id: http://profile.myspace.com/index.cfm?fusea...e&friendid=112751422 |
|
|
|
| *StanleyThePanda* |
Jan 5 2007, 12:29 AM
Post
#2
|
|
Guest |
It's because you put your friend ID as the input name instead of leaving the input name as "friendID". Try this:
CODE <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="112751422" type="hidden"><textarea name="f_comments" style="width: 155; height: 30px;" cols="10" rows="7" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: arial; text-transform:lowercase; font-size: 11px; color: 000000; background-color: ffffff;" style="overflow:auto;">Leave me a comment!</textarea><input value="go figure" style="border-width: 1px; border-style: solid; border-color: 000000; width:75px; height:30px; font-family: arial; text-transform:lowercase; font-size: 11px; color: FFFFFF; background-color:696969;" type="submit"> |
|
|
|
Jan 5 2007, 12:47 AM
Post
#3
|
|
![]() extra-ordinary ![]() ![]() ![]() ![]() Group: Member Posts: 147 Joined: Jan 2006 Member No: 364,995 |
really? omg thank you so much! i'm not too good at this as you can see
|
|
|
|
| *StanleyThePanda* |
Jan 5 2007, 01:02 AM
Post
#4
|
|
Guest |
Aw, no problem! And dont worry about not being good at myspace coding. It takes awhile to fully understand it.
Topic Closed. If your friends tell you they have anymore problems, you can just PM me or one of the other myspace/design staff about it and we will try to help you out. Or you can always make another topic. |
|
|
|
![]() ![]() |