Close a window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using FrontPage 2002 - I have windows that open up on top of the other ones and I want to have a "Close Window" button on the bottom of the window. I already have my hover button on the page, I just don't know how to make it close when I click it...any help? (It's html, not javascript)
 
Requires JavaScript, and JavaScript can not be use with the Java Hover button applet, also many user
today do not have the ability to see/use Java applets, so your hover button will be useless for
these users.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Mel said:
I'm using FrontPage 2002 - I have windows that open up on top of the other ones and I want to have
a "Close Window" button on the bottom of the window. I already have my hover button on the page, I
just don't know how to make it close when I click it...any help? (It's html, not javascript)
 
sidebar comment on JVM:

I just bought new laptop 'puter for my son with XP Pro on it, it also had JVM installed on it.

So maybe with the settlement of the Sun/MS thing machines are now coming with it installed again?

rob

| Requires JavaScript, and JavaScript can not be use with the Java Hover button applet, also many user
| today do not have the ability to see/use Java applets, so your hover button will be useless for
| these users.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > I'm using FrontPage 2002 - I have windows that open up on top of the other ones and I want to have
| a "Close Window" button on the bottom of the window. I already have my hover button on the page, I
| just don't know how to make it close when I click it...any help? (It's html, not javascript)
| >
|
|
 
Is there anything I can do to hit something and the window will close? (Without already having the button there?)
 
Which JVM was installed?
Which version of Windows XP Pro (SP version) ?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


sidebar comment on JVM:

I just bought new laptop 'puter for my son with XP Pro on it, it also had JVM installed on it.

So maybe with the settlement of the Sun/MS thing machines are now coming with it installed again?

rob

| Requires JavaScript, and JavaScript can not be use with the Java Hover button applet, also many
user
| today do not have the ability to see/use Java applets, so your hover button will be useless for
| these users.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > I'm using FrontPage 2002 - I have windows that open up on top of the other ones and I want to
have
| a "Close Window" button on the bottom of the window. I already have my hover button on the page,
I
| just don't know how to make it close when I click it...any help? (It's html, not javascript)
| >
|
|
 
The X in the upper Right corner of the browser window.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Mel said:
Is there anything I can do to hit something and the window will close? (Without already having
the button there?)
 
<input type="button" value="Close Page" Onclick="parent.close()">

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

Mel said:
Is there anything I can do to hit something and the window will close? (Without already having
the button there?)
 
Not sure, he took it to his buddy's house tonight...but it's only a day old (just built) so it must be fairly recent sp...I'll check later and let ya know.


| Which JVM was installed?
| Which version of Windows XP Pro (SP version) ?
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | sidebar comment on JVM:
|
| I just bought new laptop 'puter for my son with XP Pro on it, it also had JVM installed on it.
|
| So maybe with the settlement of the Sun/MS thing machines are now coming with it installed again?
|
| rob
|
| | Requires JavaScript, and JavaScript can not be use with the Java Hover button applet, also many
| user
| | today do not have the ability to see/use Java applets, so your hover button will be useless for
| | these users.
| |
| | --
| | ==============================================
| | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | WEBMASTER Resources(tm)
| |
| | FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | ==============================================
| | To assist you in getting the best answers for FrontPage support see:
| | http://www.net-sites.com/sitebuilder/newsgroups.asp
| |
| | | | > I'm using FrontPage 2002 - I have windows that open up on top of the other ones and I want to
| have
| | a "Close Window" button on the bottom of the window. I already have my hover button on the page,
| I
| | just don't know how to make it close when I click it...any help? (It's html, not javascript)
| | >
| |
| |
|
|
 
<a href="javascript:window.close()">Close Window</a>

Wally S

Mel said:
Is there anything I can do to hit something and the window will close?
(Without already having the button there?)
 
Was it a Dell? Dell is now installing Sun JVM with their systems. Don't
know about other vendors.
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/

=====================================================
sidebar comment on JVM:

I just bought new laptop 'puter for my son with XP Pro on it, it also had
JVM installed on it.

So maybe with the settlement of the Sun/MS thing machines are now coming
with it installed again?

rob

| Requires JavaScript, and JavaScript can not be use with the Java Hover
button applet, also many user
| today do not have the ability to see/use Java applets, so your hover
button will be useless for
| these users.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > I'm using FrontPage 2002 - I have windows that open up on top of the
other ones and I want to have
| a "Close Window" button on the bottom of the window. I already have my
hover button on the page, I
| just don't know how to make it close when I click it...any help? (It's
html, not javascript)
| >
|
|
 
