Questions tagged as 'html'

0
answers

check if you are logged in to a specific session

Good afternoon, everyone. I'm having a problem and I can not imagine a better place to solve this than here: I have a site that both admin logins with access to common roles and members will access. The question is how do I separate to just s...
asked by 16.11.2015 / 18:41
0
answers

List information from a database

I have a prototyping of a screen that should list data from a table: I have to select the entire line of information, so I can not put each data in a separate column, ie I want the entire information in a row but organized by columns, I ne...
asked by 16.11.2015 / 17:41
4
answers

popup open only once after being closed, even after reloading page

I would like to know how to create one of those popup which usually appear in large (not flash) portals, but with div and javascript pure, script detect this and it will not open again, even after reloading the page or...
asked by 11.04.2014 / 15:28
0
answers

List of States' Cities via State Code GET

I'm trying to create a way for the user to register their City and Neighborhood. But I'm not sure how to do that when the user selects the desired state, only the cities refer to the state he selected. For example, I registered in the stat...
asked by 13.11.2015 / 15:25
0
answers

Bootstrap tab control

I have three tabs with bootstrap, the option to navigate the tabs with the back and next buttons are working, as shown below: How do I activate the next tab only if all the first fields are filled in the same way on the second tab, and lea...
asked by 11.11.2015 / 16:47
1
answer

Show and hide content in list form. with Div and Javascript [duplicate]

I'm trying to edit this code that is almost finished, its function is to show and hide a certain content that is within a div . But I can not get it to work. You can get access to it working here: link Use the menu to perform...
asked by 19.12.2015 / 23:15
1
answer

How to show the value of a variable that is in another page html [closed]

The problem is this: I need to see some values that are updated every 3 seconds in a file that can be .html , .csv , .txt or .css , any extension that can be viewed in the Notepad. It would look like this ./diret...
asked by 20.12.2015 / 20:06
0
answers

Why does my xmlhttp.status return zero?

I have a problem with my html , I try to get one json, but the xmlhttp.status is always 0 (zero). I researched it, but I did not find anything very concrete. Below, I simplified the code to show the problem: <!DOCTYPE html&...
asked by 16.12.2015 / 11:57
0
answers

Function mail Windowns Server PHP

I am trying to use the mail function in Windows Server, I have used this scrip for several different servers and it always worked .... But now it does not work, I am not responsible for configuring the server. Can anyone help me? (Request add...
asked by 16.12.2015 / 13:50
1
answer

String nonce is not being generated

I'm using the braintree API and I'm able to put dropin form of them on page:           var braintreeToken = @Html.Raw(Json.Encode(Model.brainTreeToken)); braintree.setup( braintreeToken, "dropin", { container: "payme...
asked by 04.11.2015 / 18:11