Questions tagged as 'html'

1
answer

Wordpress problem with template to access the page

I got a template to make a website for me and this is giving me an error that I am not realizing I wanted help This is like an online store where you will have a series of products for sale and when I put the files in localhost I only see...
asked by 13.11.2015 / 23:45
3
answers

"href" attribute for JavaScript links: "#" or "javascript: void (0)"?

Popularly, there are two methods of creating links that execute a function in JavaScript, they are: <a href="#" onclick="myFunction();">Executar JavaScript</a> or <a href="javascript:void(0)" onclick="myFunction();">Exec...
asked by 21.12.2013 / 02:50
1
answer

How to load javascript correctly dynamically

I have two pages called header.html and footer.html. They are included on all pages via javascript. For the header to work properly and the menu open when I hover the mouse I use the bootstrap-hover-dropdown.min.js script, but this menu only wor...
asked by 09.11.2015 / 18:09
0
answers

Flash, javascript and html5 canvas

Hi I made a slider in flash player with the html5 canvas and I published it now I need to put it inside the div of my file but I can not, the screen goes black when I replace the html file made by flash, and I put it in my page . I'm testing on...
asked by 04.11.2015 / 07:05
1
answer

: hover in previous element

I would like to give: hover on the button "2" by changing the effect on button "1" <div class="btn um">1</div> <div class="btn dois">2</div> <div class="btn tres">3</div> example: .um:hover ~ .dois {} (...
asked by 05.07.2016 / 07:32
0
answers

Play running after Pause

Hello, I'm trying to run an mp3 and I'm having a problem, when I click the pause button it executes the command, but then it executes Play, what can it be? PLAYMUSIC.PHP <script type="text/javascript"> $(document).ready(function() {...
asked by 03.12.2015 / 14:07
0
answers

Form Submit Error

I have a form : <form action="/register.php" role="form" method="post" name="novaEmpresa" > <input name="ref" type="hidden" value='<?php echo $ref ?>' /> <label class="lbl">CNPJ d...
asked by 14.12.2015 / 19:33
1
answer

Error with a Jquery and html alert

I'm making an alert with jquery .... the function of it is to show the user the error and depending on the action lead to a next page ... well I already tested it and the error is in jquery because when I put the alert in pure html it appears pe...
asked by 25.10.2015 / 22:48
2
answers

How to get and count images with php?

How can I count and get the image of each of these code elements in php? I can not use a 'multiple' input file because it will not only be these lines, as below, it will be somewhat dynamic, and it may contain other elements (textarea for exampl...
asked by 26.10.2015 / 22:51
0
answers

How to handle iframes in a list?

I'm trying to group a series of YouTube videos in my personal blog, all the videos are inside an iframe tag, for example: <iframe class="YTvideo" allowfullscreen="" frameborder="0" height="344" src="https://www.youtube.com/embed/LeA...
asked by 20.10.2015 / 18:08