PDA

View Full Version : I can't access certain items


robanion
09-13-2002, 04:54 PM
I am having problems with certain buttons. If it is Javascript, I can't access it. For example--at elance I cannot view portfolios. When a site allows to enlarge a picture, I cannot do it. Some sites I cannot even place an order--nothing happens when I click.

This is so frustrating. Can anyone please help me to understand what I need to do to make it work?

I have read about the settings in Java, but even if I reset them, nothing helps. I am using IE 6.

Thank you.
Becky

Guardian23
09-13-2002, 05:08 PM
More likely than not, that was a slight, if unintended, exaggeration,
almost all Websites now use JScript, and technically buttons and
image links belong under HTML, but not necessarily, this should
probably be somewhere else though, cause this isn't a programming
post.

But anyway:

Does an error message pop up? If not, then maybe your error
messages are suppressed, look at the bottom-left corner of the
screen, if there's a yellow triangle, double click it and see what
it says, if it appears every time there's a problem, then it's the
site's fault.

Guardian

Sorry, maybe you could post a link? I'm using IE6 right now...
PS. View their source, is there a <script> tag? What's in it?

robanion
09-13-2002, 05:32 PM
I figured it out. It was my Web Washer preventing pop ups from occurring :o

Sorrry...Please move along...nothing to see here....


I'll just be going now........

Spookster
09-13-2002, 07:28 PM
Originally posted by Guardian23
almost all Websites now use JScript

You meant Javascript and not JScript right? They are two different things.

Guardian23
09-14-2002, 03:02 PM
Errr... yes.

But about that, what exactly is the language called "JScript", I
hear about it, but never actually saw it or touched it, so what is
it?

Guardian

PS. sorry 'bout that, I heard a reference to JScript once in a post,
so I just assumed that they meant JavaScript.

Spookster
09-14-2002, 04:20 PM
JScript is Microsofts version of Javascript.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/js56jsconabout.asp

Only supported in IE of course. It was a weak effort to try and compete with Netscape at the time when Netscape developed Javascript.