Dear All, I have to parse xml file retrieved from remote server. Parsing works in IE but doesn't work in Mozilla. Can anybody help me? -- Mohiuddin [Non-text...
Hello all, I want to use CSS to initialise the font and background of table cells. I then want to change the className to change the background and not the...
listgroups@...
Jul 12, 2007 9:34 pm
15375
If I understand correctly, you want to apply more than one CSS class to a HTML element? If so, the way to do it is to specify all the CSS classes that you want...
Hi Friends I am developing a application in asp.net with c#. i have to load a pdf/chm file in application. Actually the problem is that client wants that any...
I'm retrieving all images in a section of my source code. I want it to skip all the images that have the id="blocker". I've tried using strpos to search for...
Hello all, I want to use CSS to initialise the font and background of table cells. I then want to change the className to change the background and not the...
listgroups@...
Jul 16, 2007 3:37 am
15379
Sure. Instead of changing className, use the style property: object.style, or more specifically, object.style.background, object.style.backgroundImage,...
I assume you're using a link to get to the other page? Just pass the information you need across in the query string part of the URL. Then the slideshow page...
I have two HTML elements in a web page (in fact, it is a popup window); namely, an input text field and a data table. The "Enter" key is used at both places:...
If I understand what you're doing correctly, why don't you put your text field and table in different forms and perform your action on the forms onsubmit...
Please answer my question. How do we can calculate sundays between two dates in javascript? is there any method available in javascript or some special trick...
Hello experts, I have a <DIV> with a flash object inside. The problem is, when I hide the <DIV> using 'display:none' and then show it again later on, the flash...
Any public method can be called from JavaScript. Give the applet a name and call the method as in: document.appletName.publicMethod(), where the applet is...
Hi Dave, thank you very much for your response. I'm still struggling to get that value from one html file to the other html file with the array. this works: ...
[posted it yesterday, but did not show up] Hi Dave, thanks for your support. I'm still struggling to get that information to the html file with the array. ...
There is no "special trick" for counting Sundays, just get both dates and start adding days to the start date checking for the day of the week (Date.getDay()...
Hi. did you get my message the other day, on how to do combo box change selection in forms, using java script? if any one read my message, let me know asap. ...
Query strings are introduced by a question mark, separated by ampersands, and use a "keyword=value" syntax. (Actually, the last two are conventions; it is only...
There are two separate parts to the trick of counting the number of Sundays between two dates. First is to find the number of whole weeks in the range. Each...
Hi Rendian, Did you create the Flash object? If so you could use javascript to pass it a variable telling it when/where to start/stop. Paul ... hide the ... ...
Hi Dave, thank you for your invaluable hint on "query string". I was mistaken, believing query string is only something for cgi scripting to get something out...
Hi Hans, You need to use the window.location and location.search properties. Experiment with these functions: // originating doc function: function send() { //...