Lord
All Mighty
- Joined
- Feb 11, 2011
- Messages
- 15,476
- Reaction score
- 11
- Points
- 31
Okay, some from this forum may find this easy because this message i'm posting is pratically what i want to do:
I want to program this in javascript so that i can post a message in my site and it appears in a similar way as this thread, so that anybofy can read it and post more messages, can somebody help me?
<html>
<head>
<div class="controlbar" style="padding-right:8px">
<fieldset style="border:0px; padding:0px; margin:0px">
<textarea name="message" id="vB_Editor_QR_textarea" rows="10" cols="60" style="width:100%; height:100px" tabindex="1" dir="ltr"></textarea>
</fieldset>
<!--width:540px-->
</div>
<input type="hidden" name="wysiwyg" id="vB_Editor_QR_mode" value="1" />
<input type="hidden" name="styleid" value="0" />
<script type="text/javascript">
<!--
vB_Editor['vB_Editor_QR'] = new vB_Text_Editor('vB_Editor_QR', 1, '32', '1');
var QR_EditorID = 'vB_Editor_QR';
//-->
</script>
</div>
<div style="margin-top:6px">
<input type="hidden" name="fromquickreply" value="1" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken"
value="1309875561-8ccc2a68ef9b34818d1317184786b1994fac3902" /> <input type="hidden" name="do" value="postreply" />
<input type="hidden" name="t" value="358381" id="qr_threadid" />
<input type="hidden" name="p" value="who cares" id="qr_postid" />
<input type="hidden" name="specifiedpost" value="0" id="qr_specifiedpost" />
<input type="hidden" name="parseurl" value="1" />
<input type="hidden" name="loggedinuser" value="94193" />
<input type="submit" class="button" value="Post Message" accesskey="s" title="(Alt + S)" name="sbutton" tabindex="2" id="qr_submit" onclick="clickedelm = this.value" />
</div>
</body>
</html>
I want to program this in javascript so that i can post a message in my site and it appears in a similar way as this thread, so that anybofy can read it and post more messages, can somebody help me?