Help with Div Overlay comment box |
Help with Div Overlay comment box |
Oct 2 2008, 01:06 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Feb 2007 Member No: 500,479 |
Hi there. I am trying to set up my first Div overlay layout and have everything working except for one thing... The layout is a halloween layout and I believe you are supposed to be able to type comments in this little pumpkin text box. Underneath the text box, there is a "submit" box which I am assuming should actually submit the comment and bring you to the confirm comment screen on myspace? I figured out the link to leave comments, however, when I click submit, it just brings me to the screen where you can type a comment instead of the confirm comment screen so I am forced to re-type my comment. Is that how this is supposed to work? I pasted the section of code for the comment box below. CODE <div class="commentbox2">
<center> <form method="post" action="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=3726951&MyToken=c20bd03d-7fde-433c-9aef-90a94212115et"> <input name="3726951" value="3726951" type="hidden" /> <textarea name="f_comments" class="commentbox" cols="12" rows="7" style="width:145px; height:80px; border-width: 0px; border-style: solid; border-color: ffffff; font-family: verdana; font-size: 9px; color:000000; background-color:transparent; overflow: auto;">boo! i love you!</textarea><br /> <input name="submit" type="submit" class="commentbox" style="border-width: 1px; border-style: solid; border-color: ffffff; font-family: verdana; font-size: 9px; color:000000; background-color: transparent;" value="submit" /> |
|
|
|
![]() |
Oct 3 2008, 08:55 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Try this:
CODE <div class="commentbox2"> <center> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input name="3726951" value="3726951" type="hidden" /> <textarea name="f_comments" class="commentbox" cols="12" rows="7" style="width:145px; height:80px; border-width: 0px; border-style:solid; border-color:ffffff; font-family: verdana; font-size: 9px; color:000000; background-color:transparent; overflow: auto;">boo! i love you!</textarea><br /> <input name="submit" type="submit" class="commentbox" style="border-width: 1px; border-style: solid; border-color: ffffff; font-family: verdana; font-size: 9px; color:000000; background-color: transparent;" value="submit" /> Your codes were right. The link was just wrong. That should work. |
|
|
|
Oct 4 2008, 09:48 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Feb 2007 Member No: 500,479 |
Try this: CODE <div class="commentbox2"> <center> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input name="3726951" value="3726951" type="hidden" /> <textarea name="f_comments" class="commentbox" cols="12" rows="7" style="width:145px; height:80px; border-width: 0px; border-style:solid; border-color:ffffff; font-family: verdana; font-size: 9px; color:000000; background-color:transparent; overflow: auto;">boo! i love you!</textarea><br /> <input name="submit" type="submit" class="commentbox" style="border-width: 1px; border-style: solid; border-color: ffffff; font-family: verdana; font-size: 9px; color:000000; background-color: transparent;" value="submit" /> Your codes were right. The link was just wrong. That should work. When I change it to the link you posted, it tells me that I have an invalid User ID when I click submit :/ |
|
|
|
SGlasney Help with Div Overlay comment box Oct 2 2008, 01:06 PM
temptedeli This is what i usually use, and it works for me, s... Oct 2 2008, 05:24 PM
fixtatik look for this part of your code:
CODE<input na... Oct 4 2008, 10:39 AM
SGlasney QUOTE(fixtatik @ Oct 4 2008, 11:39 AM) lo... Oct 4 2008, 11:05 AM
schizo Topic closed and moved to Resolved. Oct 4 2008, 04:17 PM![]() ![]() |