API
An application programming interface (API) is a set of declarations of the functions (or procedures) that an operating system, library or service provides to support requests made by computer programs.
Language
JavaScript
Remove
Platform
Any
License
Any
I have an API which contains a JSON . The JSON looks like as shown below
{"oldestId":"1","latestId":"42","records":}
I call the API from database on server side by Xmlhttp request and then...
: Hi,
:
: I've got a questions that you will probably all think is a but stupid but I can't figure it out! I'm a java programmer and haven't really messed around with Java Script that much. With...
: I need to let website users select MIDI snippets e.g. a guitar twang for a selected note/chord. How do I a) create a short MIDI sequence & b) play it, all under JavaScript?
: I now how to get the...
: Please note, I just realized the answer to this question was posted on the site previously, but that code doesn't exactly work for my needs. What happened was the browser was "restored" to the...
Please note, I just realized the answer to this question was posted on the site previously, but that code doesn't exactly work for my needs. What happened was the browser was "restored" to the size...
I am looking for a method that maximizes my local browser window. Does anyone know what method that is? I am using IE-5.5, but if there's a method that'll work for both browers, that'd be kewl....
: Is there a way, in a web VB.NET ASP page to pop up a quick little window, similar to the JavaScript Alert()?
:
: Basically I just want something quick and dirty that I can use to help debug web...
This message was edited by dublinhawk at 2003-2-19 10:45:5
Is there a way to find out the resolution the page is being viewed in and change the the browser to it or users resolution either by...
Use setLayout(null); then you can place the controls exactly where you want with like control.move() and control.resize(); (those may be wrong look up the precise methods in the Java API at java...