comment box problem, >,< help |
comment box problem, >,< help |
Jan 5 2007, 06:28 PM
Post
#1
|
|
![]() cake or DEATH ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 631 Joined: Sep 2005 Member No: 223,586 |
First of all, here's the code I'm using:
CODE <form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendID" value="14398950" type="hidden"><textarea name="f_comments" cols="35" rows="9" style="border-width: 1px; border-style: solid; border-color: D7E8B4; font-family: arial; font-size: 10px; color: 2F402A; background-color: D7E8B4;" style="overflow:auto;">HI I TOTALLY LOVE MIYASHU, WHAT.</textarea><BR> <input value="yeah baby yeah" style="border-width: 1px; border-style: solid; border-color: D7E8B4; font-family: arial; font-size: 10px; color: 2F402A; background-color: D7E8B4;" type="submit"></form> The problem? Well, my friend said she tries to comment but the submit button only redirects her to her home page. So I tried it myself but it takes me to my home page, too. ..this is probably why I haven't been getting any comments recently X.X'' if anyone could help, it would be amazing, thank you :D. |
|
|
|
![]() |
Jan 5 2007, 07:16 PM
Post
#2
|
|
![]() my michelle. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 792 Joined: Oct 2005 Member No: 267,094 |
^ You didn't put in your Friend ID? Maybe that's why.
|
|
|
|
Jan 5 2007, 07:27 PM
Post
#3
|
|
![]() vengeance. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,058 Joined: Jul 2006 Member No: 437,024 |
^ Yes, she did. That's been happening to a couple of my friends lately.
Maybe its a bug, or something. I'll look at your code one more time though. edit I think I figured it out you have <form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendID" value="14398950" type="hidden"><textarea name="f_comments" cols="35" rows="9" style="border-width: 1px; border-style: solid; border-color: D7E8B4; font-family: arial; font-size: 10px; color: 2F402A; background-color: D7E8B4;" style="overflow:auto;">HI I TOTALLY LOVE MIYASHU, WHAT.</textarea><BR> <input value="yeah baby yeah" style="border-width: 1px; border-style: solid; border-color: D7E8B4; font-family: arial; font-size: 10px; color: 2F402A; background-color: D7E8B4;" type="submit"></form> it should be <form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendID" value="14398950" type="hidden"><textarea name="f_comments" cols="35" rows="9" style="border-width: 1px; border-style: solid; border-color: D7E8B4; font-family: arial; font-size: 10px; color: 2F402A; background-color: D7E8B4;" style="overflow:auto;">HI I TOTALLY LOVE MIYASHU, WHAT.</textarea><BR> <input value="yeah baby yeah" style="border-width: 1px; border-style: solid; border-color: D7E8B4; font-family: arial; font-size: 10px; color: 2F402A; background-color: D7E8B4;" input type="submit"></form> |
|
|
|
Jan 6 2007, 01:22 AM
Post
#4
|
|
![]() cake or DEATH ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 631 Joined: Sep 2005 Member No: 223,586 |
I changed it to that, but I still get the same problem.
Thank you though..! :3 |
|
|
|
![]() ![]() |