Yah, it's a Dell Inspiron 600m.


| Was it a Dell? Dell is now installing Sun JVM with their systems. Don't
| know about other vendors.
| --
| =====================================================
| Tom Pepper Willett [Microsoft MVP - FrontPage]
| ----------------------------------------------------------------------------
| -------------------
| Microsoft FrontPage:
| http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| http://msdn.microsoft.com/office/understanding/frontpage/
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
| =====================================================
| | sidebar comment on JVM:
|
| I just bought new laptop 'puter for my son with XP Pro on it, it also had
| JVM installed on it.
|
| So maybe with the settlement of the Sun/MS thing machines are now coming
| with it installed again?
|
| rob
|
| | | Requires JavaScript, and JavaScript can not be use with the Java Hover
| button applet, also many user
| | today do not have the ability to see/use Java applets, so your hover
| button will be useless for
| | these users.
| |
| | --
| | ==============================================
| | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | WEBMASTER Resources(tm)
| |
| | FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | ==============================================
| | To assist you in getting the best answers for FrontPage support see:
| | http://www.net-sites.com/sitebuilder/newsgroups.asp
| |
| | | | > I'm using FrontPage 2002 - I have windows that open up on top of the
| other ones and I want to have
| | a "Close Window" button on the bottom of the window. I already have my
| hover button on the page, I
| | just don't know how to make it close when I click it...any help? (It's
| html, not javascript)
| | >
| |
| |
|
|
 
..OS is XP Pro 5.1.2600 sp 1
You think Dell may have installed JVM separately?


| Was it a Dell? Dell is now installing Sun JVM with their systems. Don't
| know about other vendors.
| --
| =====================================================
| Tom Pepper Willett [Microsoft MVP - FrontPage]
| ----------------------------------------------------------------------------
| -------------------
| Microsoft FrontPage:
| http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| http://msdn.microsoft.com/office/understanding/frontpage/
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
| =====================================================
| | sidebar comment on JVM:
|
| I just bought new laptop 'puter for my son with XP Pro on it, it also had
| JVM installed on it.
|
| So maybe with the settlement of the Sun/MS thing machines are now coming
| with it installed again?
|
| rob
|
| | | Requires JavaScript, and JavaScript can not be use with the Java Hover
| button applet, also many user
| | today do not have the ability to see/use Java applets, so your hover
| button will be useless for
| | these users.
| |
| | --
| | ==============================================
| | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | WEBMASTER Resources(tm)
| |
| | FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | ==============================================
| | To assist you in getting the best answers for FrontPage support see:
| | http://www.net-sites.com/sitebuilder/newsgroups.asp
| |
| | | | > I'm using FrontPage 2002 - I have windows that open up on top of the
| other ones and I want to have
| | a "Close Window" button on the bottom of the window. I already have my
| hover button on the page, I
| | just don't know how to make it close when I click it...any help? (It's
| html, not javascript)
| | >
| |
| |
|
|
 
They did on all the latest ones we ordered at work, that have SP1a, because
sp1a does not have the MS JVM, but SP1 does. They installed Sun on the SP1a
machines.

My Dell at home came with SP1, which included the MS JVM.
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/

=====================================================
..OS is XP Pro 5.1.2600 sp 1
You think Dell may have installed JVM separately?


| Was it a Dell? Dell is now installing Sun JVM with their systems. Don't
| know about other vendors.
| --
| =====================================================
| Tom Pepper Willett [Microsoft MVP - FrontPage]
| --------------------------------------------------------------------------
--
| -------------------
| Microsoft FrontPage:
| http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| http://msdn.microsoft.com/office/understanding/frontpage/
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
| =====================================================
message
| | sidebar comment on JVM:
|
| I just bought new laptop 'puter for my son with XP Pro on it, it also had
| JVM installed on it.
|
| So maybe with the settlement of the Sun/MS thing machines are now coming
| with it installed again?
|
| rob
|
| | | Requires JavaScript, and JavaScript can not be use with the Java Hover
| button applet, also many user
| | today do not have the ability to see/use Java applets, so your hover
| button will be useless for
| | these users.
| |
| | --
| | ==============================================
| | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | WEBMASTER Resources(tm)
| |
| | FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | ==============================================
| | To assist you in getting the best answers for FrontPage support see:
| | http://www.net-sites.com/sitebuilder/newsgroups.asp
| |
| | | | > I'm using FrontPage 2002 - I have windows that open up on top of the
| other ones and I want to have
| | a "Close Window" button on the bottom of the window. I already have my
| hover button on the page, I
| | just don't know how to make it close when I click it...any help? (It's
| html, not javascript)
| | >
| |
| |
|
|
 
