Questions tagged as 'forms'

1
answer

Identify via Windows Forms C # the URL that the user accesses

I have a LAN House and would like to do a graphical search of the sites that my clients access. For this, I need a way to capture the URLs that they type in the browser through a Windows Forms application in C #, has anyone made this solution...
asked by 21.05.2015 / 16:49
2
answers

PHP erase form values if successful

I would like the values of this form to be deleted if the form is submitted successfully, everything is ok (does not delete) if there are any errors but if there are no values continue there, I think it is a logic error. p> <form action=...
asked by 31.07.2014 / 13:09
1
answer

How to make the optgroup access a page

I have a code and I want it to work as follows: I created a list of options within a optgroup and I want it as soon as I click on an option, it goes to the page I want. Example: <optgroup> <option>Opcao1</option...
asked by 13.07.2017 / 01:02
1
answer

Return Values for Dynamic Forms in Delphi

I want to create an unlimited number of instances of frmPai (MDI) that is dynamically created as follows: class procedure TfrmPai.ShowForm; var frmPai: TfrmPai; begin frmPai := TfrmPai.Create(nil); frmPai.Show; end; When I close I ru...
asked by 03.04.2017 / 16:34
0
answers

Problem with Enctype in form

Hello, I have a project being developed in php, everything was done so I hosted the site, when it was hosted I came across a bug that did not happen locally. I have a form file, this page receives a parameter via GET specifying the type of...
asked by 29.11.2016 / 17:06
1
answer

Sketch Component for Xamarin Forms

I would like to know if there is any component for Xamarin Forms that allows me to draw on a photo taken by the device or in the gallery. Here are some examples of what it would look like:     
asked by 18.05.2016 / 16:06
1
answer

How to catch parameter in form with enctype="multipart / form-data"?

I'm having trouble catching the parameters of an HTML form with enctype="multipart / form-data", I can upload an image through the form, but I can not capture text typed in the form. The form looks like this: <form method="post" action="...
asked by 05.04.2016 / 22:58
0
answers

Allowing the transparent background of a web page to pass through the rest of the windows in a webbrowser control

I'm trying to make the transparent background of a page in the webbrowser control remain transparent by allowing the user to see what is beneath that window, ie only HTML elements that are above the transparent background will be visible. Using...
asked by 20.05.2016 / 19:02
1
answer

Assorted Value [] equals checkbox

I made a table with 180 checkboxes but only 3 will be randomly selected by the site visitor. When I click "Next" it will appear OK in the URL of the next page: ....&values[]=18&values[]=19&values[]=110 On the next page h...
asked by 10.04.2016 / 02:10
1
answer

Send without giving Refresh and using onchange [closed]

I want to send without refreshing my page and using on change I am using the code below Form: <form action="" id="ajax_form" method="post" > <input type="text" name="resultado1" size="5" onChange="envia()"> </form>...
asked by 25.04.2016 / 06:38