That explains it ! :-) Thanks a lot!!.... anyway I figured I better make my server return a xml document with the options and then use more JS to populate the...
is it possible to detect if a page has been redirect to? on the webserver I set up http 301 redirection; any requests for http://oldsite.com will redirect to...
How can I get the property name from an object? For example, var myObj = {a:1,b:2,c:3} I want to display the second property of myObj by calling something...
... Try "document.referer", if it doesn't show the old url you can try to add extra information on the redirection, like: "lala.com" > "lala.org?redirect" -- ...
i have a js file which is an ajax tree. i want the utf8 code read from the database to be converted to unicode so that it would show in my tree instead of...
Hi, In the server script (you are using a server script?) you could append a URL name-value pair that could be accessed either by another server script on the...
... First, you should understand that object literals in JavaScript are unordered. If you have an object: var o = {a:1, b:2, c:3}; and then iterate through it...
Hello everyone: I am doing an JavaScript exercise. I want to hightlight (change textfiled background color) the textfiled after the form being submitted. My...
function getPropVal(obj, n) { var i = 0; // Use for loop to get properties for (var prop in obj) { i++; if (i == n) return obj[prop]; } } return null; } ...
Ok, I am working with another coder on a project and we are trying to figure out the best way to do an image rollover. I need some insight into what the best...
... asp.net to create a login page, ... my ... to ... (I ... one ... thing ... You don't have any control over them. Your best bet is to embed the mp3 file...
Simply set the background colour in the "else" part of the check function, before returning true. Why do you have separate check functions for first and last...
It will depend on how many programming languages you are already expert in and which ones they are. Which programming languages are currently expert in? No...
I am currently working on a project that requrires a series of .mp3 files to be read in a precise sequence. I need to know how to embed them into a webpage...
... UTF-8 = Unicode Transformation Format. ... Forget it, it doesn't make sense to solve this with JavaScript. Your problem probably is incorrect charset sent...
Approximatly, 41 1/3 days. Just kidding, I don't think that's something that can be measured in days. It's more of when your comfortable and confident enough...
If you use the JS Image object you could cache the images at the time the page loads, then you can play with them anyway you want. The images will only be...
... UTF8 *is* a Unicode encoding. First determine the character set and encoding that you actually wish to use, then make sure those are specified in the HTML...
I found this light re-sizing script. http://www.twinhelix.com/javascript/dragresize/demo/ The only problem is, that it only works with divs, as far as I can ...
JavaScript is compatible with all of the modern, common browsers. There are a few browsers (lynx comes to mind, older PDA browsers do as well) that don't have...
u can not estimate the nos. of days for preparation. it is all depend on ur capacity to study and grasp . i am also preparing for this. six month has passed ....
... Consider JavaScript as a plugin inside the browser, so a browser may or may not have it, and most of them misunderstood how to implement it due to...
... Mine one is much smaller and work with <img> if I remember: <URL:http://jsfromhell.com/dhtml/resizer> :) Anyway, I think you should forward your question...