Questions tagged as 'html'

2
answers

View .HTML with VRaptor. It's possible?

I'm a Systems Analysis and Development student and I love programming, I've studied the basics of Java and I'm working on frameworks just to get a feel for it. How do I return an HTML page in a controller with VRptor instead of JSP. I'm d...
asked by 21.01.2015 / 17:36
1
answer

Possible bug input number in firefox

I was developing a calculation where I used a number field and a text field, where in the number field the user would enter the quantity of an item and the text field would give the value of the item calculated. In some tests performed, when the...
asked by 06.01.2015 / 13:27
1
answer

Pass HTML element into Jade variable

Below I have a call from an include for an "alert", I would like to know if it is possible inside the message variable not to pass pure HTML () but rather a # # call Well done! - Jade processor. - var type = 'success' - var message = '<stro...
asked by 19.10.2014 / 16:28
1
answer

Yield does not return data

When executing the method call, an Enumerable of HTML components should be returned. I'm using the HTML Agility Pack to read an HTML file. The same method works as expected by removing yield and manually adding to a list HtmlNo...
asked by 02.11.2014 / 01:51
1
answer

How do I import data from a spreadsheet in excel (csv) into an HTML table?

Hello, I'm making a website, which contains a table, but the data in this table needs to be imported from an excel sheet that I have saved here on my machine. Can anyone help me? If possible, I would like to use pure javascript     
asked by 21.02.2018 / 18:34
1
answer

Make responsive iframe content (Google DFP)

So, I have a somewhat complex problem. Knowing that it is not possible to CSS style the content of a <iframe> , I do not know any other way to achieve the desired goal. I even tried with JavaScript, but nothing worked, some tests I h...
asked by 16.03.2018 / 18:22
1
answer

Problem generating javascript graph using Spring

I'm implementing graphics in a web application I'm developing in Spring. I have already done my API, is bringing Json with all the information of my Cart object, but the graph is not being generated in the html page. Can someone help me solve th...
asked by 21.07.2018 / 22:00
1
answer

Custom password window for the same page

I want to put a password on the page when it is accessed (simple), in a window (type alert) with password that appears before loading the page, I wanted this custom "alert" just like a modal or any custom window ... Very simple even people ar...
asked by 18.08.2018 / 15:29
1
answer

Problem with jQuery mouseleave function to trigger popup

I'm using the mouseleave function to open a popup when the user moves the mouse out of the site. This is the code: jQuery('body').mouseleave(function() { if (!jQuery('body').hasClass('leave-on') && localStorage.ge...
asked by 21.07.2018 / 04:39
1
answer

Add path to fileField when clicking image with YII framework

I'm trying to make a fileField schema of the YII framework for when a user clicks on the image that is on the screen, the name of the image clicked will appear in the span and the value of the model in the fileField will receive the image. But I...
asked by 16.05.2018 / 15:12