Re: drop down menu

From: Jeff (design_at_nospam.com)
Date: 03/03/04


Date: Wed, 3 Mar 2004 09:09:51 -0500

Java is rarely used for dropdown menu's. JavaScript is the most common
method followed by visual basic. The name similarity (Java & JavaScript) is
confusing to many web surfers.
Java is a full computer language. It is compiled into a binary format and
requires an operating system to read it, On the Win platform that OS is
called the Java virtual machine (JVM). Win XP does not include the JVM but
it is available as an add on download.
JavaScript is a script language that is read by your browser (IE, NS, etc)
it does not require any special add on or download.. Some web surfers
confusing JavaScript with Java will disable JavaScript in their web browser.
To enable JavaScript go here:
http://dev.cybersessions.com/testbrow/javascript-IE55.html

JavaScript has a very limited scope, it cannot take over your computer or
share personal information with out your permission. Overall JavaScript is
benign and can cause no permanent damage to your browser or OS. Java is a
standalone OS. Applications or applets written in Java can be directed to
transmit data without your permission. Apps. can corrupt your OS and take
over your PC.

"debbie2002003" <anonymous@discussions.microsoft.com> wrote in message
news:617c01c40120$cb18adf0$a001280a@phx.gbl...
> i am not able to get a drop down menu on the my travel
> web site. thier tech dept state that some windows are not
> compatible with their web site. this cant be true as my
> friends can access and use the site ok. i think that i
> need to enable something but i dont know what
>
> please help
>
> debbie



Relevant Pages

  • Re: Accepting javascript?
    ... JavaScript and Java are *not* the same. ... | into was because the web site was listed in Tools> Internet Options> ... I already had the allowance of cookies set for Medium ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Attempt to de-mystify AJAX
    ... I jumped into Java Server Faces because you could supposedly use it without JSP, using straight java code for everything. ... And since it is still an approach to client event handling on the server, it is suggested to incorporate javascript where needed. ... Java doesn't run in the browser and interact with the DOM. ...
    (comp.databases.pick)
  • Re: Java Applet pulled from VMS Web Server
    ... Java Applet JAR file are not "surfaced" by AJAX? ... 2a) Created a socket and connect back to the VMS server that is hosting the ... Are you really saying that Javascript is incapable of accessing any of the ...
    (comp.os.vms)
  • Re: Java -> ActionScript?
    ... Performance in Groovy aufs Korn genommen... ... da ich JavaScript und Java kannte. ... gibt es eben eine MissingMethodException zur Laufzeit und gut ist. ...
    (de.comp.lang.java)
  • Re: Java Scripts in Internet Explorer
    ... JavaScript and Java, despite the similar names, are completely different things. ... Since the URL includes a domain name, perhaps the security settings of the browser is objecting to or blocking the new page being located on a different domain (a script on "http://www.yyy.com"; opening a new window for a page on "http://www.xxx.com";). ... Since the javascript:launchWindowcode appears to be opening a browser pop-up via a JavaScript function downloaded from the web site, I think a pop-up blocker is preventing your browser from opening a browser window associated with the site you are viewing. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)

Loading