Tagged Questions
0
votes
0answers
4 views
Access Java int Array in JavaScript
I have a Java applet that has an int array. I want to copy this array over to a JavaScript array. Simply calling a Java function from JavaScript that returns this array results in null exception and ...
0
votes
0answers
8 views
Java Android WebView - how to launch javascript function from a separate .js file?
I don't know html and javascript and need to start some certain function from javascript.
I've found that you can start some javascript function simply by myWebView.loadUrl("javascript:function()"); ...
0
votes
0answers
16 views
Unable to call a function within a function with a FB reference
I am trying to get the username from Facebook, I have most of the code however I am not getting data back from the function. The two codes need to be separated so I can call the username in flash ...
0
votes
1answer
27 views
Is there any way to see hidden content on a website maybe hidden cloudfront links?
I know this might sound a bit crazy but is there any way to see hidden content on a website? For example have a look here ...
0
votes
1answer
19 views
Calling Java class's method from javascript in a freemarker template
I have a freemarker template with javascript in it, and I'm using spring mvc to pass in a java object "emailer".
Somehow, in this freemarker template, I want to call the emailer object's ...
-1
votes
0answers
24 views
Why not hypermedia APIs? [on hold]
REST came in to the picture of web architecture after Roy’s PhD thesis around 2000. Hypermedia comes through the HATEOAS constraint of his architectural style. The http protocol provides all the other ...
-4
votes
1answer
32 views
Pulling a Javascript from website and editing it for personal use [on hold]
This website has a board that is 15x15 squares. I need the same everything except smaller. 9x9 squares. I do not know much about source codes or how to edit one but was hoping someone might be able to ...
0
votes
0answers
5 views
Access token retrieval from a dropbox session using DbxRequestToken
I am trying to retrieve the access token from a dropbox session using DbxRequestToken. But however eclipse shows an error when trying to use DbxRequestToken though the library "com.dropbox.core.*" is ...
-6
votes
0answers
39 views
How can I convert an excel file to json by using javascript or java?
How can I convert an excel file to json by using javascript or java?
I have found this code below.However, I couldn't run it. I don't know which libraries I must use. I download json-simple and poi ...
-2
votes
0answers
50 views
Creating Search Function
I have drop-down list and on selecting particular value it should fetch the corresponding data from database and display them on page
Here is my code its working fine but data does not get ...
0
votes
4answers
66 views
i want to change value of a submit type button?
i have code of a form.
Code for submit button:
<input type="submit" id="submit" value="Save" />
After successfully saved this form, i want to change value of button to "Update".
I am using ...
0
votes
0answers
20 views
GWT. Set value to JavaScript variable from GWT
How I can set value from GWT application to JavaScript variable defined in HTML file? This code seems doesn't work:
private static native void setMyValue(String myValue) /*-{
$wnd.variableName = ...
0
votes
2answers
41 views
How to get the Json java object using javasript
My requirement is that i have to put some value or list into key value pair on Json object,for that i have done something like this on java class but not able to figure out how to retrieve that same ...
0
votes
1answer
22 views
Update Javascript source from backbean JSF
I have Javscript in my XHTML file as
<script src="test1.js"></script>
Now I have couple of other javascripts as well. They are actually themes.
I want give users flexibility to change ...
0
votes
0answers
17 views
How to expand jQM collapsible using Selenium>
I've been looking for an answer for a while now, with no results. I am testing my jQuery Mobile application with Selenium. I have some problems with expanding collapsible. There is a problem with ...