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="...
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...
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...
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?
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...
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
| | -...
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...
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...
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...
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?