1 2 3

onreadystatechange do nothing

636 byte By ppl1 at 2007-11-20 4:05:59
i wrote-function updateEventItems(value) { var xmlObj=null; if (window.XMLHttpRequest) xmlObj=new XMLHttpRequest(); else if (window.ActiveXObject) xmlObj=new ActiveXObject("Microsoft.XMLHTTP"); else return; xmlObj.onreadystatechange=function()...

Showing content from database without page refresh

686 byte By anand_ragav at 2007-11-20 4:12:09
Hi Everybody I had been working with some AJAX functions and PHP recently. And right now i am building a web application where I need to update the database and then show that entry immediately in the same page without a page refresh, Say for example, I will be showing a page with list of members an...

Assertion Failed: Unrecognized tag script:floatingBehavior

432 byte By alwaysnaga at 2007-11-20 4:14:14
Hi Friends,I am using AtlasControlToolkit.dll and Microsoft.Web.Atlas.dll in my asp.net application... in that I am using dragpanelextender like that controls I am using some times on the page load "Assertion Failed:Unrecognize tag script:floatingBehavior" Break into debugger? error is coming... can...

FileUpload and Ajax

419 byte By Chen.Fisher at 2007-11-20 4:34:44
Hi,I'm using .Net 2.0, Ajax extension.I'm trying to use the FileUpload and Ajax so the file upload will post itself and not the whole page. It doesn't work.I read somewhere that there is no Ajax support for FileUpload control yet. Is that right?I want the user to upload a file and see...

How to open Save As Dialog Box With Ajax

121 byte By asprajesh at 2007-11-20 5:10:04
Hi All ..How I Open * Save As * Dialog Box With Ajax..<br/>i neeed Appropriate Solution...<br/>Thanx In Advance

Ajax = new mood?

354 byte By davidc2p at 2007-11-20 5:14:38
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...

Removing input fields in a form by checkbox or radiobuttons

3760 byte By vincent81 at 2007-11-20 5:22:37
Hi, I've started today trying to get a hold on AJAX. Im starting with basics.I've created a page, where there are two input fields, + two radio buttons. The radio buttons is labled "ja" and "Nei" (Norwegian for yes and no). Default the radio button labled "nei" is checked. The purpose of t...

Sys is undefined ?

268 byte By AndyTheAce at 2007-11-20 5:40:34
IE7 throws an javascript error "sys is undefined" when I put the<br/><ScriptManager> section into my aspx.<br/>I'm using a masterpage so I have to put the ScriptManager into this file<br/>because of the <form> tag.<br/>What can I do on this?

Events are not fired while using nested GridView controls

603 byte By aamirhabibkhan at 2007-11-20 5:45:35
I have used nested GridView controls in nested UpdatePanels to show data heirarchically and to work asynchronously.....half of the work is done ... the data is shown as intended but none of the events of both the outer and inner GridViews donot work....i have set all the neccessary properties to sho...

IE7 ScriptManager

365 byte By aamirhabibkhan at 2007-11-20 5:45:44
I am also having the same problem....i was not using master pages ..... but when i used the same code and controls in other project ... it worked...I coulnd understand y same code behaves differently on two seperate projects......its not a solution.... as mine project was verry small so i re-created...

Update DIV when typing in input field

1154 byte By jozomannen at 2007-11-20 5:59:15
I have an input field, and when I type in it, I want a div to be updated at the same time.I have a script that works this way, but I've just copied it, and it uses very much code. So I want a very simple one to work. Here's what I've got so far:JavaScript:function goCheck() { var u_na...

sample not found...

538 byte By alwaysnaga at 2007-11-20 6:05:13
hi,I am using atlas dll files for my ajax program...I am using some webservices through ajax script manager...sometimes that webservices or working fine...some time if u do anything sample(this is the class name in webservice) is undefined... this error is coming...if u do any action before the page...

A real beginner in AJAX

1165 byte By Taggi at 2007-11-20 6:11:38
Hello.First: I have never programmed any Websites. Well, everybody had done a little bit of HTML. But i did not use Perl, Javascript or similar...Well... now my boss told me, I have to learn Ajax. Ok. I have read many articles, many howtos what ajax is. And in EVERY these articles the used language...

Cannot recived data with POST from A Forum

2836 byte By Lastwebpage at 2007-11-20 6:18:52
Hello,I want to make a search request in a forum (vBulletin) and display the result on a "HTML site" inside a Vista sidebar gatget. Here are my code snippets:xmlReqForumENG=new XMLHttpRequest();xmlReqForumENG.open("POST", " http://forums.miranda-im.org/search.php?do=process");xmlReqForumENG.setReques...

AJAX chatroom

240 byte By myron at 2007-11-20 6:19:36
Anyone knows where to find a (light-weight) AJAX chatroom sample?<br/>Trying to learn AJAX by writing a personal used chatroom...<br/>Should be better than using Java, since the light-weight nature of AJAX, and we can use 80 port... :)

TreeView checkboxes AutoPostBack with AJAX

