× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



>It needs drumming into me!

Still drumming... <G>

You're loading session with:

session=(document.getElementById('SESSION').value);  

However, look at the definition of the session input tag:

<input type="hidden" name="SESSION" value="/3EAC243C8F038D11/4FD9C6F3">

See a problem? I missed this last time. 

I agree w/Joe that a JS debugger would help. 

-Walden

------------
Walden H Leverich III
President & CEO
Tech Software
(516) 627-3800 x11
WaldenL@xxxxxxxxxxxxxxx
http://www.TechSoftInc.com 

Quiquid latine dictum sit altum viditur.
(Whatever is said in Latin seems profound.)
 
-----Original Message-----
From: web400-bounces+waldenl=techsoftinc.com@xxxxxxxxxxxx
[mailto:web400-bounces+waldenl=techsoftinc.com@xxxxxxxxxxxx] On Behalf
Of Rob Dixon
Sent: Tuesday, 09 November, 2004 12:59
To: Web Enabling the AS400 / iSeries
Subject: Re: [WEB400] Javascript and browser compatability - half astep
forward

Walden

Many thanks for your response

Walden H. Leverich wrote:

>With a quick gander I'd say it's the same problem with name vs. id. The
>button's NAME is "..../BUTTON.999..." but it has no ID. And as we
>learned previously, IDs and NAMEs are the same in IE (hence it works)
>but not in Netscape (hence it doesn't).
>
It needs drumming into me!

>
>The function:
>
>function fd() {
>       var buttonname = session + "/BUTTON.999-999=*E"; 
>       document.getElementById(buttonname).click()
>}
>
>Should be:
>
>function fd() {
>       var buttonname = session + "/BUTTON.999-999=*E"; 
>       document.getElementsByName(buttonname)[0].click()
>}
>

However, I made the change and it still works in IE, but, sadly, not in 
NS which complains that .

document.getElementsByName(buttonname)[0] has no properties 

and I cannot work out what that means.


Thank you for your most kind efforts.

Best wishes


Rob


_______________________________________________
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.