How to Make Easy Myspace Bulletin Submit Button
29 March 2007
This myspace bulletin submit button code is to make submit to bulletin easier, so when people click on it, it will go directly to their bulletin. It’s good for asking people to promote your stuff in myspace. For your info, the person who click this button, should have already login into myspace before he hit this button. Well, here it is the code:
Note: you should edit the red part
<form name=”bulletinForm” action=”http://bulletin.myspace.com/index.cfm?fuseaction=bulletin.confirm” target=”_blank” method=”POST”>
<input type=”hidden” name=”groupID” value=”0″>
<span class=”hidethem”>
<input type=”hidden” name=”subject” value=”BULLETIN SUBJECT” size=”1″ maxlength=”50″>
<textarea name=”body” type=”hidden” style=”width: 0px; height: 0px;”>
BULLETIN BODY
</textarea>
</span>
<input type=”submit” value=”BUTTON TEXT” name=”submit”>
The result:










