|
 |
javascript thread: Extending Browser Functionality
Message #1 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Fri, 11 Jan 2002 14:46:48 -0000
|
|
Hi Joe,
I've got those tools - thats what gave me the idea of wanting more menu
options to do more things...
-----Original Message-----
From: Joe Fawcett [mailto:joefawcett@h...]
Sent: 12 January 2002 09:23
To: javascript
Subject: [javascript] Re: Extending Browser Functionality
There are also some tools in the xml section to view the transformed source,
adding two options to the context menu. If you want to go the whole hog and
add com extras I recommend 'Shell Programming' by Hamilton, published by
O'Reilly. There are a couple of example chapters floating around on the
Internet.
Joe
----- Original Message -----
From: "Alex Shiell, ITS, EC, SE" <alex.shiell@s...>
To: "javascript" <javascript@p...>
Sent: Friday, January 11, 2002 2:46 PM
Subject: [javascript] Extending Browser Functionality
> Can anyone point me to some resources on how to extend the functionality
of
> IE?
>
> Basically I do a lot of work with manipulating and transforming XML in the
> browser, and what i really want is to be able to see the XML in the state
> that its currently in at any time. I'm currently acheiving this bby
putting
> this button in:
>
> <INPUT TYPE="BUTTON" VALUE="xml"
> onclick="alertwindow(document.XMLDocument.documentElement.xml)"/>
>
> (alertwindow is a function which opens a blank window and writes the
passed
> in content to it)
> But then of course I have to keep removing the button every time pages go
> live. Likewise I'd like to be able to intercept xmlHTTP calls, so I can
> view the XML going in each direction, which I can currently only do by
> uncommenting a line in the function which uses xmlhttp, which I then have
to
> comment out later.
>
> So Ideally what I want is to have menu options in IE which can do this -
is
> this even possible? or alternatively are there tools out there altready
> that can do this?
>
> ________________________________________________________________________
> Scottish Enterprise Network
> http://www.scottish-enterprise.com
>
> Headquarters Address & Contact Numbers
>
> 150 Broomielaw
> 5 Atlantic Quay
> Glasgow
> G2 8LU.
> Tel: +44 (0) 141 248 2700.
> Fax: +44 (0)141 221 3217
>
> This message is sent in confidence for the addressee only.
> It may contain legally privileged information. The contents are not to
> be disclosed to anyone other than the addressee. Unauthorised recipients
> are requested to preserve this confidentiality and to advise the sender
> immediately of any error in transmission.
>
>
>
$subst('Email.Unsub').
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
|
|
 |