I am trying to integrated paypal in my commerce website using the following code. But the problem is that when I completed the payment in Paypal website, it does not return to the "retun_url" ...
I can get every other value to alert fine except for the QUAN value which comes from a combobox.
I'm using jQuery to update some existing components to use in a a new context. I've got a page which generates some links dynamically and uses default onClick functions, but I need to change t...
I have an Iframe which contains a form. After the user clicks on the submits button, the data should go to the database [i have done this] and the iframe should close automatically and refresh...
Hello Experts,
Please can someone of you go through my attached code and help me to show an alert to the user if the name they give is already exist in the xml file.
I am doing an Ajax cal...
Hi,
I am trying to solve an issue and the following is the only solution I can think of if it is possible.
I have an internal company website for our employees so download speed is not a...
Hello Expert,
I have two multiple SELECT elements, I am using the attached code snippet to add items from list1 to list2 from the button onclick event.
The options from the Llist1 will get a...
Hi,
I have a confirmation dialog. It is being used to warn the user about a time consuming operation, and confirm that he wants to proceed. The problem is that the dialog window does not clos...
Hi,
I am using frames in my webpage.the web page is partitioned into two frames.
All i want is, whenver the right frame refreshes, i want to reload the left frame also.
that is call the ...
I need an image gallery with a vertical auto scrolling thumbnail.
Very similar if not identical to the one on http://www.tc-bathrooms.com/
I have found a few varieties on dynamic drive...
Hi,
I would like to execute an action of submit in a button of my form using Javascript.
I try
document.forms[0].field.click();
this works ok in Internet explorer browser. However is not ...
I want to convert the lowercase letters typed by an user to uppercase and viceversa. IE portion of the script works. For other browers e.which gives me the value of the key typed. But i am una...
I have a select box with the list of countries. When USA (value=254) is selected I want to show another select box with a list of US States, otherwise it should show a text box for user entry....
Trying to figure out how to reference the 2 streamName name/value pairs in the <object> and <embed tags> of a flash control on an .aspx page. I am trying to use asp.net to get the data from a ...
Hi
In the function below, I display a tabbed info window in Google Map API. I successfully displayed the variable html2 because it contains data in HTML. However, htmll1 is a string that con...
Hello!
I'm trying to expand a drop-down selection box programmatically onmouseover.
I've tried using onmouseover="this.size=..., but this type of solution merely converts the drop-dow...
How do I reference the browser window generated by the "browse button associated with a file type input form element?
Hello Experts,
I have a script attached which needs another parameter to pass the query param which is different for each call
Thanks for your help
Rgds
S
I am looping through some text and need to compare text with text from another string to see if it matches anywhere in that string, and if it does, get the next character in the text, compare ...
Hello!
I need some way to ping an IP using javascript. The ping has to come from the client, hence the JS dependency, and it should work just as if the client ran ping from their command p...
I'm trying to figure out how to work with the setInterval() method in javascript and use it to make the width of a div tag grow by increments so it provides a neat visual effect of growing to ...
When i displayPHP-generated SELECT dropdown lists, it's easy to insert SELECTED in the appropriate <option> that matches the current value in PHP.
I have now the situation of a static html ...
Hi,
I try to use Spry.AutoSuggest widget in my project with ajax. But it doesn't work with ajax. In normally there is no problem.
I've attach code.
Spry link : http://labs.adobe.com/technol...
I'm trying to use an accordion effect and I'm getting the following error:
Effect is not defined
http://localhost/includes/js/accordion.js
Line 56
In the header, I've included the js ...
How can I keep the original selected value of a dropdown box after the page has been reloaded? RIght now I select a value form the drop down box, the page reloads and populates another field...