Questions tagged as 'html'

0
answers

phpmailer with gmail

Hello, I'm trying to send mail with PHP mailer ... But it's giving error ...    Parse error: syntax error, unexpected end of file, expecting variable   (T_VARIABLE) or '$' in   C: \ inetpub \ wwwroot \ Try \ phpmailer \ class.phpmailer.php on...
asked by 21.12.2015 / 17:26
2
answers

Position absolute is not working

I'm trying to create a version of the old site from the record. What I need is to get div read under div last , but they are followed and that is not what you want. Where it says good , in the last topic of the list, it shou...
asked by 06.12.2015 / 13:58
3
answers

Is there an alternative method to window.print ()?

I want to print an iframe, but the print () method does not work because my src attribute contains    Is there a method that allows me to call the browser print window? Update: Here is the error:    Uncaught SecurityError: Blocked...
asked by 04.12.2015 / 19:19
1
answer

Searching for data on multiple pages on a single site

I need to make a database with some product data from a website. Product details (name, value, brand) are public and divided into pages. Each page displays approximately 10 products and their data. I need to create a program that collects this d...
asked by 20.11.2015 / 16:47
0
answers

Appearance of border not reported

var images = $("[data-img]"); images.mouseenter(function() { $(this.dataset.img).css('box-shadow', "inset 0 0 20px black"); }); images.mouseout(function(){ $(this.dataset.img).css('box-shadow', ""); }); h3 { margin-top: -21%;...
asked by 03.12.2015 / 17:57
2
answers

Help with concatenating

I need to pass a variable inside an array of items, a parameter that only accepts string, but when I pass a variable the API does not accept, it says the parameter is incorrect. Better explaining: var userstocreate = [ { username: 'a...
asked by 19.11.2015 / 12:01
0
answers

Countdown using the current time in Javascript [duplicate]

I found this Javascript counter on the internet and I need to configure it as follows: When you give 22 hours it starts counting, the count goes until 15 hours the next day, there the next day 22 hours again , it will start again and s...
asked by 18.11.2015 / 05:44
1
answer

What is the name of this component below? [closed]

Do you have any components ready with primefaces that do what the image illustrates below? I need to do this with JSF and I'm kind of lost. The idea is that yes it is a complete auto, but if it does not find anything I want it t...
asked by 19.11.2015 / 15:33
1
answer

Image opacity with MAP tag

I have this page: link In it, the image has the <area> tags to place a link on each of the shapes. The problem is that the service staff wants you to click on the number 1 for example, the rest is opaque. Do you have...
asked by 18.11.2015 / 18:49
0
answers

Upload header and footer with .load () and make it visible to Google

I'm building a pure HTML website, which has the following structure ConsideringthatIdonothaveaMasterPagelikeinASP.NET,Ineedtoreplicatetheheaderandfootertootherpagesusingthe.load()functionofjQuery,likethis:HTML<divclass="header"> </d...
asked by 12.11.2015 / 13:10