Dear Alberto, surely you are right when you say I have to study js deeply, and this is a task I have in my plans, even if my schedule cannot unfortunately...
hi, I have a <td> in which is present an image as well as a textbox.. onclicking the <td> I want to change to image displayed.. How can I access the image...
oops.. got it.. dumb mistake..:) ... From: Sandeep Murphy Sent: segunda-feira, 2 de Setembro de 2002 12:23 To: JS-Jive@yahoogroups.com Subject: <td> and images...
I need a more exact script to detect browser types, not the simple IE or Netscape stuff. I need something to detect IE 5.50 or 5.501 I was going to do...
Hi I've just noticed that my behaviors call the htc file for each instance of the item that the behavior is attached to. So, if I have a behavior on a div...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>this will tell you what version</title> <script type="text/javascript"> //...
Eric Richards
e.richards@...
Sep 3, 2002 7:12 pm
15438
Hi there! Here's my question: How do I load a web page into a frame from JS. I've got a form. The user puts his ref number into a textbox and press ...
thanks that script works great! But is there any way other then using a regexp and match to find out the exact version number? ... From: Eric Richards...
... The only variable that is trustworthy in all browsers is navigator.userAgent . appVersion usually doesn't contain the correct version number. See...
I would set a variable equal to what ever was typed in and open that document in the targeted window. "Dirk Mallinson (DJ)" wrote:Hi there! Here's my question:...
To reload the bottom frame have the onSubmit call top.frames[1].location.href = yoururl?ref=1234; or top.frames[1].location.replace(yoururl?ref=1234); /* this...
Hays, Duncan
DHays@...
Sep 4, 2002 12:32 pm
15443
Hi, who is familiar with 'addEventListener'? It has w3.org DOM specification and a javascript binding in Mozilla. But all given examples, don't solve my...
Immanuel, Like many functions in ECMAScript/JavaScript, it's wanting a reference to a function. One way around this is to do: elem.addEventListener("click",...
What is the way to detect the version of Internet Explorer and redirect the Web page to another page if the workstation does have IE 5.5 installed? Daniel...
Kang, Daniel
DKang@...
Sep 4, 2002 5:23 pm
15446
you can use navigator.userAgent and RegEx to detect "MSIE" and redirect based on that. "Kang, Daniel" <DKang@...> on 09/04/2002 12:22:04 PM Please...
... And it doesn't work in IE or Opera. Not recommended, for the moment. ... elem.onclick = function {} (foo(x,y)}; ... No, it's the way addEventListener...
Thank you for your words of support. As a member of several yahoo groups, I get inundated with the *messages* that VMIS2001@... sends out. Interesting...
I refer the Spammer to http://docs.yahoo.com/info/terms/ Section 6 MEMBER CONDUCT "You agree to not use the Service to: g. upload, post, email, transmit or...
Hallo, in my page I have layers on which texts are displayed when the mouse is over some linked images. These texts have their individual style, and I would...
I am attempting to run both Milonic Menus and a news headline rotate/fade out script on the same page. However, I believe the "setTimeOut" vars in each script...
Greetings, I understand I can use innerText to dynamically modify the content of an anchor tag. E.g. <a id="abc">Whatever</a> <button onclick="Javascript:...
Hi Wierd and strange request, but, I need to be able to launch applications (for example MS Word, Excel etc..) via a Web Browser. Its an Intranet so security...
If you have a layer (let's call its div id "fred") and in that layer is an image, is it possible to apply script to the image to that when moused over, it...
... W3C DOM: <div id="fred"> <img onMouseOver="alert(this.parentNode.id)"> </div> Won't work in NN4, will work in IE4 when you use this.parentElement.id ppk ...
depending on what mimetypes you have set up on your intranet you may just be able to link to a blank document of that type. Just toss up a blank document of...
Thanks, but that's not quite what I am looking for. They want to be able actually launch an application via the browser. Basically using a web page as their...