Questions tagged as 'html'

1
answer

Upload another html doc instead of the current one using pure Javascript

In facul's work, I'm making an app with several menus, if I'm doing everything in a single html, it's going to be a huge file. So by clicking the options on a particular menu, I'd like to continue running the app with another html document, load...
asked by 22.04.2018 / 21:36
0
answers

AJAX return error

I'm having a problem with Ajax, I have a button that returns html data by AJAX, when I use it on the homepage (home) or categories in this template link the request data comes back correctly when I request the button that calls AJAX but when I...
asked by 23.04.2018 / 16:45
2
answers

Save name and image extension and upload to a specific folder in php and then show in a table

When displaying a query in a table I create these three fields for the user to update to the line that shows the query data: <?php $tabela1 .= '<td> <input type="file" name= "Imagem['.$rows_cursos['Id'].']" value="'.$rows_cursos['I...
asked by 20.02.2018 / 10:05
1
answer

Add point in the numbering of the title and add numbering in the sub-title of the ordered list

I would like to know where I'm going wrong in my css code, as I'm trying to put a dot in the sorted list title, eg: Title And also add subtitle to it: Title 1.1 Subtitle But when I see the test, it is not adding the point in t...
asked by 23.02.2018 / 16:52
2
answers

Update with foreach in the database

I show this data with select and after the user queries you can edit three fields: Image, Treatment and Status . The State field is doing the update correct in the table, but the input type="file" and input type="text"...
asked by 19.02.2018 / 16:18
3
answers

Can I create a dropdown menu within a href?

In case I have a <a> tag, I can add a <ul> tag with <li> to create a dropdown menu <a href="out_denuncia.aspx" id="menuHomeMaster">Denúncia/Sugestão</a> or just the same: <ul class...
asked by 13.03.2018 / 21:04
2
answers

Bug using link with anchors to other pages

I have a certain problem that I do not have the slightest idea how to solve other than using gambiarra to increase the space. My problem is this: I'm trying to use anchors with # to click on a page x go to page y and scroll to the...
asked by 14.03.2018 / 14:27
1
answer

Radiobutton on Repeater?

I need to do an OnCheckedChanged on a RadioButton inside a repeater, but I could not do it the normal way. Is there a way to create an event on a radioButton inside a Repeater? <asp:Repeater ID="rptDiasSemana" runat="server" OnItemDataBound...
asked by 21.03.2018 / 22:22
1
answer

Slide load at run time

I have a site with lots of images, so the first time the user opens the site it takes a long time to load because first load the images that are at the top of the site and then load the rest of the page. I wanted to know how to leave my structur...
asked by 10.02.2018 / 20:33
0
answers

App with HTML, automatic form

Are html apps functional? I'm trying to create one and I have a form where a contact is defined in the calendar, a pre-defined message and when I click the button, this message will automatically be sent to the contact. Can you help me?     
asked by 30.03.2018 / 17:33