Help with Truth Box Code..., Truth Box in DIV Layouts |
![]() ![]() |
Help with Truth Box Code..., Truth Box in DIV Layouts |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: May 2008 Member No: 647,055 ![]() |
I've gotten the truthbox code, but I have no idea how to get around the [param]s in the Javascript. I've gotten this far:
CODE <style> body,div,td,span,div,input { font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:11px; } label { font-size:11px;cursor:hand; } a {color:#3b5998;text-decoration:none;} a:visited {color:#3b5998;text-decoration:none;} a:hover{text-decoration:underline;} .inputsubmit {color:white;background:#7f0000;padding:2px 4px 2px 4px;} .inputtext,inputfile,textarea {border:1px solid #cccccc;padding:3px;} </style><div id="main"> <style> body,div,td,span,div,input { font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:11px; } label { font-size:11px;cursor:hand; } a {color:#3b5998;text-decoration:none;} a:visited {color:#3b5998;text-decoration:none;} a:hover{text-decoration:underline;} .inputsubmit {color:white;background:#7f0000;padding:2px 4px 2px 4px;} .inputtext,inputfile,textarea {border:1px solid #cccccc;padding:3px;} </style><div id="main"> <div id="wait" style="display:none;margin:6px;border-bottom:1px solid #cccccc;padding:6px;text-align:center;font-size:12px;">Sending your message...</div> <form id="mainform" method="post" action="http://truthbox.cubaby.com/?target=profile&send=1&message="> <div style="font-weight:bold;font-size:16px;margin-bottom:4px;">What do you really think about me?</div> <div style="font-size:11px;margin-bottom:4px;">Your message is completely anonymous. Nobody will ever find out!</div> <textarea style="padding:6px;width:90%;height:60px;" name="message" id="amessage"></textarea> <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:6px;"> <tr><td> <input type="button" ..="sendmsg()" style="padding:4px;background-color:#cc0000;color:#ffffff;" value="Submit Anonymously"> </td> <td align="right" style="padding-right:12px;font-size:11px;"> <a href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9Nb2R1bGVzL0FwcGxpY2F0aW9ucy9QYWdlcy9DYW52 XMuYXNweD9hcHBJZD0xMDQyMzcmYXBwUGFyYW1zPTM2NzY3MDU4NA==" id="public_truth" target="_new">Read My Public Truths</a> </td> </tr> </table> </form> <div style="padding:10px;margin-top:10px;text-align:center;border-top:1px solid #efefef;"> <a id="mainLink" href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnJvY2t5b3UuY29tL2V2ZW50cy90cmFjay5waHA/ZXZlbnQ9bXlzcGFjZS10Yi1wcm9maWxlLWZpbmQmdXJsPWh0dHAlM0ElMkYlMkZwcm9maWxlLm15c3Bh 2UuY29tJTJGaW5kZXguY2ZtJTNGZnVzZWFjdGlvbiUzRHVzZXIudmlld3Byb2ZpbGUlMjZmcmllbmRpZ UzRDM1NTkwMTU3Mw==" target="_new" style="font-size:14px;">Find out the TRUTH about YOU!</a> </div> It looks EXACTLY like it, but that's the problem. It doesn't really do anything when you click on the "submit anonymously" button... hehe. Myspace doesn't allow the "iframe" codes sooo you can't input them like the original application; also, all of the actions depend on the javascript and I don't know how to get around that... ^~^U Can anyone more experienced help me? I really want to use DIV layouts AND keep my Truth Box!! |
|
|
![]() ![]() |