Is there a way to validate xml against xsd in firefox?
In IE we can do.But how we can do in firefox(javscript code snippet).
I created a function that was working 3 days ago in all browsers, no problem. Then, when the client switched their DNS over, all of a sudden this script isn't working in IE7 only. So I came ...
My problem is two fold but both are fairly simple I believe. I have a simple code that displays a javascript countdown timer. It counts down from 45 seconds and stops on 0 seconds. Works great...
Hi, I need to open a child window from my parent window, enter some data in an input box and then submit that data to my backingbean which will then get data from the db. The problem I am havi...
I have a form with radio buttons with different values. I have a js function that is executed with onclick event of a ignore all/update all link. That part works but the clear all part of the ...
Hi...
Here's the situation:
1. I've got a search box script which dynamically searches as you type. So, if you type in a word, the content on the page starts to narrow down until it onl...
I have two drop down lists in a user control on my page, one is on load of the page populated with wine types i.e. Red, White, Rose, Sparkling etc and the other is wine varieties and is multil...
Hey Experts,
This time I don't thing this is a really hard item but for me I just don't understand what to do to fix it.
I'm quite sure that I have a value that JavaScript is trying to c...
Hello,
Who would be able to provide me the code in javascript to create, show&hide a transparent layer/div to display a "please wait" image ?
Indeed for all the web browsers...
Thanks...
I am trying to incorporate form validation in my form and only if it validates sent the form contents on to PayPal.
The code I have attached works as far as validation is concerned. Howeve...
Hi,
I have been looking through some old questions and have managed to create a dynamic form where the user can add more form fields. I have two further requirements regarding this form:...
I want the user to click a button and have a modal dialog change size with animate(). Is this even supported in the latest jQuery release?
I tried it with the following: $('#dialog').anim...
I need to know how to write the value of canvas to an image on the server. I assume that I would need to write the value to php $_POST[canvas] then save the image as png, but I don't know how ...
I have a main div with a show/hide div within. When the show/hide div is toggled, I would like to change the main div's styling. Where currently the class is "recordwrapper closed" I would lik...
I have several sets of markers on my google map...and I only have the latitude and longitude of markers...how can I change their color with assigning an event listener?? Any suggestion?
Hello,
I have a webpage which contains multiple text fields with data being stored into a MySQL database. My issue is that I have a "first name" text field and am looking for a way to v...
Hi,
I have some JavaScript that resizes an image proportionally based on the available space in a DIV.
I click an image thumbnail that swaps the image for a larger one and then resizes i...
I am trying to show hide table rows using JQuery, The following code works but I have multiple table rows and each needs to toggle independently of the others. Adding a sliding effect would be...
Which commands can be interrupted by event handlers?
There are some javascript commands that can be interupted allowing other javascript procedures to be called (e.g. event handlers).
For...
Please convert this javacript to C#
I'm using the latest Safari browser on the MAC and it doesn't seem to support basic Javascript functions. It works fine on Safari on the PC. I need to replace a Backslash in a string and it's...
Hi
I need a timer start countdown when loading a aspx page.
e.g. I can set it 60, 90, 180 seconds.
When the aspx page has loaded, the countdown timer would start to countdown, e.g. 60...
Hello, I'm trying to find a solution for integration of barcode reader and php.
What I need to do is:
1. Read barcode via USB barcode scanner.
2. Barcode scanner sends signal when finish ...
Hi Experts,
I have a javascript slideshow with forward backward buttons on my page. I want to enclose these two inside a border, which should run across the w...
YUI Treeview Control - How to set and get ID/value of the text/level showing at node.
I am using YUI treeview control in ASP.NET. I want to set and get the ID of data along with the label.
...