Hi all,
In VS2010 I have VB.NET codebehind aspx pages and I'm using Ajax multihandleslider extensions to filter search results on numerical values.
Fistly, the multihandle sliders don't display in the designer... I have to remove the slider targets tag:
In order to make it display in the designer... this isn't so much a big is...
I have this code.
xmlhttp.open("GET","getuser.php?q="+str,true);
where q="+str
I want to pass a second var how do I do this?
...
Hello,
I have two tabs each with different styles and different text. One recent posts and one recent comments the css for each are below with the ones I need to have when they are selected.
So pretty much when a user selects the recent comments it will change the entire block to the second one (2). Pretty much changing width, and swap...
I'm looking to create a multi page ordering form the first page would contain some dropdown and text fields, the second page would contain more text fields, the third page would be an order summery with paypal payment option.
I'm just wondering what the best way to create this order form is. I've used sessions in the past but never with...
I created a function in my controller called addToPlaylist($songName). I wanted to add these song names to an array and then a session variable using an Ajax call. The first time i did this i got an error saying i do not have a template file to display in the chosen div ("add_to_playlist.ctp was missing"). I created this file and everyth...
A web application I'm helping to develop is faced with a well-known problem: we want to be able to let users know of various events and so forth that can occur at any time, essentially at random, and update their view accordingly. Essentially, we need to allow the server to push requests to individual clients, as opposed to the client as...
I have a page when, if the user is near the bottom of the page, loads the next page.
I just recently switched it to jQuery, and now use the jQuery.ajax() function to get the data. However, now i cannot check if the xhr is already loading, making the page load multiple xhrs when the user near the bottom.
My listener is:
$(document).scr...
Hi all ,
I have a problem here, I have two files form.php and index.php , my form.php has an ajax to fetch data from index.php , also my index.php has a mail function which is running perfectly when we run index.php directly, but when i form.php to fetch data from index.php this mail function is not running .....
can any body tell me wh...
Say, there's a URL http://www.example.com/#hello
Should #hello thing be sent to the web server or not, according to standards?
How do modern browsers act?
Update: Please do not ignore the first question.
...
I've a simple page with link_to_remote Rails Ajax function and HTML table.
I'd like to change row of the table when click that link.
This is my html.
<table border="1">
<tr>
<td><div id="ajax_result_1">1</div></td>
<div id="ajax_result_2"><td>2</td></div>
</tr>
<div id="ajax_result_3">
<tr>
<td>...
I am using an image instead of a submit button for search option and use onclick events to load the results using ajax in php.Now I need to load results by hit enter also.Is their any ways to update my application without changing the image.
Thanks
...
I have 23(column)x6(row) table and change the row with link_to_remote function.
each tr tag has its own id attribute.
change link call change action and change action changes the row using render function wit partial.
_change.html.erb
<td id="row_1">1</td>
.
.
omitted
.
.
<td id="row_23">23</td>
link_to_remote function
<%= link_to_...
I've been asked to create a stand-alone webapp using "straight" HTML and Javascript that does user authentication against an existing PHP app (backend is MySQL). Unfortunately, I really don't have a firm grasp on how PHP authentication works, and I'd rather not invest a lot of time in learning PHP just for this particular case.
I can se...
I've exhausted every avenue of research to solve this one so hopefully someone else will think of something I just didn't.
Relatively straight forward setup, I have a html page with some javascript that makes an ajax request to a URL (in the same domain) the java web app in the background does its stuff and returns a partial html page (...
Hi,
My XHR POST REQUEST is cut off. When I try to reload my page information is missing. Firebugs sends following message:
... Firebug request size limit has been reached by Firebug. ...
My question is: What are my options?
Would it work if I declare the content.length in the header?
I added a line to my apache config file and res...
How to make modal popup like gmail (when we try to upload exe the pop up that generates covers scrollbar of the page)
...
HI,
does anybody know if there's any option to show a real progress bar in my web site, when uploading a video to youtube using their API? I believe that in order to do so , I would need to have the option to make ajax calls during the upload to get the state of the upload. am I right? and if I am, do you know if that's possible and how...
I've tried to use http://digitarald.de/project/history-manager/ but whether it doesn't work with mootools 1.2 whether i'm writing wrong code :(
...
I have a form that jQuery tracks the onChage .change() event so when something is changed it runs a ajax request and i pass in the column, id, and the values in the url.
Here i have the PHP code that should update the data.
My question is now how do i build the mySQl string dynamically.
and how do i echo back the changes/updates that w...
We are using YQL to get the Profile Information in a Yahoo! App using YAP, however, we are facing an error while executing the YQL Query. We are using OpenSocial Gadget AJAX Functionality for making the call.
Following is the error message we are getting:
{"error":{"lang":"en-US","description":"Authentication Error. The table social.pr...