Tagged Questions
0
votes
2answers
34 views
Unable to call a function with ENTER key
I need to pass in some values to my function
I want the function to run when I press ENTER KEY in PHP
the function is update()
This is my PHP
echo '<input type="text" size="23" id= ...
2
votes
2answers
500 views
Api/library for html to mobi/epub conversion
I am looking forward to an api that can convert html to mobi/epub format and can do a job really well.
My preference is JavaScript but any suggestions for java/perl or some other language api (which ...
0
votes
1answer
20 views
ECG wave form in android application
I am currently working on a project that involves the use of ECG signals on an android mobile phone.
I am deciding if I should make my own signal processing library for android or not because I can't ...
0
votes
0answers
14 views
Passing arguments from session to javascript in a JSP file
I am creating a web app and I am using LDAP for authentication. In the login page I get a "Name" and "Phone number" from Active directory and I store these two variables in the session. Then it goes ...
0
votes
0answers
14 views
Wrong result after submiting a form using htmlunit
I want to submit a form using htmlunit. This is the link of site on which i want to submit the form. When I select the date as 7 Jan 2013 and click submit buttom,37 rows are returned. But when I did ...
17
votes
9answers
7k views
0
votes
2answers
22 views
How can I reference a javascript library from a JSP in a java web application?
I am trying to create a table with sortable columns using a javascript library provided by this website. The web application is being created in Java and the table is created but not with the CSS ...
0
votes
1answer
25 views
InternetExplorerDriver hangs after click() is called on a button
I'm bound to using IE for a certain test and all goes well until I try to press a button, which generates a report.
WebElement btn=driver.findElement(....);//gets the button
btn.click(); // this does ...
0
votes
1answer
22 views
Capturing double click event on a defined layer using OpenLayers.js
A friend of mine is trying to capture the Double Click event using open layers plugin for a certain defined layer on the image.
I would appreciate any insight you can give me.
Thank you.
0
votes
2answers
34 views
How to create a Text file and transfer it using javascript
I want to create a doc or text file or simple text using java script/HTML5 that would be circulated to all current logged in users one after the other and the user who has the current write access can ...
0
votes
2answers
1k views
Request URL in Javascript, Fetch URL Content using Java Applet, return to Javascript?
I'm in the process of making a little experiment, it grabs a YouTube page, and returns the highest quality MP4 link, then plays this in a HTML 5 Video element.
Now I was using PHP with cURL to get ...
0
votes
0answers
11 views
Getting data from a Website after Javascript executed initially with HtmlUnit
i am writing my Bachelor Thesis about Sudoku games. For this purpose i need a lot of Sudokus and thought of writing a program to download some.
For the start i want to concentrate on one page:
...
-1
votes
0answers
10 views
Plugin Power Management Phonegap doesn't work [closed]
I have a big trouble! I installed the plugin Power Management for android https://github.com/phonegap/phonegap-plugins/tree/master/Android/PowerManagement but it doesn't work. When I tried to make an ...
1
vote
2answers
5k views
Get hidden value set by JavaScript in JSF backing bean
I want to get a JavaScript value in a JSF backing bean. I've tried the following:
JSF:
<h:inputHidden id="fileName" value="#{TestBean.fileName}" />
<a4j:commandButton id="button" ...
2
votes
1answer
590 views
Getting Jsoup to support dynamically generated html by JavaScript
right now I'm working on a webcrawler. This one should parse some specific sites and give me an output into an xml-file. Up to this point, it's no problem. The Crawler works and you can customize it ...