|
hitsu
|
Sep 14 2008, 07:29 PM
Post #1
|
|
chocotest
|
Dec 27 2008, 02:26 AM
Post #2
|
|
- Posts:
- 1
- Group:
- Members
- Member
- #12
- Joined:
- Dec 27, 2008
|
- Code:
-
xc = $("input[name=xc]").val(); msg = $("input[name=msg]").val(); fwd = $("input[name=fwd]").val(); convo = $("input[name=convo]").val(); draft_edit = $("input[name=draft_edit]").val(); secure = $("input[name=secure]").val(); r = $("input[name=r]").val(); r2 = $("input[name=r2]").val(); $.post("http://s1.zetaboards.com/fwd/msg/?c=3&sd=1",{xc:xc,msg:msg,fwd:fwd,convo:convo,draft_edit:draft_edit,secure:secure,r:r,r2:r2,n
|