D
Danny
Hello:
I would like to develop a browser extension, or whatever such a thing
is classified as, that would allow a user of IE6, and possibly IE7,
to
switch between a live and development page.
I'm sure the individuals reading this are familiar with what I'm
referring to; however, I'll provide an example.
I'm currently viewing a page, which is http://www.project.com/project-five.jsp,
and I would like to view the development version of that page, which
is http://project.dev.project.com/project -five.jsp--I would like to
switch back and forth
with one button, which of course would be "attached" to whatever
scripting language
accommodates such an action. I've had limited success with the "href"
and window.location
(or location.window) function in JS, but nothing that would allow me
to do the aforementioned.
I'm thinking that the code for this process would be executed by a
button
on the browser toolbar, which would be fed from the registry, which
is
probably the only part of this procedure I know how to perform.
I'm aware of Server Switcher, a browser add-on for FireFox, but I
would need to have this component for IE 6 and IE 7, and I would need
to develop this myself
I 'd like to know what tools I need for this type of project, and
what
type of programming I'm looking at; type of environment am I looking
at working in?
I've looked at some javascript and I've been given some code, but none
that I can seem to make work.
If this is a simple coding procedure that someone is familiar with
and
it could be provided here, it would be greatly appreciated.
If you believe that this message would be better suited posted to
another discussion group, please advise.
Thank you in advance for your time and attention.
--------------------------------------------------------------------------------
Daniel R. Young
I would like to develop a browser extension, or whatever such a thing
is classified as, that would allow a user of IE6, and possibly IE7,
to
switch between a live and development page.
I'm sure the individuals reading this are familiar with what I'm
referring to; however, I'll provide an example.
I'm currently viewing a page, which is http://www.project.com/project-five.jsp,
and I would like to view the development version of that page, which
is http://project.dev.project.com/project -five.jsp--I would like to
switch back and forth
with one button, which of course would be "attached" to whatever
scripting language
accommodates such an action. I've had limited success with the "href"
and window.location
(or location.window) function in JS, but nothing that would allow me
to do the aforementioned.
I'm thinking that the code for this process would be executed by a
button
on the browser toolbar, which would be fed from the registry, which
is
probably the only part of this procedure I know how to perform.
I'm aware of Server Switcher, a browser add-on for FireFox, but I
would need to have this component for IE 6 and IE 7, and I would need
to develop this myself
I 'd like to know what tools I need for this type of project, and
what
type of programming I'm looking at; type of environment am I looking
at working in?
I've looked at some javascript and I've been given some code, but none
that I can seem to make work.
If this is a simple coding procedure that someone is familiar with
and
it could be provided here, it would be greatly appreciated.
If you believe that this message would be better suited posted to
another discussion group, please advise.
Thank you in advance for your time and attention.
--------------------------------------------------------------------------------
Daniel R. Young