- This topic has 2 replies, 2 voices, and was last updated 16 years, 6 months ago by .
-
Topic
-
I am trying to send a page via httppost. My web guy gave me the following info:
Here’s are the fields you’ll need to post
action=”SendPage”
pagerENGINE=”A”
PagerCo=”MET”
SendPage=”true”
To=”<10 digit pager number>“
From=”
“ Contents=”
“ The values for the first 4 fields will always be the same (unless you page out to a non-standard pager).
You’ll post to this URL:
http://web.ourhosp.org/mblank.cfm?xyzpdqabc=0&id=3132 Here’s a sample form for you to look at:
Can any of you tell me what the syntax would be for the httppost command in tcl?
I’ve tried the following:
httppost {{URL
http://web.ourhosp.org/mblank.cfm?xyzpdqabc=0&id=3132 } {DATA “action=SendPage pagerENGINE=A PagerCo=MET SendPage=true To=2061111111 From=Me Contents=This is a test page”} {TIMEOUT 5} {DEBUG 1}}
- The forum ‘Cloverleaf’ is closed to new topics and replies.