HELP, Html and Php coding??? Please Explain?

bdogg

New member
Can someone Please explain in detail what each component of this code is and how i can change it and what i can change with it?

It's a myspace comment box, that when clicked "submit" records whats typed in a textbox then it goes to the myspace post comment url with the written text, just awaiting confirmation, can i change this so instead of going to the comment url it goes to the myspace messaging url?

<div style="text-align: left; width: 100%; height: 100%; visibility: visible;">
<form action="/index.cfm?fuseaction=user.viewP... method="post"><input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /><input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /><input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="" /><textarea name="ctl00$ctl00$cpMain$UserWriteCommen... style="width: 305px; height: 80px; font-size: 15px; font color: red; font-family: Arial Black; text-align: left; background-image: url('URL OF BACKGROUND IMAGE'); border-style: solid;"></textarea>
<input type="submit" name="ctl00$cpMain$UserWriteCommentsCont... value="Submit Anonymously" style="font-size: 15px; font-family: Verdana; border-style: solid;" /></form></div>
 
Back
Top