Hello, I'm trying to have the damnest time try to get this to work... any ideas on why it's not functioning? probably something stupid I'm just missing... Thanks for the help here...
jeremy...
Hello, I am getting a "There is no source code available for the current location" when I try to debug my web application in VS 2005 debugger...
In the message box, I click the "Show Disass...
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 attached an action to a DropDownControl like this...
ddlSchedType.Attributes.Add("OnChange", "setVisible(this.selectedIndex);")
The function setVisible (see code snippet) appears ...
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 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...
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...
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 ...
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 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...
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 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 am in the process of writing a user control.
Basically it will display some basic information and will have a link button on it.
When this link button is clicked i want to use ajax to ...
HI all,
i want to know if it is posible to open a website inside a webpage using the UpdatePanel of ajax. The idea is to replace the FrameSet of HTML which gives that functionality using Aj...
Attached is the two javascript functions that I need to run with one onclick event like
<a href="#" onclick="Calendar('next_month','$month','$year');show_event('$month','".date("j",$value)....
Im using ASP.NET and have page with a Listbox on the left and a list of textboxes on the right. When the selected index of the Listbox changes the AutoPostback event fires and the page will re...
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 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...
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...
(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...
I have a situation where we need to generate page content using Ajax. The reason for this is that the Web site is currently written in Cold Fusion and the scripts that run the back end of the ...
I want to change some coding on my page to get rid of the "flicker" that happens each time the user selects something from the dropdown. I have never used aJAX. I got a quickie guide but I ne...
I have the following:
<asp:Label ID="lblDOB" runat="server" AssociatedControlID="txtEmail">Date of Birth:
</asp:Label>
<ajaxToolkit...
I am looking for the client-side script to switch the active TabPanel as if you clicked on the tab itself. In my page I have a HyperLink that I want to simply call javascript to change the act...
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...