Comment box doesn't work |
Comment box doesn't work |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Aug 2006 Member No: 458,595 ![]() |
Hi, I'd like to know why my comment box isn't functioning correctly, because I basically did everything I was supposed to do, which was placing my id # where it said "friend ID" in the code. Everything works, people are able to comment on my pictures, send me messages and all of that....except leave me comment in my comment box. Everytime my friends tried to send me a comment, it would say that they made an error and that they have to be my friend in order to do that. So I would basically like to know why all of that is happening.
|
|
|
![]() |
*Azarel* |
![]()
Post
#2
|
Guest ![]() |
Chances are the coding you are using no longer works on myspace.. Here is the coding to the comment box on my page, and it works fine.
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input type="hidden" name="friendID" value="43032755"> <textarea name="f_comments" cols="26" rows="3"></textarea><input type="submit" value="Submit"></form> Replace the first bolded value with your friend ID, and fiddle with the latter two bolded numbers to adjust the size of the comment box. |
|
|
![]() ![]() |