I have a question that's for a site that I'm working on: I have a javascript function written for opening a page in a separate window. Some of this script is...
Hi: I have 100's of records in my microsoft inbox which i saved into a text file. I need help how to i import all of them into access table through ASP. I try...
you are nesting single quotes within other quote-sets. the "links" output would look like this: <a href='#' Onclick='popup('null')'>Goa<\a> you'll need to...
You have previously posted this same message on an ASP group under the user-id "Ehtisham" at least four times in almost exactly this same form. (1) Please do...
Help! I'm trying to get JavaScript + CSS to toggle (expand / contract) a menu that I am serving up as an include via PHP. Unfortunately my programming...
Use the following script in the page or in a linked .js function popup(mylink, windowname) { if (! window.focus)return true; var href; if (typeof(mylink) ==...
Hi All, I have a javascript function that brings a JSON response ( {id:['1','3','8'],institute:['a','b','d']} ) from a web service, with over 1500 rows, which...
Hi all. I'm rather new to Javascript, although I've done a lot of programming in past years, in other languages. Below is some code I have in development. I...
Dear Friends I need a Javascript OR CSS script to "show border" OR "any effects" for hotspots on MouseOver event on image map. Best Regards Rizwan Ahmed...
I recently downloaded a script from dynamicdrive.com that displays the time and date on a web page. It works well, but I am experiencing problems trying to get...
Hi people, I have been reading some javascript code trying to track down how it works. But I stumbled onto a part which I cant understand what it does. The...
sMenuItem(ID,EV?_roll_bg_on:_roll_bg_off,EV?_roll_tc_on:_roll_tc_off); has several parameters. I'll break them out on separate lines and space it out a bit ...
Hi All, I'm having a dickens of a time trying to get the positon of a link so I can hover a div over the link when I roll over it. You can see my attempts in a...
Would some kind soul be able to tell me why I am getting a javascript error on this page? http://www.jonimitchell.win-dns.com/painter/ It only happens in IE...
Hi all, I am trying to get the current width, in pixels, of a div (#middle). Everything works great in FF and Safari, but not in IE (PC - not concerned about...
where are setState() and resetState() defined? the following file doesn't exist: http://www.jonimitchell.win-dns.com/scripts/navigation.js -carlos ... From:...
Hey Mark, This is known issue which is explained quite well at Ozzu.com, "you can't retrieve the style values using ob.style.width unless they've been set...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Oct 16, 2006 9:26 pm
21001
Hi Neil, Yes, that is where I got the bulk of the code. Very helpful. The problem is the content is variable, so I can't set an inline style with the width,...
Of course you can set the initial inline value. Set it to 0 (zero), then change for anything you want on the onload event of your page. Or else, create the div...
Hi all, I have a problem with a simple(?) script on IE6 (haven't tried 7 yet). Here is the link: http://www.tonedeafstudios.com/test/test18.php In this test...
Hi Mark, --"...you will notice that [...in explorer the...] page reloads (you can tell this because you get an alert when the page loads) and the variable ...
Hi, Thanks very much for the education. I now know how to solve the problem. I think I will go with the session-wide cookie. Makes sense. Thanks again for the...
hi guys, check out this cool article on the creation of a dynamic object oriented javascript quiz. It makes use of many useful key concepts that can be used in...