1 2 3

AJAX encoding problem

193 byte By life_maker at 2007-12-5 22:11:53
Hallo<br/>i have encoding problem in AJAX , it seems that it doesnt support multilanguage , i m trying to display Arabic text and i got '??'<br/>how can i solve this problem

AJAX toolkit

208 byte By maverick786us at 2007-12-4 23:57:04
I have installed AJAX as well as its toolkit. But none of its component gets displayed in the toolbar of VS2005 except Ajax Extensions. How can I get additional toolbars displayed??<br/>Thanks in Advance

Does another Browser except ie and firefox support ajax ?

142 byte By Jackyquah at 2007-12-4 10:39:23
does opera and other browser support ajax ?<br/>specially : http request from client side to retrieve document, xml etc. <br/>if it does how ?

JavaScript on Form Action

604 byte By pjb007 at 2007-12-3 19:25:52
I have a form that works when the form action is set to form action="login/login.php" That works find it displays the error if the details are missing/incorrect and displays the correct page if the correct details are used. But as soon as I change it to this form action="javascript:ajaxpage(...

Ajax = new mood?

354 byte By davidc2p at 2007-12-1 0:34:58
I've just discovered Ajax. At first, i thought it was a new language since i've never heard of it before. In fact it's just part of Javascript since long. I've heard its popularity has been brought by Google and it seem to bring obvious advantages. In this case, why in your opin...

Problem with AJAX in FF:synchronous request doesnt work