So we think Dell is installing it or MS? I can't tell.
Just curious.


| They did on all the latest ones we ordered at work, that have SP1a, because
| sp1a does not have the MS JVM, but SP1 does. They installed Sun on the SP1a
| machines.
|
| My Dell at home came with SP1, which included the MS JVM.
| --
| =====================================================
| Tom Pepper Willett [Microsoft MVP - FrontPage]
| ----------------------------------------------------------------------------
| -------------------
| Microsoft FrontPage:
| http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| http://msdn.microsoft.com/office/understanding/frontpage/
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
| =====================================================
| | .OS is XP Pro 5.1.2600 sp 1
| You think Dell may have installed JVM separately?
|
|
| | | Was it a Dell? Dell is now installing Sun JVM with their systems. Don't
| | know about other vendors.
| | --
| | =====================================================
| | Tom Pepper Willett [Microsoft MVP - FrontPage]
| | --------------------------------------------------------------------------
| --
| | -------------------
| | Microsoft FrontPage:
| | http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| | http://msdn.microsoft.com/office/understanding/frontpage/
| | To assist you in getting the best answers for FrontPage support see:
| | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | =====================================================
| message
| | | | sidebar comment on JVM:
| |
| | I just bought new laptop 'puter for my son with XP Pro on it, it also had
| | JVM installed on it.
| |
| | So maybe with the settlement of the Sun/MS thing machines are now coming
| | with it installed again?
| |
| | rob
| |
| | | | | Requires JavaScript, and JavaScript can not be use with the Java Hover
| | button applet, also many user
| | | today do not have the ability to see/use Java applets, so your hover
| | button will be useless for
| | | these users.
| | |
| | | --
| | | ==============================================
| | | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | | WEBMASTER Resources(tm)
| | |
| | | FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | | ==============================================
| | | To assist you in getting the best answers for FrontPage support see:
| | | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | |
| | | | | | > I'm using FrontPage 2002 - I have windows that open up on top of the
| | other ones and I want to have
| | | a "Close Window" button on the bottom of the window. I already have my
| | hover button on the page, I
| | | just don't know how to make it close when I click it...any help? (It's
| | html, not javascript)
| | | >
| | |
| | |
| |
| |
|
|
 
Non-SP1, then no JVM
If it is SP1, then MS JVM was part of the Windows XP installed.
If it is SP1a, then MS JVM has been removed from Windows XP.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


So we think Dell is installing it or MS? I can't tell.
Just curious.


| They did on all the latest ones we ordered at work, that have SP1a, because
| sp1a does not have the MS JVM, but SP1 does. They installed Sun on the SP1a
| machines.
|
| My Dell at home came with SP1, which included the MS JVM.
| --
| =====================================================
| Tom Pepper Willett [Microsoft MVP - FrontPage]
| ----------------------------------------------------------------------------
| -------------------
| Microsoft FrontPage:
| http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| http://msdn.microsoft.com/office/understanding/frontpage/
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
| =====================================================
| | .OS is XP Pro 5.1.2600 sp 1
| You think Dell may have installed JVM separately?
|
|
| | | Was it a Dell? Dell is now installing Sun JVM with their systems. Don't
| | know about other vendors.
| | --
| | =====================================================
| | Tom Pepper Willett [Microsoft MVP - FrontPage]
| | --------------------------------------------------------------------------
| --
| | -------------------
| | Microsoft FrontPage:
| | http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| | http://msdn.microsoft.com/office/understanding/frontpage/
| | To assist you in getting the best answers for FrontPage support see:
| | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | =====================================================
| message
| | | | sidebar comment on JVM:
| |
| | I just bought new laptop 'puter for my son with XP Pro on it, it also had
| | JVM installed on it.
| |
| | So maybe with the settlement of the Sun/MS thing machines are now coming
| | with it installed again?
| |
| | rob
| |
| | | | | Requires JavaScript, and JavaScript can not be use with the Java Hover
| | button applet, also many user
| | | today do not have the ability to see/use Java applets, so your hover
| | button will be useless for
| | | these users.
| | |
| | | --
| | | ==============================================
| | | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | | WEBMASTER Resources(tm)
| | |
| | | FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | | ==============================================
| | | To assist you in getting the best answers for FrontPage support see:
| | | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | |
| | | | | | > I'm using FrontPage 2002 - I have windows that open up on top of the
| | other ones and I want to have
| | | a "Close Window" button on the bottom of the window. I already have my
| | hover button on the page, I
| | | just don't know how to make it close when I click it...any help? (It's
| | html, not javascript)
| | | >
| | |
| | |
| |
| |
|
|
 
