... Or title="blah blah" If you want to get random text under the mouse then you need to dedicate a complete function for grabbing the text. You could use a...
Actually that .value should be .innerHTML Sorry... Thanks Steffan ... T E L 6 0 2 . 5 7 9 . 4 2 3 0 | F A X 6 0 2 . 9 7 1 . 1 6 9 4 Steffan A. Cline ...
Until our tech department gets us a server with PHP/MySQL, I need to have a single click change two objects -- a graphic on the same page, and the source URL...
onmouseover=f() function f() { var x = event.srcElelement; var text = x.innerHTML; } ... -- *Alain* Some People dream of success ......while others wake up and...
Do you mean like when you hover over a link or image? J Hohgrefe ... ===== Check out my web site:http://www.geocities.com/Area51/Station/4077/There is lots of...
I made this simple little card system for a friend. It works well in most browser except that I noticed that Mace Explorer locks up on me. Not sure why. After...
When I use an onClick event to submit a form like so: <a onClick="submitForm('0','0');">Send</a>. My form only gets submitted after clicking the link several...
Hi guys. We have a customer having a generated HTML page with a fixed size table. He wants us to print this table in landscape mode as a default, without...
Aren't the anchor tag and the submit button doing the same thing? J Hohgrefe ... ===== Check out my web site:http://www.geocities.com/Area51/Station/4077/There...
Hi, Please refer to: http://pennington.cc/dcp/01_01.html There's a link to an external Javascript DHTML menu dcp_menu.js, which appears after (below)...
try to put some thing like <a href="javascript:submitForm('0','0');">Send</a> or <a onclick="submitForm('0','0');" href=#>Send</a> Maybe he's not taking the...
I have an array of integers that contain used id numbers. var selectedIDs = [1,2,3,4,5]; I'm creating a dynamic select box and need to prevent any values from...
Show us what you've got so far. Dave S ... From: "Bosky, Dave" <dave.bosky@...> To: <JS-Jive@yahoogroups.com> Sent: Friday, January 21, 2005 1:40 AM ...
I have a web app that displays a list of customers, each customer has a radio button next to it that has an OnClick event that uses document.formname.submit()....
Greets, everyone. I have a web form that is very similar to the one located here under "Find a Vehicle": http://autonation.com/Corporate/Default.asp?Page=Home ...
How do i switch off the scrollbar for safari rbowser? The statement window.scrollbars = 'no'; is not working for safari browser but works well for other...
Good afternoon. Regrettably, it cannot be done with Javascript. PHP has a set of printer functions that may be able to effect this. I also believe it can be ...
I have a webpage which shows and hides divs as a method of navigation. It works great in the ever evil IE. It works not so great (read not at all) in any...
We would like to remind you of this upcoming event. Happy Birthday, JS-Jive! Date: Thursday, February 3, 2005 Time: All Day Js-Jive was formed on February 3,...
JS-Jive@yahoogroups.com
Feb 3, 2005 4:47 am
20587
... Bloody hell... 5 years old!! Making me feel old now! Well Happy Birthday JS-Jive! Hope everyone finds the list as useful now as I did back when it first ...
I'm trying out HTTPRequest for the first time, and so far the process itself works great. Problem is, I'm having a hard time figuring out how to display the...
The result set will be raw HTML page content served by the server. You'll need to parse the content and then use it as you fit deemed ! As in : xmlhttp = new...
Kayode Yusuf
Kayode.Yusuf@...
Feb 3, 2005 4:11 pm
20590
... I get the response I'm wanting -- in this case, a series of OPTION tags and their attributes and values. What I can't make it do is populate the SELECT...
Simple - one or two things : You will need to parse the responseText using regular expression or something else and then extract the option values which you...