1802 byte By =vd= at 2007-11-29 14:56:29
I have folowing AJAX connector:function ajaxConnect(url, postData, callBackFunction, mode) { var xmlObj = new Object(); if (window.XMLHttpRequest) { xmlObj = new XMLHttpRequest(); } else if (window.ActiveXObject) { xmlObj = new ActiveXObject("Microsoft.XMLHTTP"); } else { alert("Error initializi...

ASP.NET Does AJAX

361 byte By Brad Jones at 2007-11-27 0:19:26
We just posted a new video onto dev-archive called ASP.NET Does AJAX ( http://www.dev-archive.com/video/article.php/c11501/) by Bill Hatfield. It shows how to create dynamic drop down lists in ASP.NET 2.0. You can find it at: http://www.dev-archive.com/video/article.php/c11501/(A broadband connection...

ModalPopUpExtender Problem

1706 byte By Bill Crawley at 2007-11-25 11:30:35
Hi All,I have a modal popup Declared as a panel on my form and use a small piece of javascript to display it. The popup itself pops up fine and I've used this method before to use this control.The difference this time is that I want to pre-populate the popup from my main form.So in my Panel tha...

not displaying IE

6704 byte By Mitsukai at 2007-11-25 11:14:16
in ie it doesnt display anything(completly blank)and in firefox it works perfect..here are my files (u dont need the images to test it .. do u ..?)index.jsfunction newXMLHTTP(){ var ret = null; try { ret = new XMLHttpRequest(); } catch(e) { try { ret= new ActiveXObject("Msxml2.XMLHTTP"); } ca...

Dynamic display of data to div in Struts with ajax

541 byte By JavaDev at 2007-11-25 11:13:35
I am developing an application in struts framework , where i am trying to display some content to the div tag in jsp when a option is selected in drop down box in a <html:form>i can do this in jsp using onchange=this.form.submit() but i dont want to use this method as it effects the performanc...

Store object in cookie?

708 byte By ryanmills at 2007-11-25 11:08:36
I am working on a simple little Ajax app that displays flash video. But I am running into limits with I think some sort of garbage collection with flash that is forcing me to have to refresh to clear it. I cant have more than 14 instances of it loaded. After that it just wont display it. So if for e...

onReadyStatechange not being called

1646 byte By xs2ahmed at 2007-11-25 11:02:23
I am usinng the following code to send an email The code works fine in IE but in Mozilla the function readyStateChanged doesnt get a call back, therefore the user doesnt get the message box saying that his message is sent..I placed an alert as a first line in that function, It gets called properly i...

populating Drop down with items frmo server.

556 byte By xs2ahmed at 2007-11-25 11:00:35
I want to fill a drop down/combo with list of items, when a user clicks a button,I am calling my php page using http request of AJX and then fill up the combousing combo.blala.innerHtml= "code to fill combo"I want to know whats the best approach to generate code, should I genreate complete html at s...

[RESOLVED] window.open is not working since AJAX

1012 byte By ninhovid at 2007-11-25 10:54:53
hi...i had an aspx file, which included this code behind:Response.Write("<script type=\'text/javascript\'>" + "window.open(\'selCols.aspx?bd=" + vidBaseDatos + "&vista=" + vidVista + "\', \'VentanaEmergente\', " + "\'width=800, height=600, scrollbars=yes, res...

ajax:AutoCompleteExtender

292 byte By GMV at 2007-11-25 10:54:47
Hi all!<br/>May be someone can help me ...<br/>I use ajax:AutoCompleteExtender to get users from DB. How can I pass userid (of course it should be hidden in textbox) along with user name from service method, so when I select some particular user I can get his userid.<br/>Thank you!

Whats the easiest way

543 byte By Kovo88 at 2007-11-25 10:51:18
to insert HTML onto a page on the fly or by request using ajax? Now, I dont mean import an external html file into a div, but I mean, literally import html code (predefined somewhere) and place it on the page. And Id want this to happen infinitely. For example, I want a button on a html page to inse...

How do I redirect html page by using ajax skill?

194 byte By shinjy at 2007-11-25 10:41:43
I used ajax's post method in "a.htm" to make a query request to a servlet page, this servlet page processed the query and report the result to another html page, "b.htm". How do I write it?

updating a form after Ajax

724 byte By Bill Crawley at 2007-11-25 10:41:34
Hi all,I have an Ajax popup control on a formWhen the form loads, I populate a standard combo box. There is an option for the users to add more entries into the Database. When the user selects this option I present them with my ajax modal popup control. The user uses the modal popup to add entries...

fileuploading in ajax with simulated progressbar

308 byte By kunchala_rakesh at 2007-11-25 10:40:41
hello,Can you please tell me, is there any free control for Fileuploading in Asp.net Ajax with a Progressbar.Note : progressbar shoulb be simulated with data transfered; max file upload size required is 100mb, even if i try to upload in FTP it should accept 100mb.Regards,Rakesh...

Ajax Installing

539 byte By Bill Crawley at 2007-11-25 10:28:15
Hi All,I've installed Ajax, but the documentation says that i need to do the following:To run ASP.NET Web pages that contain the Media or Xaml controls when using features such as the XamlUrl property, managed code, or dynamic languages, you must set up MIME types in IIS for the following file...

CascadeDropDown not working!

455 byte By ninhovid at 2007-11-25 10:22:54
hi..i'm new at Ajax, i could populate 2 dropdownlists using cascadedropdown... using methods and webservices... getting data from databases... not XML...but it works when i do this:ServicePath="service.asmx"but if i publish my webservice and i try with thisServicePath=" http://localhost/WS/ser...

XMLHttpRequest not getting initialized?

1810 byte By phpmaniac at 2007-11-25 10:19:50
I am new to AJAX. Could someone please help me with this problem.. its kind of urgent for me to get this working.I have a form which when submitted should create an XMLHttpRequest to send the form values to a PHP script. Below is my code for the request.On IE I get an error saying 'Type Mismatc...

Dynamically set the id for div in javascript

3174 byte By nvinoth123 at 2007-11-25 10:17:56
Hi, I'm trying to for a div in my page in a javascript in clicking a link. So i need to set the id for the div and id for other contents inside the div based on the link clicked. I'm able to take the id of the link. Now i need to form the ids in the javascript based on the obtained id. B...

Syntax Question?

124 byte By codeexpert123 at 2007-11-25 10:13:54
Is it possible for someone to write a comment above the first line that is about the matter and have it not affect anything?

XMLHTTP does not work on IE

480 byte By kimoo at 2007-11-25 10:01:05
hellothe following code works well on FireFox Opera Safari and Netscape navigator but not on IE v6.0function GetXmlHttpObject(){var xmlHttp=null;try { xmlHttp=new XMLHttpRequest(); }catch (e) { try { xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttp=new ActiveXObject("Microsoft...

Tree Control within Grid Control using AJAX

222 byte By Tiny at 2007-11-25 9:48:52
Hi,<br/>I need a tree control inside a grid control, i.e.., every node of the tree should be a row in the grid control.<br/>I want to implemented this using AJAX. Please let me know how this has to be implemented.<br/>tiny

Ajax seems to kill IE

11421 byte By Technocrat at 2007-11-25 9:47:15
I have a simple 2 way ajax chat system. Basically it's to allow someone to have 1 on 1 conversations with multiple people. It works fine in FF and Opera but for some reason in IE after a period of time, about 20-30 minutes, IE will stop loading the page. You can't even browse to the pag...

AJAX oddities...

1286 byte By KBTibbs at 2007-11-25 9:46:39
Hello, I have two questions: One) I'm using the MaskedEditExtenders from the Ajax Control Toolkit to help validate some input. The masks work well for when typing input, but when the ASP:Button wants to start doing some work with the input, any validation messages that were displayed are remov...

AJAX with DNN

965 byte By lbargers at 2007-11-25 9:44:41
Hello,I have an AJAX rating control in an update panel on my form. The control is working fine except when I switch user logins, or navigate to different pages within my DNN site. The rating control is placed in an update panel on an .ascx web control. I register the script manager in the page load...

Comet - cant get rid of browser loading bars

1333 byte By freefallohio at 2007-11-25 9:38:27
I have a standard page implementing the Comet concept which contains a hidden iframe with src set to a Perl event listener script. The script listens for events dispatched by a custom event server and relays these events in script tags. This setup eliminates the need to poll the server with AJAX a...

Ajax with PHP

2019 byte By Donotalo at 2007-11-25 9:15:52
I'm trying to write the server side script in PHP. The following code is supposed to show the value returned by time() inside a text box. But it is not doing that. Where is the problem?Client Side Ajax Script:<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTM...

Ajax vs Flash

354 byte By BlackDragon777 at 2007-11-25 9:13:35
I am not trying to start a debate or anything. However I am very curious as to why anyone should write ajax vs flash. Having used both, it has been my observation that Flash can do everything that Ajax can. Plus you don't have to worry about writing browser specific code as you would using...

to access a text file on HTTP server from browser using a script

504 byte By pnayaka at 2007-11-25 9:01:00
Hi, i'm coding a HTTP server in C which is an embedded web server to be run on the OMAP board. on a default page when this server is accessed i'm giving an option of information about the processes running on the OMAP board which has other DSP applications running on it other than the...

Server requirement for Ajax Comet

493 byte By ask4help at 2007-11-25 8:54:10
Hi there,Anyone here has experience in Ajax Comet? If I'm gonna setup a system for live streaming using ajax comet technology. The number of users concurrently using the system will be around 200-300 users, and the amount of data pushed from server to client is a string with maximum 50 chars le...

? Validation and UNICODE Problems

990 byte By Synetech at 2007-11-25 8:42:46
Hi, Im working on a little AJAX app using a PHP script but am having two problems with it:(1) My XHTML file wont validate because of this part:XMLHttp.send( "action=view" +(form.title.value == "" ? "" : "&title=" +form.title.value) +(form.artist.value == "" ? "" : "&artist="+form.artist.value) +(fo...

Notice: Undefined index: file in

389 byte By kku at 2007-11-25 8:04:50
hey gurusplz help me that i upload file through Ajax and php but when i uplaod file it showsNotice: Undefined index: file without using Ajax it was working I thing there will be error in post functioni evar file = document.getElementById('file').value; '''params="title="+tit...

Works in IE, not in FF

4160 byte By madchops1 at 2007-11-25 8:01:12
This simple contact form works fine in IE but does not in FF. I cannot figure it out.The form does return false, and the variables make it into the url, but in firefox nothing else happens. It is as if the file is not being called, but the javascript is in firefox??? Please help if you can.Here is...

Form Submit Works in IE not in Firefox?

3742 byte By madchops1 at 2007-11-25 7:56:31
This is a contact form it works perfectly in IE, but not at all in fire fox, it goes into the process_contact function but doesn't come out. Thanks in advance, for the support. <head>/////////////////////////////////////////////////////////////////////////////////////////////<script...

unable to use class from the server in the client

905 byte By shoham78 at 2007-11-25 7:53:28
I am trying to register server class so that I will be able to call a function in the server from the client using ajax.In the page load function in the server I wrote:Public class ClsProtected Sub Page_Load1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.LoadAjax.Utility.Register...

callback is undefined

1296 byte By jasonli at 2007-11-25 7:51:50
I set up a simple website using ajax framework. The code of html page is as below:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns=" http://www.w3.org/1999/xhtml" ><head> <title>Getting XML...

why to call alert() between xml parsing in javascript

1668 byte By pmishra.mca at 2007-11-25 7:46:30
Hello DearI am parsing my xml using below mention code.but i donot know should use alert("ffff")because if i donot use alert("ffff") it's throws an error "object required" You can also try this code with own xmlfile in two ways 1. By putting comment before "alert("ffff")2. By removing the comme...

displaying records in combo

467 byte By query4u at 2007-11-25 7:39:24
Hi,i want make an application using AJAX & .NET. using AJAX i will call webservice,i that i will write an select query which will fetch newly inserted records into the table,that records i want to display into combo.this ajax function i want to call in using settimeout function,so after few minutes...

Side by side?

176 byte By bsaucer at 2007-11-25 7:34:30
How can I place two update panels side by side? It appears that an update panel occupies the entire width of the page, and the best I can do is place them one above the other.

POST two or more variables using AJAX

1604 byte By kku at 2007-11-25 7:22:04
hi gurus.how can we send two or more values of variables using AJAX to PHP scriptmy code is:-<script type="text/javascript">function ajaxFunction() { var xmlHttp; try { // Firefox, Opera 8.0+, Safari xmlHttp=new XMLHttpRequest(); } catch (e) { // Internet Explore...

how popular is ajax?

66 byte By daabomb2002 at 2007-11-25 7:17:43
i see hotmail uses ajax now. which other major companies use ajax?

Dropdownlist flickering during asynchronous postback

268 byte By vijayvvk at 2007-11-25 7:14:15
I have placed a dropdownlist control in a asp.net ajax , updatepanel control along with some other controls. During the asynchronous postback , dropdownlist control is flickering. Can any one tell me how to avoid flickering of dropdownlist during asynchronous postback

Ajax Loading

400 byte By Forsakenblade at 2007-11-25 6:45:20
I have a div called content and I have links that load different files and replace the content.innerHTML once loaded so that keeps changing.Now in share.php I have a form but if I try to post through it, it loads the actual page all over, not the content part.I can't figure out how to use a for...

Sending Large Data

674 byte By TejuS at 2007-11-25 6:44:09
Hello All,I am new to AJAX. I want some help in passing large data to the server. Basically I have 100 text boxes in a form, I want to pass all this information to an asp or asp.net page, which will then process the data and respondes whether it was successfull or not. I was thinking of creating a x...

Access denied for Ajax

311 byte By wilz04 at 2007-11-25 6:41:06
Hi All,I need help for allow access from my .htm to another page (.php),Can helpme??All the scripts (functions and vars) are correctly writens, but not run!!,I understand that IE not allow the Ajax methods for security, but I need allow the Ajax scripts!!Please, helpme!!...

Timeout Problem in Ajax

287 byte By veeresh@MS at 2007-11-25 6:40:38
hi<br/>I am working with AjaxEnableWebsiteApplication. Sometimes i got Timeout Exception like..<br/>Sys.WebForms.PageRequestManager TimeoutException: The Server request timed out.<br/>How to avoid this problem.. ?<br/>pls Help me <br/>thankyou <br/>veeresh