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
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 opera and other browser support ajax ?<br/>specially : http request from client side to retrieve document, xml etc. <br/>if it does how ?
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(...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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!
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...
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?
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...
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...
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...
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...
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...
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...
Is it possible for someone to write a comment above the first line that is about the matter and have it not affect anything?
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...
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
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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.
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...
i see hotmail uses ajax now. which other major companies use ajax?
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
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...
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...
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!!...
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