Hello,
I have a function which works fine, but I need to put the output of ajax pass as a form variable upon posting. I would imagine that I need to place the output into a text box. I al...
WHAT I HAD IN MIND:
use CGI;
$q = new CGI;
my @image_list = qw(849 853);
print header(-type=>'text/xml',-expires=>'+3d'),
start_html('XML test'),
('<i...
Hello,
Not sure how to do this and what I would like is to be able to total currency amounts that were inputted into a text box or input field and pass that total to a total box or field.
...
Hi all,
I am using Ajax to allow registered users to create a nickname / community name. Users enter the text of their proposed nickname anf my js/ajax passes what they have entered to an a...
i need to add a log in section this will displayed if the custom need to access anything on the page that need authentication the original page url will get in a $_GET['page']
so what i need...
Hello.
I have a conceptual question I hove someone can solve me.
I know on http protocol clients make requests to server and it responds. So the client is always who initiates the event....
I have the need to capture what url the user has requested.
I am using the javascript event window.onbeforeunload to call an ajax method (this part is working fine). I need that ajax metho...
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...
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'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
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...
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 Folks,
I am using Corda6 for charting on a number of sites,
Each chart has (javascript) image maps for displaying hover overs.
When the user alters the parameters for the chart and r...
I am using Ajax with javascript on a password modify php page to activate another script on the server and my page is programmatically closed immediately after the sending the Ajax request. I ...
I'm trying to get a webpage to load with in my javascript. Here is the code that I'm jusing.
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...
Example: Google Calendar. You can grab an entry on the calendar, move it, and drop it over another day and it'll deposit itself there.
Is that done using AJAX?
I'd like to do something ...
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 thought this would be quite simple, but its not working.
What Im trying to do is use as few functions as possible, so when the user selects something from the first list it populates the ...
I'm building a completly AJAX site with no page loads. All the content is loaded in the same page via AJAX and the URL is changed to /#PageName. So, a user arrives at mysite.com clicks 'About ...
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...
If you goto http://www.omegalove.com/Register.aspx
and fill out the form the captcha does not get validated like the other fields any help would be appreciated.
Hi all,
I have a web page that requires some databinding to be done when the page first load.
So i decided to put the code in the Page_InitComplete event.
In my web page i have some A...
I'm doing up and application which requires form validation..
However, instead of using the onBlur or onkeypress events directly into my <input> field, I wish to hide the events...
I fou...