Hello,
I have a page that renders records to the page from a database.
first name, last name, age, comment
I want to be able to use ajax to edit and update the comment of any of the rec...
I've recently noticed how the default multiplication in javascript uses floats, which, in something like the following .7 * 1.3 * .5 = .45499999999999 which when rounded to 2 decimals = .45 i...
Hi, thanks in advance for your help.
When going to http://www.google.co.uk/search?q=gogle, Google will suggest an alternative spelling to misspelled words (Did you mean: google).
Does an...
I have the instructions on how to pull XML out of a MySQL query:
http://bdn.backbase.com/blog/sjoerd/dynamic-data-in-the-pim-demo-using-php-and-mysql
However,
How do I write the changes b...
We've taken over development of a web application for a client, and we've come across an issue.
Basically the site has a search on the left and a results panel on the right. When you search...
I have attached an action to a DropDownControl like this...
ddlSchedType.Attributes.Add("OnChange", "setVisible(this.selectedIndex);")
The function setVisible (see code snippet) appears ...
Does Microsoft's ASP.NET AJAX work with .NET Framework 1.1?
Or do I have to install .NET Framework 2.0?
I'm trying to get a webpage to load with in my javascript. Here is the code that I'm jusing.
I have client-side JavaScript, which processes the XML response from an HTTP
server and places data from particular XML nodes into the HTML page.
Sometimes, entire blocks of the HTML code...
Hi
My site implements pagination of search results using mootools v1.11 pagination. Basically, the index.php page with a search box has a div that looks like this:
<div id="pagecontain...
hello,
this may sound simple but i cant make it work. This is the situation...
ive got an update panel with a button inside it. THe button must be inside. An a updateprogress control.
Thi...
Can some show me where I am making my mistake. I am learning to use Ajax, I want to display my db results when a user is selected from a drop down box. It appears that something is off with ...
Hello group,
As my first experience I have planned to use AJAx in a PHP page. I guess it should not be that hard so I will appreciate it somebody could give me some advice.
In a PHP page...
Hi,
On the page provided there is an ejax link under every thumbnail on click it add or remove the file from user favorite, but the problem is every time you click on it the page going to t...
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 a small test project that contains 3 dropdowns in an update panel. The partial page update works great. When I try to implement the same thing in a production web-project, the entire ...
When I call this in AJAX
function example3() {
xmlhttp.open("POST", "http://192.168.254.110:8080");
xmlhttp.send("<?xml version=\"1.0\"?><methodCall></methodCall>")
}
it doesn't wor...
Does anyone know where to get a decent documentation for AjaxPro.NET?
I've searched through its website www.ajaxpro.info, but could only find sparse information.
Hi, anyone could help me to create form validation using JS and AJAX?
I do know how to create a validation with JS, however I would like to know how to:
1) highlight the input field in gr...
I revised my code several times i didn't recomginse where did i get this problem
when i run the verifycountry.php alone and i set the $country variable everything work perfect but when i che...
Hi there
I have many pictures on my page.
I need add link to download each pics with js
But of course I don't get my goal
Note: images are statics.
Thanks
akiles
I have an aspx page that has a few text fields and a custom control toolbar at the top. The toolbar has links like Save, Save and Close, Refresh and Back. When the page loads, I have a page va...
I am using Coldfusion MX 7 on the server side, and I'm using AJAX/JavaScript on the client side. I need a way to encrypt a 20 character user entered text string, so that I can safely send it a...
Hi guys im an ajax newbie and would love your help.
I have a php file called "ajaxeg1.php"
It simply displays the contents of a file called "test.html" in a div on the page ajaxeg1.php c...
Hello, i need to add a review section where this will be displayed and fetched using ajax the database table called "reviews" , "productid" as produtid and "customerid" as customer id so what...