Questions tagged as 'html'

1
answer

How to link a link to an object? Servlet

I have a servlet solution, I have a form written in html, save the data in a database, I get this data and I have an html table, in this table it has the attributes of the person object, one of the values of these columns is a link, when the use...
asked by 26.09.2015 / 03:52
1
answer

input data freestanding javascript

I created a registration page so that the java function would be coupled to the "/" symbol. example typing 20 the java docked "/" = > 20 / entering 2 more digits = > 20/12 / filtering to the default date 20/13/2017. but after typing the mo...
asked by 03.03.2017 / 18:04
1
answer

DIV Simply Fading?

I was setting up a website for a minecraft server. But I came across something very strange. I use Brackets to create HTML pages, and so I use the live preview tool. By putting a button in HTML and modifying it in CSS, everything was ok in the l...
asked by 11.04.2016 / 02:45
1
answer

Html does not render radio button value

I need to get the value of input radius inside a modal bootstrap , but it does not render the value looks like this: Iusedthisexampleofradios:<divid="itemList"> <input type="radio" value ="1" class="overWrite" name="ove...
asked by 04.04.2016 / 02:34
2
answers

How to execute method by clicking a button type [duplicate]

Hello, I'm making an application that can recover the user's password and send the password to the suport team's email. For this I have a page .aspx that has html code and I have in class recoverpassword a method that I called...
asked by 13.04.2016 / 13:41
1
answer

Change content according to select option

Someone could help me in how I can change the information that is in blue in the image below, according to select selection (monthly, quarterly, semiannual and annual). I need to change the value of the product and the button link:...
asked by 05.07.2017 / 17:09
2
answers

Place a url inside option select

How to put a url inside a select's option? When the user selects the select option it would already redirect to url within the option. The way I tried the url is concatenated with the previous one and the link is broken.     
asked by 11.10.2016 / 16:01
2
answers

Display home page, inside a folder on my site

I have a website, where I created some pages in html inside a folder, how can I specify the home page , once user accesses the folder and the chosen page open automatically? I tried by nomenclature index.html inside the folder, it did not wor...
asked by 23.07.2015 / 14:29
1
answer

Environment for running HTML and PHP outside the Browser

Some years ago I found software that provided an environment for running HTML + PHP + Javascript applications outside the browser. For example, it was possible to develop an application in these languages (I supported, in addition to PHP, Ruby a...
asked by 26.07.2015 / 01:28
1
answer

CSHTML with tabs is leaving a horizontal line at the bottom of the page

I have a page with 4 tabs. It's working. I happen to have a div for each tab. The end of the tab and beginning of the other looks like this: ..... </div> </form> </div> <div id=tabs-2> ..... At the end of div before...
asked by 26.06.2014 / 14:34