Dell is the one that loads the Dell systems.

--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/

=====================================================
So we think Dell is installing it or MS? I can't tell.
Just curious.


| They did on all the latest ones we ordered at work, that have SP1a,
because
| sp1a does not have the MS JVM, but SP1 does. They installed Sun on the
SP1a
| machines.
|
| My Dell at home came with SP1, which included the MS JVM.
| --
| =====================================================
| Tom Pepper Willett [Microsoft MVP - FrontPage]
| --------------------------------------------------------------------------
--
| -------------------
| Microsoft FrontPage:
| http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| http://msdn.microsoft.com/office/understanding/frontpage/
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
| =====================================================
message
| | .OS is XP Pro 5.1.2600 sp 1
| You think Dell may have installed JVM separately?
|
|
| | | Was it a Dell? Dell is now installing Sun JVM with their systems.
Don't
| | know about other vendors.
| | --
| | =====================================================
| | Tom Pepper Willett [Microsoft MVP - FrontPage]
|
| --------------------------------------------------------------------------
| --
| | -------------------
| | Microsoft FrontPage:
| | http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| | http://msdn.microsoft.com/office/understanding/frontpage/
| | To assist you in getting the best answers for FrontPage support see:
| | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | =====================================================
| message
| | | | sidebar comment on JVM:
| |
| | I just bought new laptop 'puter for my son with XP Pro on it, it also
had
| | JVM installed on it.
| |
| | So maybe with the settlement of the Sun/MS thing machines are now coming
| | with it installed again?
| |
| | rob
| |
| | | | | Requires JavaScript, and JavaScript can not be use with the Java Hover
| | button applet, also many user
| | | today do not have the ability to see/use Java applets, so your hover
| | button will be useless for
| | | these users.
| | |
| | | --
| | | ==============================================
| | | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | | WEBMASTER Resources(tm)
| | |
| | | FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | | ==============================================
| | | To assist you in getting the best answers for FrontPage support see:
| | | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | |
| | | | | | > I'm using FrontPage 2002 - I have windows that open up on top of the
| | other ones and I want to have
| | | a "Close Window" button on the bottom of the window. I already have
my
| | hover button on the page, I
| | | just don't know how to make it close when I click it...any help?
(It's
| | html, not javascript)
| | | >
| | |
| | |
| |
| |
|
|
 
That's interesting. The suit was settled, what...2 months ago, or so. This machine was built last week, I would have thought it would have the latest service pack. See what I mean?

oh well.


