I am working with php and want to have a page that has a drop down on top. elements in the drop down have some id associated with them. Underneath the drop down there is a text box and underneath the text box some images. so like the following
<drop down box>
______________
<textbox _content_ loaded via ajax onchange of drop down box>
...
Hi guys, i have popup-window in my script. I use window.open, but almost all browsers block this kind of windows. So i wanna change it to another popup, which include php-script. I saw it at another sites. As i understand, they use ajax. Could you provide for me some more info?
...
This is what I'm talking about:
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ComboBox/ComboBox.aspx
basically I want to have a drop down list that can also have a manual text override... is there a jquery plugin that can do this easily? Or should I try and incorporate the toolkit one somehow ?
...
heya
I use jQuery/AJAX to send queries to MySQL. It works flawless in FF and Chrome, but in IE(7) you have to wait a couple of seconds before you change "option" in the select box. Or else no value returns. While in FF and Chrome you can do it immedadtly.
countrycodes value is set, but it dont always get to query.php.
<script type="tex...
I have a page that already makes multiple AJAX requests at the same time. They use the Comet model, so there are always multiple HTTP connections open, waiting for more data from the server. As the page gets more complex in the future there may be even more. I'm concerned about opening too many connections.
I wonder if there is a way to...
I'm building a website with text box containing log messages. the log is getting updated using AJAX.
<asp:UpdatePanel ID="UpdatePanel1" runat="server" >
<ContentTemplate>
<asp:TextBox ID="TextBox1" runat="server"
onload="textbox_load"
Height="110px"
TextM...
site - http://www.xa.ly/
when you click on "my links" you can see all your short urls you created along with date hits and option to delete it. When you click on hits, a fixed div appears a little below the top of the page with data on each user, with time, browser and OS, with a few graphs, this doesn't appear in opera. in ie i have cre...
Hi,
I have been having problems getting my xml to load in all browsers. I have finally got it working in safari but now it is not working in IE. Has anyone got any solutions?
Thanks
function displayResult() {
var xmlRequest = new XMLHttpRequest();
xmlRequest.open("GET", document.getElementById('tracklisting').innerHTML, fals...
Is it possible to make an ajax call (using Jquery) to request a file.
(The ajax call passes back a chunk of information) the Server reponds by sending a file or an error message.
If the server sends the file I would like the browser to handle the request so you get the browser's standard file download action.
Is that doable? Or is it ...
Hello, I'm using jQuery-UI tabs, to load internal/external (on-site) content.
Is it possible to load part of the document, as it is possible with standart $.ajax, without rewriting complete code?
$.ajax({
url: passedUrl + " #pageContent .mySelector",
cache: false,
success: function(html){
$("#loadHere").append(html);
}
});
...
We are looking for a rich dashboard component.
Ideally, we do not want to use Flash technology but instead something implemented with pure AJAX. While YUI offers an excellent AJAX library and it offers a lot of rich UI components it does lack, to my knowledge, sophisticated widgets like dashboards. For sure, such components can be foun...
I am using System.Linq.Dynamic to do custom where clauses from an ajax call in .Net MVC 1.0.
It works fine for strings, int etc but not for DateTime, I get the exception cannot compare String to DateTime. The very simple test code is
items = items.Where(string.Format(@" {0} > {1}{2}{1} ", searchField, delimiter, searchString));
Where...
has anyone done any comparison between ajax helpers and jquery. there seems to be a lot of overlap and i wanted to see if anyone did a breakdown on which is better.
...
Hi
I would like to create an html frameset like the picture below.
can anyone point me in an helpful direction as I'm not sure how to create this?
Should I use frameset or something else like AJAX?
------------------------------------------
| |
| |
|-------...
I have a shoppingcart control that lists the items in cart. Each row has a delete submit button that is wrapped around ajax.beginform that will call the controller, delete the item in cart and render the shoppingcart as partialview. The ajax and deletion works fine in IE and Firefox. In firefox only, after the submit button is clicked an...
How do i use ajax to send POST requests to the server instead of GET?
...
HI, I am learning struts 2 with Tiles 2 and the word "topic" shows up very frequently...
What is a topic?
for example:
The sx:a tag (specifically the ajax a template) and the div tag support an ajax event system, providing the ability to broadcast events to topics. You can specify the topics to listen to using a comma separated list in...
Hi,
This is kind of tricky. There is this webpage which, I am guessing, uses some kind of AJAX to pull out content based on the search query. When I fetch the page using get in Perl, it fetches the script code behind the php/html, but not the results which are displayed when the query is searched manually. I need to be able to fetch th...
<asp:DropDownList ID="ddlTime" runat="server" CausesValidation="true"
AutoPostBack="true"
onselectedindexchanged="ddlTime_SelectedIndexChanged">
<asp:ListItem Selected Value = "True">--Select--</asp:ListItem>
...
Hi, I'm relatively new to the whole AJAX way of doing things so please excuse me if I'll mix two different things (although I'd appreciate it greatly if you could comment me on that).
My question is this:
I have many web clients (lets say around 1500) whom I want when starting up to "subscribe" to the web server with some sort of Id and ...