The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Web Design
> JavaScript Development
|
Comparing Javascript for Navigator and IE
Discuss Comparing Javascript for Navigator and IE in the JavaScript Development forum on Dev Shed. Comparing Javascript for Navigator and IE JavaScript Development forum discussing JavaScript and DHTML, AJAX, and issues such as coding cross-browser JavaScript.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

April 24th, 2001, 03:36 AM
|
|
Junior Member
|
|
Join Date: Apr 2001
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I'm having trouble finding information on the differences in JavaScript for the Navigator and IE browsers.
I cannot get the following window object properties to work with IE5 :
alwaysRaised
dependent
hotkeys
titlebar
Are these Navigator specific properties?, if so what are the IE equivalents?
|

April 24th, 2001, 06:50 AM
|
|
Junior Member
|
|
Join Date: Apr 2001
Posts: 8
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Isn't it just a signature problem?
It seems you're trying to use commands that need your script to be signed to work properly.
As alwaysRaised, for example, which is part of the JavaScript 1.2 specification, and is supposed to work on recent releases of both IE and NN.
Opening a new window with no titlebar needs as well your script to be signed.
|

April 24th, 2001, 07:39 AM
|
|
Junior Member
|
|
Join Date: Apr 2001
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
thanks zitoun,
how does one go about using signed scripts?
|

April 24th, 2001, 08:20 AM
|
|
Member
|
|
Join Date: Apr 2001
Location: Zimbabwe
Posts: 14
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
digital certificate
u have to tenga one by digital certificate, u be paying hobo mari shamwari.
kanjan uribo?
COME ON!!!!
|

April 24th, 2001, 08:35 AM
|
|
Junior Member
|
|
Join Date: Apr 2001
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
i've read about signed scripts now, and ruled out the window properties I can't use (for now). I have also checked my Javascript manual. I still can't find anything about the 'dependent' property - is this also subject to signed scripts?
Also, is it at all possible to disable the maximise and minimise browser buttons?
|

April 24th, 2001, 08:58 AM
|
|
Junior Member
|
|
Join Date: Apr 2001
Posts: 8
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
dependent ( used in window.open() )
If "yes", the new window will de a child of the current window. A child window closes itself when its parent window gets closed.
I don't think you can manage browser buttons in IE or NN. As they're part of the titlebar, which requires signing, you could probably not reach them, or their related events, with JavaScript for now anyway.
|

April 25th, 2001, 08:02 PM
|
|
Senior Citizen
|
|
Join Date: Jan 2001
Location: leftcoast
Posts: 2,019
Time spent in forums: < 1 sec
Reputation Power: 15
|
|
|

April 26th, 2001, 01:54 AM
|
|
Junior Member
|
|
Join Date: Apr 2001
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Thanks adios, am looking into it now 
|

April 26th, 2001, 02:03 AM
|
|
Gödelian monster
|
|
Join Date: Jul 1999
Location: Central Florida, USA
|
|
|

April 26th, 2001, 03:22 AM
|
|
Junior Member
|
|
Join Date: Apr 2001
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
thanks rycamor
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|