Questions tagged as 'html'

1
answer

JavaScript Error in Chekar asp: CheckBox

Good morning. I have the following code: HTML: <asp:CheckBox ID="ckPergunta" runat="server" onchange='SelectChoices(this);' /> JavaScript: <script type="text/javascript"> SelectChoices(); function SelectChoices() {...
asked by 26.11.2015 / 13:46
0
answers

Return content to client application with header defined

I have an application that returns PHP JSON content to an HTML page, however I do this without setting header , such as header('Content-Type: application/json'); , ie in the application it does not have this declaration. It works...
asked by 11.10.2015 / 00:20
0
answers

Script does not continue execution

I am making a script that collects student data that is displayed only on an HTML page. Tags are not identified by id , and I had to collapse everything in a very poor way (searching for the <strong> tag for example). However, a...
asked by 29.11.2015 / 17:54
0
answers

IIS prevents loading some javascript and style

I have an HTML page that I'm doing some testing. Without IIS, it works normally, but when I call through IIS, it starts the problems: 1) The General style goes up (% with%), but when I put a style in an element, like button ( viewer.css...
asked by 28.10.2015 / 10:12
0
answers

Horizontal scrolling using Swipe, Touch or Drag

I have 4 tables of information, and I would like to do a swipeleft or right , the same in order to change to the next table or above. Example: link My current HTML and CSS code: link Explanation of fiddle : It shows...
asked by 27.10.2015 / 15:41
2
answers

Add additional column in line

I have a Slider in my project where I have a large image displaying the image of the current slider, and soon after its right side, a column that contains several miniatures in the form of squares with the slide switching function, as you can se...
asked by 25.09.2015 / 22:47
0
answers

NetworkError: 500 Internal Server Error

I have a code that forms the user's profile screen. On the side of the name it has the edit option, which when clicked opens an inline edit ( form-x-editable.html ). Even in that part it is working normally, but clicking to save it gives the err...
asked by 25.09.2015 / 14:36
1
answer

Loop with AngularJS data

I would like to make a frame with AngularJS data Populatingthedataviajsonlikethis: Example:date="" 01/01/2015 "but, the will only be shown the day The table is looped <div ng-app="myApp" ng-controller="myCtrl"> <table clas...
asked by 15.11.2015 / 03:03
0
answers

css menu does not work when entering through Google, but usually works via URL

This problem happens on mobile devices. It is a bit strange, but when you access the site through the URL, the menu works normally, that is, when you click on the 3 horizontal bars, the menu appears. But when I go on google, I do the research an...
asked by 25.11.2015 / 16:01
1
answer

Difficulty loading oracle data with js function (jquery and ajax)

This is my scenario: I have two pages (A and B). In B I load a variable with data coming from Oracle. In B I also set up my table which will be displayed in A with this data. On page A I have my js (jquery and ajax) function, which takes this ta...
asked by 23.09.2015 / 21:50