![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I think there is some kind of problem: entering "*" or a keyword gets me a list of links, but none of them work. In IE I get "javascript error"; in Firefox, nothing. |
#4
| |||
| |||
|
|
Scott Ballinger wrote: I think there is some kind of problem: entering "*" or a keyword gets me a list of links, but none of them work. In IE I get "javascript error"; in Firefox, nothing. Same problem with Firefox here, but in IE I get to see the topic. Trouble is, the topic is overlaid on the "Enter Key Word ('*' to list all)" text. Luke Mozilla seems to work fine. Try entering a single letter. |
#5
| |||
| |||
|
|
I think there is some kind of problem: entering "*" or a keyword gets me a list of links, but none of them work. In IE I get "javascript error"; in Firefox, nothing. |
#6
| |||
| |||
|
|
Same problem with Firefox here, but in IE I get to see the topic. |
|
Trouble is, the topic is overlaid on the "Enter Key Word ('*' to list all)" text. |
#7
| |||
| |||
|
|
Mozilla seems to work fine. Try entering a single letter. The links work as well. Very interesting stuff. Patrick <;=) |
#8
| |||
| |||
|
|
Hi Scott, I think there is some kind of problem: entering "*" or a keyword gets me a list of links, but none of them work. In IE I get "javascript error"; in Firefox, nothing. Thanks for taking the time. What version of Windows and IE are you using? I am unable to reproduce this. Everything works as expected when I test with: Win2K / IE5 Win2K / Firefox Win2K / Netscape7 WinXP / IE6 WinXP / Firefox WinXP / Netscape7 Debian Stable / Firefox Debian Stable / Mozilla5 Debian Stable / Epiphany1.4.8 Debian Stable / Galeon1.3.20 Debian Stable / Konqueror3.2.2 I haven't tried IE/Wine but ... well, I probably won't LOL Don't have a MAC so can't try Safari but have found that usually if Konqueror works, so does Safari. I appreciate the input! Error messages would be a big help, does Microsoft provide a javaScript console? -Tom |
#9
| ||||||
| ||||||
|
|
IE 5.5+ on XP+SP2. Full keyword entry does nothing, single character works, but what does it mean? "L" for instance, returns Pick on Unix and Native Open, "A" returns CDP Common Answer and Pick on Unix...what's the connection? |
|
After a few entries which work, I consistently get: Unable to read item 'Test_formatting' Error: '2' Yes, there is a IE/Windows javascript debugger/console, but this appears to be a php or object error, so that's no help. |
|
Aside: Curiosity killed the cat. Looking at the source, I note this: eval('document.all.' + name); eval calls the jscript compiler internally to evaluate the expression. On most pages it does not matter a whit, but if you are doing any extensive programming in javascript, this is horrendously expensive. In our Webapp, |
|
our multi-value display was changed from using evals extensively to more rational code, and there was an 90% increase in speed, translating to a drop from 2 seconds to 0.2 for, say, 100-line displays (Maybe this says we shouldn't be using javascript!) |
|
And, in almost all cases, it is unnecessary; the above could be (syntax which also works on NS) document.all[ name ]; Besides, why wouldn't document.getElementById(name); work on all browsers? |
|
Finally, "name" is a semi-reserved word in javascript; if scope is not correctly setup, it references window.name, and if you change that, it leads to curious and difficult-to-debug errors down the road. Been there, done that. Chandru Murthi "Tom deL" <ted (AT) blackflute (DOT) com> wrote in message news:1126314090.225743.307230 (AT) g47g2000cwa (DOT) googlegroups.com... Hi Scott, I think there is some kind of problem: entering "*" or a keyword gets me a list of links, but none of them work. In IE I get "javascript error"; in Firefox, nothing. Thanks for taking the time. What version of Windows and IE are you using? I am unable to reproduce this. Everything works as expected when I test with: Win2K / IE5 Win2K / Firefox Win2K / Netscape7 WinXP / IE6 WinXP / Firefox WinXP / Netscape7 Debian Stable / Firefox Debian Stable / Mozilla5 Debian Stable / Epiphany1.4.8 Debian Stable / Galeon1.3.20 Debian Stable / Konqueror3.2.2 I haven't tried IE/Wine but ... well, I probably won't LOL Don't have a MAC so can't try Safari but have found that usually if Konqueror works, so does Safari. I appreciate the input! Error messages would be a big help, does Microsoft provide a javaScript console? -Tom |
#10
| |||
| |||
|
|
I think there is some kind of problem: entering "*" or a keyword gets me a list of links, but none of them work. In IE I get "javascript error"; in Firefox, nothing. Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 |
![]() |
| Thread Tools | |
| Display Modes | |
| |