Questions tagged as 'html'

1
answer

Create form for Wix site calculation

I'm having trouble creating a code to use on my WIX site. I would like the site to present 4 fields for the user to complete: v1, v2, v3 and v4, where v4 is currency. A fifth field would display the value of the following account: v1/100 * v2...
asked by 01.03.2017 / 11:47
1
answer

Divs piling up

I'm trying to make a grid with 4 divs of 25% width, but they are not setting off correctly, who can save me? I've wasted hours on this! HTML PART:                     Buy your credit card certificate now and send it today! *               ...
asked by 28.02.2017 / 23:44
1
answer

Check multiple Radio type input in one simulation

Well, I'm creating a website and I need to validate the input radio fields. I thought about using JS, but it did not work. As said in the topic, there are several fields that I need to validate. follow the code that I have to validate: <...
asked by 16.03.2017 / 06:12
1
answer

Scrolling is not working

I'm having a problem with a site I'm creating, the scrolling effect I've made in Js is not working correctly, I put a console.log () to see if the event is at least running, and that's the only problem is that the scroll does not happen. If you...
asked by 23.02.2017 / 16:43
1
answer

If Load javascript

I have a following script. There are two checkboxes that will work like two radios buttons, what happens to me, when I click on a checkbox it disables all the questions of the form and also disables the checkbox that was not selected, and when I...
asked by 07.03.2017 / 14:37
1
answer

setar background color of radio button via javascript

I'm learning php and tried something I do in ASP.NET but it's not rolling. I have a page that receives values from a previous page via _GET. In it I have input of the radio type that I want, that when clicking on a submit, the selected radio tur...
asked by 03.03.2017 / 20:58
0
answers

MaterializeCSS and conflicts with jQuery

I'm having a problem here using the Materialize CSS and two versions of jQuery. I'm doing a onepage site, and I put the smooth scrolling effect (I got this site here >     
asked by 17.02.2017 / 01:23
0
answers

Installation of Design Material

I'm trying to make a project using Material Design I have NPM installed but, I'm not able to install. I enter the project folder and the terminal digit: npm install --save material-components-web The following messages appear: + mate...
asked by 10.03.2018 / 12:53
1
answer

Wordpress Template OnePage but also paginated

I'm developing a wordpress template, and it has the following dynamics, it's a one page site, or it's anchored. In the menu I call the pages that are anchored to the one page, but in the menu I also call paginas that are paginated, these I progr...
asked by 14.02.2017 / 12:49
2
answers

Close an Iframe from within 2 ASPX Iframes

I need help to reload an iframe from within 2 iframes, already tried parent.document, response.redirect, but what I request does not occur. If I use response.redirect (url), iframe1 is reloaded inside Iframe 3. If I try to use parent.docum...
asked by 13.02.2017 / 16:30