| Non-SP1, then no JVM
| If it is SP1, then MS JVM was part of the Windows XP installed.
| If it is SP1a, then MS JVM has been removed from Windows XP.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | So we think Dell is installing it or MS? I can't tell.
| Just curious.
|
|
| | | They did on all the latest ones we ordered at work, that have SP1a, because
| | sp1a does not have the MS JVM, but SP1 does. They installed Sun on the SP1a
| | machines.
| |
| | My Dell at home came with SP1, which included the MS JVM.
| | --
| | =====================================================
| | Tom Pepper Willett [Microsoft MVP - FrontPage]
| | ----------------------------------------------------------------------------
| | -------------------
| | Microsoft FrontPage:
| | http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| | http://msdn.microsoft.com/office/understanding/frontpage/
| | To assist you in getting the best answers for FrontPage support see:
| | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | =====================================================
| | | | .OS is XP Pro 5.1.2600 sp 1
| | You think Dell may have installed JVM separately?
| |
| |
| | | | | Was it a Dell? Dell is now installing Sun JVM with their systems. Don't
| | | know about other vendors.
| | | --
| | | =====================================================
| | | Tom Pepper Willett [Microsoft MVP - FrontPage]
| | | --------------------------------------------------------------------------
| | --
| | | -------------------
| | | Microsoft FrontPage:
| | | http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| | | http://msdn.microsoft.com/office/understanding/frontpage/
| | | To assist you in getting the best answers for FrontPage support see:
| | | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | | =====================================================
| | message
| | | | | | sidebar comment on JVM:
| | |
| | | I just bought new laptop 'puter for my son with XP Pro on it, it also had
| | | JVM installed on it.
| | |
| | | So maybe with the settlement of the Sun/MS thing machines are now coming
| | | with it installed again?
| | |
| | | rob
| | |
| | | | | | | Requires JavaScript, and JavaScript can not be use with the Java Hover
| | | button applet, also many user
| | | | today do not have the ability to see/use Java applets, so your hover
| | | button will be useless for
| | | | these users.
| | | |
| | | | --
| | | | ==============================================
| | | | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | | | WEBMASTER Resources(tm)
| | | |
| | | | FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | | | ==============================================
| | | | To assist you in getting the best answers for FrontPage support see:
| | | | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | | |
| | | | | | | | > I'm using FrontPage 2002 - I have windows that open up on top of the
| | | other ones and I want to have
| | | | a "Close Window" button on the bottom of the window. I already have my
| | | hover button on the page, I
| | | | just don't know how to make it close when I click it...any help? (It's
| | | html, not javascript)
| | | | >
| | | |
| | | |
| | |
| | |
| |
| |
|
|
 
Neither MS or Sun have indicated if MS will include the Sun JVM in future Windows or Service Packs.
I think some mentioned at some point the MS does have a link to the Sun JVM.

I doubt that Dell or any other OEM, actually installs the OS at time of order, instead they have HDs
already stocked with the OS installed ready to be installed in a PC or the PC already have the HD,
and then they wait to add components..

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


That's interesting. The suit was settled, what...2 months ago, or so. This machine was built last
week, I would have thought it would have the latest service pack. See what I mean?

oh well.


| Non-SP1, then no JVM
| If it is SP1, then MS JVM was part of the Windows XP installed.
| If it is SP1a, then MS JVM has been removed from Windows XP.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | So we think Dell is installing it or MS? I can't tell.
| Just curious.
|
|
| | | They did on all the latest ones we ordered at work, that have SP1a, because
| | sp1a does not have the MS JVM, but SP1 does. They installed Sun on the SP1a
| | machines.
| |
| | My Dell at home came with SP1, which included the MS JVM.
| | --
| | =====================================================
| | Tom Pepper Willett [Microsoft MVP - FrontPage]
| | ----------------------------------------------------------------------------
| | -------------------
| | Microsoft FrontPage:
| | http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| | http://msdn.microsoft.com/office/understanding/frontpage/
| | To assist you in getting the best answers for FrontPage support see:
| | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | =====================================================
| | | | .OS is XP Pro 5.1.2600 sp 1
| | You think Dell may have installed JVM separately?
| |
| |
| | | | | Was it a Dell? Dell is now installing Sun JVM with their systems. Don't
| | | know about other vendors.
| | | --
| | | =====================================================
| | | Tom Pepper Willett [Microsoft MVP - FrontPage]
| | | --------------------------------------------------------------------------
| | --
| | | -------------------
| | | Microsoft FrontPage:
| | | http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| | | http://msdn.microsoft.com/office/understanding/frontpage/
| | | To assist you in getting the best answers for FrontPage support see:
| | | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | | =====================================================
| | message
| | | | | | sidebar comment on JVM:
| | |
| | | I just bought new laptop 'puter for my son with XP Pro on it, it also had
| | | JVM installed on it.
| | |
| | | So maybe with the settlement of the Sun/MS thing machines are now coming
| | | with it installed again?
| | |
| | | rob
| | |
| | | | | | | Requires JavaScript, and JavaScript can not be use with the Java Hover
| | | button applet, also many user
| | | | today do not have the ability to see/use Java applets, so your hover
| | | button will be useless for
| | | | these users.
| | | |
| | | | --
| | | | ==============================================
| | | | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | | | WEBMASTER Resources(tm)
| | | |
| | | | FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | | | ==============================================
| | | | To assist you in getting the best answers for FrontPage support see:
| | | | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | | |
| | | | | | | | > I'm using FrontPage 2002 - I have windows that open up on top of the
| | | other ones and I want to have
| | | | a "Close Window" button on the bottom of the window. I already have my
| | | hover button on the page, I
| | | | just don't know how to make it close when I click it...any help? (It's
| | | html, not javascript)
| | | | >
| | | |
| | | |
| | |
| | |
| |
| |
|
|
 
