Questions tagged as 'html'

2
answers

Validating fields when submitting form

How can I validate multiple fields in the form where these fields are created dynamically? Example: <tr align="right"> <td style="font-size: 11px;"><b>Item 1 - Descontos:</b></td> <td><input type="...
asked by 29.04.2015 / 21:18
1
answer

Generate a PDF based on an HTML

I need to generate a PDF in an HTML-based IOS app. I have the HTML code generated in another language and I need to rewrite the code for IOS. Does anyone have any suggestions on what libraries or objects should I use for both? Generate HTML a...
asked by 25.05.2015 / 06:09
2
answers

List items in a dropbox with navbar responsive bootstrap

I am formulating a responsive page with bootstrap, where I have 2 bars: NAVBAR where I have the company logo, and a simple dropbox with the person's name, and with the options change password and exit. MAINBAR where you have the navigat...
asked by 06.04.2015 / 15:45
3
answers

How to solve a Notice: Undefined index?

Starting in PHP and following a tutorial I used the above code and ended up getting this error:    Notice: Undefined index: submit in C: \ wamp \ www \ mezzo-com \ reservas.php on line 3 How to solve it?     
asked by 18.06.2014 / 04:07
0
answers

Problem with Firefox printing [closed]

I have a structure of a system basically like this: <ul id="tabs" class="nav nav-tabs"> <li><a style="border-color: transparent;" data-toggle="tab" onclick="alterarAba(1)" href="#tabs-1" class="aba"><be...
asked by 08.04.2015 / 13:13
1
answer

Use Jekyll paginator with option to list categories

I have two directories in my Jekyll theme, the Blogger folder, and the Projects folder, these folders contain the subfolder ** _ posts * inside. As in the example below: | - My Theme / | | - News and Announcements | | Search Forums | | -...
asked by 21.03.2015 / 23:43
0
answers

Web Pages - Show, assign and search data in an Excel file

I've created a WEB page to work as a FAQ in SharePoint 2010 . But I do not have much knowledge either in SharePoint and neither of HTML and JavaScript . I'm researching to get more knowledge about the topics. On my page I hav...
asked by 23.03.2015 / 13:07
1
answer

How to show select option with jquery?

I have a select box that is like display:none and I want to when clicking a button appears the listing for the user to choose but I can not do it I would like some lights on how to do it. HTML <table border="0" cellspacing="0" cel...
asked by 13.05.2015 / 00:29
1
answer

need script to delete mysql data with php [closed]

People need a php script where I log in and get the user id and where you can change user properties for example: I have a table in mysql with: USER: TEST, POSICAOX: 10, POSICAOY: 10. The script takes id and checks and then changes the dat...
asked by 22.04.2015 / 00:23
3
answers

Link to edit another open window

Next, I have a page that, when you click a button, opens a new window. In this new page I would like to put links that affect the page that generated this window. Does anyone know how to do it?     
asked by 02.03.2015 / 18:56