Questions tagged as 'html'

1
answer

HTTP Status 404 - /alfresco/testCMISfromJS.html [closed]

I'm trying to run an HTML file in Alfresco, which I put inside the folder (folderresult) / tomcat / webapps. Then I tried to run link but I get the error: HTTP Status 404 - /alfresco/testCMISfromJS.html type Status report message /alfres...
asked by 27.09.2015 / 13:28
1
answer

Save all PHP results to a single table in HTML

In my host it has an index.html with a form that is linked to a login.php that takes the results that the user typed and saved in an HTML table in the root of the site. The problem is that a table is created for each user and I want the data of...
asked by 25.09.2015 / 23:53
1
answer

CSS and JS do not render on mobile devices

My rels links does not open on mobile devices, like css js and images does anyone know what can be happening? <link rel="stylesheet" href="<?php echo BASE_CSS_SITE; ?>/bootstrap.min.css"/> <link rel="stylesheet" href="<?php...
asked by 25.09.2015 / 20:01
1
answer

carousel radio buttons

I'm using the owl-carousel 2.0.0 plugin, to make a carousel of product packaging images that are selectable, via an input radio, only one carton should be selected, the structure of this carousel is as follows, container is a <label>...
asked by 23.09.2015 / 17:09
0
answers

Perform conditional testing on Jquery?

I'm doing a page and need to be updated constantly, but only when the value of an external page that I called with the Jquery.get () function is different from what is already contained in the file, follows my jquery code. .. $(document).ready...
asked by 01.11.2015 / 06:54
2
answers

Change background with js

Well, I have a demo image link When a user clicks on one, the background of the body will change according to what he has chosen. But in this case the background is an image that matches those colors. How can I do this?     
asked by 01.11.2015 / 17:59
0
answers

Phpstorm, php interpreter is not configured - wrong folder!

, I put the html file in the same folder as php , in the right folder of my MAMP (which I think is htdocs, LookingaturlmoredeeplyIidentifiedthattheMAMPdirectory,whichshouldbehttp://localhost:8888/html5+php/fusao.php?valor...
asked by 01.10.2015 / 07:46
1
answer

Organizing issues for on-screen viewing

Good evening. I have a String attribute that receives a question coming directly from a textArea. My problem is that I can not leave the questions at the time of displaying the same as registering them. Ex: Register a question like this:...
asked by 23.10.2015 / 04:41
0
answers

Adding selected="selected" in the input

I have a loop in js with <select> and <option> , I need to set selected to <option> , but since it is in the loop I can not add directly to this <option> , have any suggestions or tip? Fo...
asked by 25.10.2015 / 02:04
1
answer

How to use input radio with input hidden

I want to record two fields of a table simultaneously, it would be the field "gale_photos" and "gale_status" and I'm using the code below, but it only writes the "gale_status" field to No. How do I enter the SIM in the "gale_status" field whe...
asked by 23.10.2015 / 22:25