Posts by Bruno Leite • 101 points
4 posts
-
0
votes1
answer38
viewsA: Doubt when obtaining the value of a radioGroup to send in an email
Lucas does not program in the language you are using but the logic is as follows For each rb in rbgroup 'se foi selecionado if rb.value=true then msgbox (rb.text) end if next…
-
0
votes1
answer360
viewsQ: WEBSERVICE ASP.NET Method not found
I have a problem in a webservice that I created and I tried several adjustment options and could not solve. I have the list of Methods available according to the image below When I select the VAPS…
-
0
votes2
answers478
viewsA: Div for Name and Email Registration
Thank you personally for your reply I found a very simple way to do this procedure in: https://stackoverflow.com/questions/17636528/how-do-i-load-an-html-page-in-a-div-using-javascript Just load the…
-
0
votes2
answers478
viewsQ: Div for Name and Email Registration
I am developing a site using HTML so far without problems, what I need to do is to register the NAME and EMAIL of the visitor of the site. For this I created a form in ASP.NET that performs the…