Questions tagged as 'html'

3
answers

Change height with javascript

Good afternoon! Next, I have a div.minhaDiv with a height: 580px; and I want it to click on a button height of that div.minhaDiv increase to 1600px . When it is with height: 1600px I want it to clic...
asked by 01.10.2015 / 23:00
1
answer

Submit data from an input box using the enter key?

I want the value to be inserted into the HTML page using jQuery by pressing Enter . The code below is input simple HTML: <!doctype html> <html> <head> <title>Somar Arrays</title> </head>...
asked by 02.10.2015 / 23:30
1
answer

Search for image in HTML

In a form, I'll perform an image search on Bing (in the background) like this: titulo.Text = "sou doador" string minhaBusca = titulo.Text + " app"; minhaBusca = "http://www.bing.com/images/search?q=" + minhaBusca; Then I want to get the...
asked by 20.09.2015 / 17:08
1
answer

Required checkbox with javascript to click on link

Good evening everyone! I'm making a website for a college job, and what I want to do is this: I have a simple HTML menu whose options are "Profile View", "Edit Profile" and "Remove Profile". In the latter, there is a checkbox saying that the...
asked by 31.10.2015 / 03:45
1
answer

unlink () How to Delete only one file from the file

I'm having difficulty erasing a file from the file, when I pass a "GET", it deletes all files from the file do I have to pass some variable to identify the file name? <?php if(isset($_SERVER['REQUEST_METHOD']) AND $_SERVER['REQUEST_METH...
asked by 25.09.2015 / 20:41
2
answers

Resource Enhancement in Javascript

I have an Asp.Net MVC project where I use resource, but I'm having problems with accenting other special characters. Home Example: I have the following Resource: Name | Value MSG_SESSAO_EXPIRADA | *Sessão expirada!...
asked by 24.08.2015 / 19:54
1
answer

How to send select element by email?

I have a contact form that uses JS to validate and PHP to send, works very well with input text and related, I would implement the select on it. I'm going to pass my codes here, I fear it will be very extensive: Form: <fo...
asked by 23.08.2015 / 03:29
1
answer

Icons do not stay on the same line

Good morning. I have two icons inside a table and I need them to be on the same line. When the page loads they are aligned: ButwhenInavigatetoanothertabandreturntothistab,theiconslooklikethis: Followmycode:<tdstyle="width:10%; max-height:...
asked by 05.09.2015 / 16:59
1
answer

Separate Styles in the Three Column Division

I am currently doing the Prototype of an Interface where it will have the page divided into 3 sections: 1) A side column on the left side with width:25%; where the user form will be. 2) A column in the center with width:50% w...
asked by 18.08.2015 / 13:57
1
answer

Error registered the JDBC driver [oracle.jdbc.driver.OracleDriver] but failed to unregister

I am making a JavaWeb system using jsp that is in this topic: Doubt in query database, error in query , and in a query with the database, I came across a driver error that is Right below. I use the netbeans IDE with server gl...
asked by 21.08.2015 / 20:59