I have some Ajax set up to select jobtitle from a MS SQL database through ASP. This works fine and results are displayed in a DIV beneath my input field. I want to make the results clickable s...
Hi Experts,
I have a function I'm using in my ajax.js file that does something like the following;-
var t
function alertUser(cursor, type)
{
//do ajax get request stuff
if (cursor ==...
How do you implement the UpdatePanel and ScriptManager with MasterPages and Content Page?
Do you place the UpdatePanel and ScriptManager in the MasterPage or the Content Page?
Basically, I have a js variable called theid
I want to query the db and get the description associated with theid. But, I want to do this as the page loads and I don't want to reload. I ...
I've searched the web high and low for directions on how to install AJAX on IIS 7 here at home for testing purposes.
The link to download the extensions, was easy enough to find, which is h...
Need web based map software to select a geographical location and have the coordinates returned to the calling web script.
Ex: Show map of united states with each state, have user click on...
So basically, instead of seeing the traditional field and the browse files button, you will only see
Attach a File: add file
And if you click on "add file" it allows you to pick ...
AJAX: I am using these line of JavaScript to alter the content in a div called "xtras" (a server side PHP script actually generates the XML content)
var html = xmlObj.getElementsByTagName('...
I want the HTML/JAVASCRIPT/CSS code of 'tab panel' that one of the Joomla extensions uses, where can I find this similar code?
You can find the example on this page:
http://template15.joom...
Does Microsoft's ASP.NET AJAX work with .NET Framework 1.1?
Or do I have to install .NET Framework 2.0?
Hi, I have a form on a page when submitted (with a regular button) does some javascript and populates/makes visible a DIV; the submit button is as follows:
<input name="finddetails" type="t...
I have attached an action to a DropDownControl like this...
ddlSchedType.Attributes.Add("OnChange", "setVisible(this.selectedIndex);")
The function setVisible (see code snippet) appears ...
I would like to fix this validation on the site omegalove.com
I need to improve this. Any help would be fine. I have put the ascx register page in the snippet code.
I am new to ajax so i nee...
I have some Javascript attached that should send a series_id variable to the php page named showfolders.php, The only thing that I am not sure of is the
document.getElementById(togsb+'_div')...
Hi experts,
I am desperate to find a solution for thing, hope someone can help.
I have a http which contains a table which has javascript in it which reads external xml feeds.
My prob...
Hello:
i'm using http://www.w3schools.com/php/php_ajax_rss_reader.asp. but i got an error:
missing ; before statement
[Break on this error] var xmlHttpfunction showRSS(str){ \n
may y...
I am just getting into AJAX and would like soem feedback on which, if any, libraries can be rcommended and the reasoning behind those recommendations
currently i am using ajax calls to pull...
I have a page where I need to validate up to 5 emails using ajax. I have the validation working perfectly for box 1, but only if i code the name in the ajax script itself. What I would like ...
I have the following
I need to get the ddlYear value 1990 instead of 0.
Any help on this would be great.
function year_onchange(sender, e)
{
var y = ddlYear.va...
For instance:
http://www.webcamgood.net/index01.php?inscription=false
when you click an image, the webpage is disable and a lauyer is dispalyed above...
Does someone know where I can get ...
I am submitting a string from javascript using the xmlhttp object to an asp script which should simply return the value submitted. The string that is returned has had the spaces removed from ...
Hi guys hope u r well and can assist me :>)
I have 2 files that im working on. They are:
1) upload.php
2) file-upload.cgi
This file presents the user with anupload form.
When the user...
(1) The current problem occurs in an HTA designed to publish information to and request information from a corporate web server.
(2) The current xmlHTTPrequest is written in javascript (below...
Hi all,
I have looked everywhere but am unable to find a countdown script that does what I am after. The script is for a auction site, and needs to count down in days, hours, minutes and se...
I have a basic ajax call to a processing page, see code below, how do i get a retunr value form the call to detemine succces or failure?
something lie
if(postData ('/AJAXContent/v_setForw...