oh i see.


| Neither MS or Sun have indicated if MS will include the Sun JVM in future Windows or Service Packs.
| I think some mentioned at some point the MS does have a link to the Sun JVM.
|
| I doubt that Dell or any other OEM, actually installs the OS at time of order, instead they have HDs
| already stocked with the OS installed ready to be installed in a PC or the PC already have the HD,
| and then they wait to add components..
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | That's interesting. The suit was settled, what...2 months ago, or so. This machine was built last
| week, I would have thought it would have the latest service pack. See what I mean?
|
| oh well.
|
|
| | Non-SP1, then no JVM
| | If it is SP1, then MS JVM was part of the Windows XP installed.
| | If it is SP1a, then MS JVM has been removed from Windows XP.
| |
| | --
| | ==============================================
| | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | WEBMASTER Resources(tm)
| |
| | FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | ==============================================
| | To assist you in getting the best answers for FrontPage support see:
| | http://www.net-sites.com/sitebuilder/newsgroups.asp
| |
| | | | So we think Dell is installing it or MS? I can't tell.
| | Just curious.
| |
| |
| | | | | They did on all the latest ones we ordered at work, that have SP1a, because
| | | sp1a does not have the MS JVM, but SP1 does. They installed Sun on the SP1a
| | | machines.
| | |
| | | My Dell at home came with SP1, which included the MS JVM.
| | | --
| | | =====================================================
| | | Tom Pepper Willett [Microsoft MVP - FrontPage]
| | | ----------------------------------------------------------------------------
| | | -------------------
| | | Microsoft FrontPage:
| | | http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| | | http://msdn.microsoft.com/office/understanding/frontpage/
| | | To assist you in getting the best answers for FrontPage support see:
| | | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | | =====================================================
| | | | | | .OS is XP Pro 5.1.2600 sp 1
| | | You think Dell may have installed JVM separately?
| | |
| | |
| | | | | | | Was it a Dell? Dell is now installing Sun JVM with their systems. Don't
| | | | know about other vendors.
| | | | --
| | | | =====================================================
| | | | Tom Pepper Willett [Microsoft MVP - FrontPage]
| | | | --------------------------------------------------------------------------
| | | --
| | | | -------------------
| | | | Microsoft FrontPage:
| | | | http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| | | | http://msdn.microsoft.com/office/understanding/frontpage/
| | | | To assist you in getting the best answers for FrontPage support see:
| | | | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | | | =====================================================
| | | message
| | | | | | | | sidebar comment on JVM:
| | | |
| | | | I just bought new laptop 'puter for my son with XP Pro on it, it also had
| | | | JVM installed on it.
| | | |
| | | | So maybe with the settlement of the Sun/MS thing machines are now coming
| | | | with it installed again?
| | | |
| | | | rob
| | | |
| | | | | | | | | Requires JavaScript, and JavaScript can not be use with the Java Hover
| | | | button applet, also many user
| | | | | today do not have the ability to see/use Java applets, so your hover
| | | | button will be useless for
| | | | | these users.
| | | | |
| | | | | --
| | | | | ==============================================
| | | | | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | | | | WEBMASTER Resources(tm)
| | | | |
| | | | | FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | | | | ==============================================
| | | | | To assist you in getting the best answers for FrontPage support see:
| | | | | http://www.net-sites.com/sitebuilder/newsgroups.asp
| | | | |
| | | | | | | | | | > I'm using FrontPage 2002 - I have windows that open up on top of the
| | | | other ones and I want to have
| | | | | a "Close Window" button on the bottom of the window. I already have my
| | | | hover button on the page, I
| | | | | just don't know how to make it close when I click it...any help? (It's
| | | | html, not javascript)
| | | | | >
| | | | |
| | | | |
| | | |
| | | |
| | |
| | |
| |
| |
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top