Questions tagged as 'javascript'

1
answer

How to get the 2 value of an index and show?

In my program I search the table data and add it to a array v_patr and then I add that array to var w_a : <html> <select multiple size="7" name="cb_Patr" style="width:300"> <?...
asked by 08.10.2014 / 18:49
1
answer

How to dynamically position a div with content inside another created dynamically?

On my site, I create a div dynamically after the second paragraph (forum). I would like to place a banner already loaded within this div . I tried several ways, give apendchild , but it will not. Here is the URL of t...
asked by 10.10.2014 / 00:55
1
answer

Fix position of a page

I have a page inside it that has another one, this inner page is placed in an iframe, I need it to be in a certain position and not the whole one. width="250" height="350" scrolling="no". I can not do this in iframe because I am not allowed so I...
asked by 08.10.2014 / 16:22
1
answer

JavaScript Array for PHP

I have the following Input in my file .html <input type="text" class="form-control" name="option[]" id="option[]"> Whenever the user clicks the + field on the next button, it creates another input equal to that....
asked by 30.09.2014 / 23:25
1
answer

Function $ (document) .ready () only executes once

I have an Asp.Net application that has a menu on a main screen that has 2 links, each one for a page. When I click on the first link and load the first page, the $(document).ready() function runs right and loads all the components I ne...
asked by 29.09.2014 / 20:42
1
answer

SCRIPT5017: Syntax error in normal expression

When I run my application through Chrome or Firefox it works perfectly. But IE 10 at some point in the application gives this Javascript error. **JavaScript critical error at line 99, column 86 in http://localhost:64146/VoucherRequest/ConfirmR...
asked by 30.09.2014 / 20:19
1
answer

How to call information in an html from a .jsp page

I'm developing a good hybrid5 HTML5 mobile app and my backend will be done with Java and MySQL. I am using PhoneGap and the same one to generate the APP needs that my files are of extension .html .css .js , to generate the i...
asked by 02.10.2014 / 16:18
1
answer

User windows from GoogleChrome

I would like to get the user logged into Windows from the GoogleChrome browser. From multiple searches ActiveXObject gets this information but is an object that works exclusively on InternetExplorer. I know that you may have problems with sec...
asked by 06.10.2014 / 20:38
1
answer

Tree menu / collapse with three levels

I'm creating a navigation sidebar for an application in AngularJS. The structure is basically a tree menu, however each level has different interactions (which I will still build). For example, the first and second levels will only show and hide...
asked by 06.10.2014 / 19:12
1
answer

Alternative for File API for Outdated Browser

I need to read the binary of a file and post to a given URL, but without storing the file itself to the server (I can not store the file). To complicate - I would love to use the HTML5 file API for this, but I have to support IE9 (in every se...
asked by 09.09.2014 / 22:50