Posts by Vinicius • 425 points
7 posts
-
19
votes4
answers9578
viewsQ: What is the modern alternative to framesets?
I know that the frame that used to load some pages in a single one is no longer used, in the internet there is a vast content saying that this is obsolete. But what would be the ideal alternative to…
-
9
votes3
answers26625
viewsQ: Simple comparison between dates
I need a simple comparison between javascript dates the end date cannot be less than the start date. I found some scripts on the internet and tried to adapt to mine, but since I know practically…
javascriptasked Vinicius 425 -
0
votes1
answer3192
viewsQ: Change radio button properties from select
Dear(s) I see myself in the following situation in which I cannot imagine a solution: We have a selection field in html containing some Brazilian states and the Federal District, when choosing an…
-
2
votes2
answers730
viewsQ: Multiply select by radiobutton
We have a radio button with three different values and a select box with several different values, as I could do to multiply the radiobutton checked with the value of the select box and put the…
javascriptasked Vinicius 425 -
9
votes1
answer666
viewsQ: Multi-step form, losing values of variables when page changes
We have three PHP pages with html form. In the first page we have the fields showing the values of the variables and the fields Hidden containing the values of the variables like this: <input…
-
1
votes1
answer3276
viewsQ: How to check radio button option and show corresponding HTML table
Situation: We have three tables in the same form the first contains the radio button: <td> <input required="required" value="Evento" name="tipo" id="evento" type="radio"> <label…
-
1
votes2
answers2621
viewsQ: Javascript activating form action
Situation: You have the form and one of the options I want is that it gives a result of the sum of variables automatically by clicking a button or it can be without clicking, only the user just…