Questions tagged as 'html'

1
answer

IP validation in javascript / html

The user informs the ip in the field and would like to complete the "." .. Anyone have any idea how to mount? <tr > <td align="center" font-size="50"> <font size="5"><i><b>Informe o valor do I...
asked by 03.09.2016 / 00:21
0
answers

Menu drop inside frame over another frame

Hello, how do I make my menu inside one frame go over another frame? I have the following html: <frameset rows="150,*" frameborder="no" border="0" framespacing="0"> <frame name="menu" src="Menu.aspx" noresize scrolling="no" />...
asked by 01.09.2016 / 16:08
0
answers

Modify Li tag symbol in iText PDF generated

A little confusing heading, but the problem is somewhat simple. I'm generating a PDF via iText and I'm using HTML because it's simpler. I'm doing the example below the only problem is that I would like to modify the symbol of the tag &l...
asked by 24.08.2016 / 18:38
0
answers

How to make the browser remember two different passwords (two distinct forms) for the same site (domain)?

I have a web application that, in a conventional way, asks for a username and password to login to the system. This user and password are encapsulated in a form (simplified example): <form id="formLogin"> <input type="text" id=...
asked by 25.08.2016 / 16:35
0
answers

Get select value

How do I get the value of a select in the form, my form is just sending the other fields PHP: <?php // Check for empty fields if(empty($_POST['name']) || empty($_POST['email']) || empty($_POST['message']) || !filter_var($_POST['email'],F...
asked by 21.09.2016 / 22:11
1
answer

Implement Loader while loading page

I would like to better understand a feature commonly used in web systems where you access a page it displays a loader while content is not ready. How to implement this in a PHP system that does some delivery procedures for the front end that...
asked by 27.10.2016 / 16:06
2
answers

Save form attribute without defined name

I'm having a problem with a php script. The name attribute of a page receives a value that is generated by an array. What I need to do is basically generate a table in which each row has a button that serves to delete the same information receiv...
asked by 28.10.2016 / 14:54
0
answers

user-scalable viewport does not work on safari help

Hello, I put a goal on my site, but on safari it does not work. <meta name="viewport" content="width=1100px, user-scalable=0;"> I use this for the screen to adjust, I tested on android, chrome on mozilla, and it works fine, however I...
asked by 13.10.2016 / 18:41
1
answer

set scrollbar position in an iframe

I have a page with a #iframe, and when the page loads, I need the iframe scroll to slide horizontally to the right. I tried several ways but so far nothing. jQuery("#iframe").contents().find("html,body").animate({scrollLeft:100}, 1000);...
asked by 13.10.2016 / 22:08
1
answer

Remove ajax log without refresh

I have a code in ajax to remove rows from a table, but to delete, I have to click the delete button and give an f5 so that the record is deleted in the current code. I tried to do some forms presented in some posts here, but I could not get them...
asked by 30.09.2016 / 22:23