1026 byte By Dmitry Perets at 2007-11-20 6:21:51
Hello, There is a known problem with TreeView checkboxes in ASP.NET: they can't do AutoPostBack. So I've solved this problem like this:<script language="javascript" type="text/javascript">function postbackOnCheck(){ var o = window.event.srcElement; if (o.tagName == 'INPUT�...

Updating image button with AJAX

1291 byte By bsaucer at 2007-11-20 6:27:44
I just installed the new AJAX package from microsoft and I'm trying to update an existing program to AJAX. I added all the stuff to Config.web to make AJAX "work".My original program contained an image button, some radio controls, and another button. When the page loads, or when either button i...

Posting In Ajax?

3203 byte By Forsakenblade at 2007-11-20 6:30:20
Alright I'm new to ajax but I wanted to know how to go about this using POST I can't find examples and the ones I look at show I'm doing this right but it doesnt seem to be working maybe someone can catch my error.Index<html> <head> <script language="javascript" type="t...

xmlhttp.Send problem

584 byte By Indigo775 at 2007-11-20 6:31:03
Help!when doing the following- xmlhttp.Send(xmlSend);on this object- var xmlhttp = new ActiveXObject("MsXml2.XmlHttp")I sometimes get an error (after an IIS reset) that- The download of the specified resource has failedbut sometimes it works.I've read that it may be due to the version of MSXML...

AJAX and Tables in Database

2566 byte By Suzi167 at 2007-11-20 6:32:51
Hello All AJAX Gurus,I have the following issue:I have an AJAX ModalPopUpExtender control which brings up a panel which has a field to enter User Name and Password. The panel also contins an OK and Cancel Buttons.Here is the code for the panel and the ModalPopUpExtender.<div id="PanelInfo">&l...

Migrating VS2005 to Asp.net Ajax Ver1.0

891 byte By veeresh@MS at 2007-11-20 6:38:49
HiFirst I hav migrated my project from VS2003 to VS 2005 using UpdatePackage(VS80-KB915364-X86-ENU).Aftersometimes i hv installed Asp.net Ajax ver 1.0 .and now i hv create one Asp.net Ajax Website and add all my pages of VS2005 Application.Then i add Scriptmanager and Updatepanel to the pages w...

Ajax command parsing

2293 byte By Ranthalion at 2007-11-20 6:39:45
Hi,I am creating a web app with VB.NET 1.1 using AJAX. I was wondering if there is a better way to handle events than what I am doing, without downloading an ajax framework.My method:Each button on web form calls javascript that creates an xml fragment and posts it to a class that handles ajax requ...

Show a ModalPopUpExtender from JavaScript

2719 byte By Suzi167 at 2007-11-20 6:40:02
Hey Everyone,I have a ModalPopUpextender which shows up when teh page loads and I am usig it for the user to enter a username and password.If the pasword is incorrect however, once the user clicks on the OK button I want the ModalPopUpExtender to NOT go away.I tried many different things.How can I m...

Timeout Problem in Ajax

287 byte By veeresh@MS at 2007-11-20 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

Access denied for Ajax

311 byte By wilz04 at 2007-11-20 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!!...

Sending Large Data

674 byte By TejuS at 2007-11-20 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...

Ajax Loading

400 byte By Forsakenblade at 2007-11-20 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...

Dropdownlist flickering during asynchronous postback

268 byte By vijayvvk at 2007-11-20 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

how popular is ajax?

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

POST two or more variables using AJAX

1604 byte By kku at 2007-11-20 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...

Side by side?

176 byte By bsaucer at 2007-11-20 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.

displaying records in combo

467 byte By query4u at 2007-11-20 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...

why to call alert() between xml parsing in javascript

1668 byte By pmishra.mca at 2007-11-20 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...

callback is undefined

1296 byte By jasonli at 2007-11-20 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...

unable to use class from the server in the client

905 byte By shoham78 at 2007-11-20 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...

Form Submit Works in IE not in Firefox?

3742 byte By madchops1 at 2007-11-20 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...

Works in IE, not in FF

4160 byte By madchops1 at 2007-11-20 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...

Notice: Undefined index: file in

389 byte By kku at 2007-11-20 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...

? Validation and UNICODE Problems

990 byte By Synetech at 2007-11-20 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...

Server requirement for Ajax Comet

493 byte By ask4help at 2007-11-20 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...

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

504 byte By pnayaka at 2007-11-20 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...

Ajax vs Flash

354 byte By BlackDragon777 at 2007-11-20 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...

Ajax with PHP

2019 byte By Donotalo at 2007-11-20 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...

Comet - cant get rid of browser loading bars

1333 byte By freefallohio at 2007-11-20 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 DNN

965 byte By lbargers at 2007-11-20 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...

AJAX oddities...

1286 byte By KBTibbs at 2007-11-20 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 seems to kill IE

11421 byte By Technocrat at 2007-11-20 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...

Tree Control within Grid Control using AJAX

222 byte By Tiny at 2007-11-20 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

XMLHTTP does not work on IE

480 byte By kimoo at 2007-11-20 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...

Syntax Question?

124 byte By codeexpert123 at 2007-11-20 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?