Javascript problems on some web click throughs

  • Thread starter Thread starter Gel
  • Start date Start date
G

Gel

Any advice on my problem valued.
Some sites with hypalinks that cause a message in bottom left hand
corner "Shortcut to Javascript;" dont work for me.

I have a FLASH pop up blocker, but turning off makes no difference.
In I/Explorer all Javascript boxes ticked.
Version = 6.0.2800.1106xpsp2.030422-1633

Typical example is my bank's secure e mail messages; I get the menu
and index but when I select one to read, I get no message opening.
I can write a message to them so that option works, but is rather one
way form of communication!
 
Hi Gel,

Keep in mind that Java and Java Script are separate issues. That said: Are
you using the Content Advisor per chance? If not this also happens after
NAV 2003.

Added info from Bob:

JavaScript (and Microsoft's implementation, JScript), is a C-like
scripting language intended to allow web developers to put a bit of logic
into web pages. For example, on just about all of my sites, I let JavaScript
read the computer's clock, and issue a greeting like: "Good morning. What's
new for Thursday December 6, 2001" Similarly, many menu schemes use
JavaScript. If the script language is downloaded from the server, and runs
on your computer, it's called 'client-side.' Otherwise, if the logic is
performed before the page is sent to you by the server, it's called
'server-side.' Each has its uses.

Java is not a script language. It is an object-oriented programming
language similar in syntax to JavaScript in that it is a lot like C or C++.
Java code is compiled, and not interpreted. Interpreted means your computer
figures it out, line-by-line whenever it is used. Compiled means your
computer figures it out all at once, from a file that ends in .java. You can
do a great deal more with Java than with JavaScript, but again, each has its
uses.

There are many other scripting languages as well: PERL and VBScript to
name just two.

JavaScript needs nothing special. The browser knows how to figure it out.
Java applets require some runtime files called the 'Java Virtual Machine,'
or JVM. Microsoft had a version, and Sun has a version. Microsoft will stop
supporting the JVM, and that will allow users to standardize on Sun's JVM,
which is probably a good thing.

However, soon we'll have web sites using Microsoft's new tools: Visual
Studio.NET, with two new languages to deal with: Visual Basic (which will
more or less supplant VBScript for most uses) and C#, pronounced 'C Sharp'
which seems to be able to do just about everything Java can based on my
experience with the Visual Studio.NET beta.

There's a whole lot more detail than you asked for. I hope my synopsis
didn't lose too many of the finer points in the basic translation. If so, I
accept responsibility for any errors of simplification.
 
Hi Kelly+ Bob; Kelly answer NO
Am using AVG Anti Virus not NAV
A very annoying problem
Is drop downs with NO CONTENT also related problem; even happens on MS K/Base?
I find I can cure this by temporarily lowering pages security ratin
& they then drop downs work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top