javascript - Sharepoint URL open on submit button -


i using sharepoint wss (2007) , have custom list, after click submit button have workflow gain url based on inputs fields http post sms gateway. once open / executed sms send user reference number etc.

my problem don't want user manually execute sms http post url in order send sms

so looking following. on sharepoint list on submit button, want add java script following:

1) wait 5 seconds after submit button press(reason workflows need complete)

2) sharepoint list field called " url " value , store it

3) url field contain sms url execute

4) execute/call url in background or in quote mode user not see opening browser or url

5) once open url in background close url session

6) sms sent

please , provide sample code

shabeersa


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -