Search found 3 matches

by TracyC
Wed Dec 20, 2017 1:33 am
Forum: Questions & Answers
Topic: Submit button to execute .Net VB program
Replies: 4
Views: 7999

Re: Submit button to execute .Net VB program

Yes, there's sensitive data that I don't want to be seen in the URL. I do want to do a post, so I think the prim_web.httpRequest looks like it'll work for me. Thank you!
by TracyC
Tue Dec 19, 2017 1:46 am
Forum: Questions & Answers
Topic: Submit button to execute .Net VB program
Replies: 4
Views: 7999

Re: Submit button to execute .Net VB program

Thank you for your response. I would need to encrypt (at least some of) the data before adding it to the URL and decrypt it in the .Net program. I was hoping not to have to do that. Are there alternative(s) for getting the data to the .Net program from my reusable part?
by TracyC
Fri Dec 15, 2017 4:38 am
Forum: Questions & Answers
Topic: Submit button to execute .Net VB program
Replies: 4
Views: 7999

Submit button to execute .Net VB program

In one of our WAMs I have a Submit button defined on the page as:
<input onclick="{$SBMJS}" id="EFSUBMIT"
style="color: white; background-color: DarkBlue; height: 21px;"
type="submit" usemap=" " value="Submit" />

In that Wam’s rdmlx code #SBMJS is set like the following in order to execute a .Net ...