Questions tagged as 'html'

0
answers

FusionCharts caption problem

IhaveaprojectthatusestheFusionChartstool(Version3.2.1).Ineedtogenerateagraph,butregardlessofthecaptionIuse,italwayscuts,andreplacesitwiththe"..." sequence. I've tried everything, I just do not know if this is a version problem. I even tried to...
asked by 12.07.2016 / 20:22
0
answers

Protection in Ajax request with php

I created a page, where I use the post method with Jquery for another, and return some calculations. Trying to protect, I did the following on the page: INDEX PAGE: PHP <?php session_name('ola'); $secure = false;...
asked by 13.07.2016 / 03:46
1
answer

Use html tag to replace JSF components, when possible

I'm starting the studies with JSF (JavaServer Faces) and writing an xhtml file, I had the following dilemma: Why not use HTML tag replacing some JSF compiler, when possible? Example: use: <label for="nome">Nome</label> inst...
asked by 20.06.2016 / 19:48
1
answer

Ajax Returning all page HTML

I have an ajax request on a customer's site on the product page, which, when selecting the available product size, changes the price, but in ajax return instead of just taking the price it takes all the HTML from the page, ie it loads the entire...
asked by 20.06.2016 / 16:24
1
answer

Gallery of css images in list form (limit and center the images on the screen)

Hello, I have a page where I want to organize the images in the form of lists I think the example will explain better, but the idea is to organize the images of 3 or 4 by line (space) and with margin on the right and left of 5vh! Thanks <se...
asked by 16.07.2016 / 21:53
0
answers

Make a select with options that will be saved and variable!

Good morning, I would like to create a code in which I have a select with several options and when one of them is selected and the user gives the submit, the string of that option is passed to a variable, can you help me? in the case of the code...
asked by 23.06.2016 / 15:01
1
answer

Mirror HTML page with FRAMEs

Good morning Is it possible to control the same html page at two different points using FRAME? I have a form and would like to know if I can input information in it at two different points.     
asked by 24.06.2016 / 21:50
1
answer

How to add a button to add and remove the amount of a product in wordpress?

I'm using woocomerce and wanted the cart widget, which is in the header menu, to have a quantity button (add and remove). Is there a plugin that lets me add this button or some code that allows such a function? I'm using the impreza theme....
asked by 24.06.2016 / 13:53
1
answer

Perform POST with Ajax

I have a String that I need to pass by parameter. However the concatenated variable is interpreted as a new parameter and not a value. Is there a way to pass String by parameter with this character (&)? Thank you in advance. var codhtml...
asked by 14.06.2016 / 22:32
0
answers

How do I create a link to view files on the server?

I have a folder called userFiles in my root. When the admin opens the screen he will see a list containing the user name and a column with the link to view the file that that user has previously uploaded. That is, I want it when ADMIN clicks...
asked by 14.06.2016 / 16:17