I have a silverlight application that is set to use 100% browser height. As I dynamically add controls to a canvas (which can be dragged around), I would like the expand the canvas vertically.
I\'m trying to detect the position of the browser\'s scrollbar with JavaScript to decide where in the page the current view is.
Im working on a project where we need to capture a 5 sec clip of whatever is being played through the users line-out (audio).
All, My application supports IE7+, MOZILLA and other modern browsers. Anybody know of a very good browser detection and redirection PHP class? I came across this, but I am not sure if any开发者_Go百科
i have a link <a id=\"DownloadLink\" href=\'controller/action\' target=\"_blank\">Download File</a>
Hy people. I\'m working on my webapp for the iphone. On some point you have the option to get a particular document from our appserver. It works on firefox, but safari just shows an empty download win
I\'m writing some Javascript code that generates an XML document in the client (via Google Earth plugin). I\'d like the user to be able to click a button on the page and be prompted to save that XML t
I have an interactive flash app on my website - the app and the website are both under my control, so I can edit both of them (that is, this isn\'t a user-submitted content site, where I could maybe o
I want to ensure a user isn\'t editing the same form data in two different browser tabs or windows(of the same web browser instance). The intention is to stop the user from accidentally overwriting th
I need to make available to browsers data file produced by my web service met开发者_JAVA百科hod. Indeed the web service method should return url to produced file. I\'m working with axis2 on tomcat.The