MSNBC Stock Quote Webpart
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
MSNBC Stock Quote Webpart

 
Post new topic   Reply to topic    Windows Server Forum Index -> Portal Server
Author Message
ReneeDD
Guest





Posted: Fri Nov 11, 2005 9:51 pm    Post subject: MSNBC Stock Quote Webpart Reply with quote

HI!

I am trying to add the MSNBC Stock Quote Webpart to the home page of my WSS
site which has an SSL. Every time the page renders I get the message:
"This page contains both secure and nonsecure items. Do you want to display
nonsecure items?"

Does anyone know how I can set this up so the message does not get generated?

Many Thanks,
ReneeDD
Back to top
Brad Covelle
Guest





Posted: Fri Nov 11, 2005 9:51 pm    Post subject: Re: MSNBC Stock Quote Webpart Reply with quote

Try this:

To stop getting this message, do the following :
1) Open the browser
2) Go to Tools->Internet Options
3) Click on the security tab.
4) Click on Custom Level
5) In this list, Look for " Display Mixed Content" and click on enable
6) Then look for "Launching programs and files in an IFRAME' and click on
enable.
7) Click on OK and then OK again
8) Close all Internet explorer windows

--
Brad Covelle
NuSoft Solutions
bcovelle@nusoftsolutions.com
http://blogs.sagestone.net/bcovell

"ReneeDD" <ReneeDD@discussions.microsoft.com> wrote in message
news:58DE27BA-5DAA-4102-A8F3-C7C46BDEC89C@microsoft.com...
Quote:
HI!

I am trying to add the MSNBC Stock Quote Webpart to the home page of my
WSS
site which has an SSL. Every time the page renders I get the message:
"This page contains both secure and nonsecure items. Do you want to
display
nonsecure items?"

Does anyone know how I can set this up so the message does not get
generated?

Many Thanks,
ReneeDD
Back to top
ReneeDD
Guest





Posted: Fri Nov 11, 2005 9:51 pm    Post subject: Re: MSNBC Stock Quote Webpart Reply with quote

Brad,
Thanks for the response but this will only help me. I don't want this
message to get generated in the first place or I need a way to suppress it
programmatically. I can't predict what settings my clients will have. Once
they have been authenticated to my secure site I don't want them having to
click "Yes" to this message everytime the navigate to the home page.

ReneeDD

"Brad Covelle" wrote:

Quote:
Try this:

To stop getting this message, do the following :
1) Open the browser
2) Go to Tools->Internet Options
3) Click on the security tab.
4) Click on Custom Level
5) In this list, Look for " Display Mixed Content" and click on enable
6) Then look for "Launching programs and files in an IFRAME' and click on
enable.
7) Click on OK and then OK again
8) Close all Internet explorer windows

--
Brad Covelle
NuSoft Solutions
bcovelle@nusoftsolutions.com
http://blogs.sagestone.net/bcovell

"ReneeDD" <ReneeDD@discussions.microsoft.com> wrote in message
news:58DE27BA-5DAA-4102-A8F3-C7C46BDEC89C@microsoft.com...
HI!

I am trying to add the MSNBC Stock Quote Webpart to the home page of my
WSS
site which has an SSL. Every time the page renders I get the message:
"This page contains both secure and nonsecure items. Do you want to
display
nonsecure items?"

Does anyone know how I can set this up so the message does not get
generated?

Many Thanks,
ReneeDD



Back to top
Brad Covelle
Guest





Posted: Fri Nov 11, 2005 9:51 pm    Post subject: Re: MSNBC Stock Quote Webpart Reply with quote

Not sure how to do it programmatically, but I know you can push out a Group
Policy to your users if they are all on your domain that will change this
setting for them. Sorry I don't have a better answer, I know you posted
earlier in the week and i was hoping to get an answer to this myself, but no
such luck as of yet.

--
Brad Covelle
NuSoft Solutions
bcovelle@nusoftsolutions.com
http://blogs.sagestone.net/bcovell


"ReneeDD" <ReneeDD@discussions.microsoft.com> wrote in message
news:648EBC2A-38CD-498F-B8F4-8898CC796AC0@microsoft.com...
Quote:
Brad,
Thanks for the response but this will only help me. I don't want this
message to get generated in the first place or I need a way to suppress it
programmatically. I can't predict what settings my clients will have. Once
they have been authenticated to my secure site I don't want them having to
click "Yes" to this message everytime the navigate to the home page.

ReneeDD

"Brad Covelle" wrote:

Try this:

To stop getting this message, do the following :
1) Open the browser
2) Go to Tools->Internet Options
3) Click on the security tab.
4) Click on Custom Level
5) In this list, Look for " Display Mixed Content" and click on enable
6) Then look for "Launching programs and files in an IFRAME' and click on
enable.
7) Click on OK and then OK again
8) Close all Internet explorer windows

--
Brad Covelle
NuSoft Solutions
bcovelle@nusoftsolutions.com
http://blogs.sagestone.net/bcovell

"ReneeDD" <ReneeDD@discussions.microsoft.com> wrote in message
news:58DE27BA-5DAA-4102-A8F3-C7C46BDEC89C@microsoft.com...
HI!

I am trying to add the MSNBC Stock Quote Webpart to the home page of my
WSS
site which has an SSL. Every time the page renders I get the message:
"This page contains both secure and nonsecure items. Do you want to
display
nonsecure items?"

Does anyone know how I can set this up so the message does not get
generated?

Many Thanks,
ReneeDD



Back to top
ReneeDD
Guest





Posted: Fri Nov 11, 2005 9:51 pm    Post subject: Re: MSNBC Stock Quote Webpart Reply with quote

Thanks. I can push it out to all my users but I have clients all over the
world accessing some of my sites and I can't predict what their settings are.
Note: I thought the error was getting thrown because the html source for the
webpart had calls like this
"src="http://www.msnbc.com/m/chnk/r/sp_stock_quotes.js".
I downloaded all the *.js scripts it was calling and stored them as part of
the site so I could change the src to "sp_stock_quotes.js" which got rid of
the "Http://" references. Good news is the webpart still works but I still
get the error message because the javascripts I downloaded call "http://"
pages.

"Brad Covelle" wrote:

Quote:
Not sure how to do it programmatically, but I know you can push out a Group
Policy to your users if they are all on your domain that will change this
setting for them. Sorry I don't have a better answer, I know you posted
earlier in the week and i was hoping to get an answer to this myself, but no
such luck as of yet.

--
Brad Covelle
NuSoft Solutions
bcovelle@nusoftsolutions.com
http://blogs.sagestone.net/bcovell


"ReneeDD" <ReneeDD@discussions.microsoft.com> wrote in message
news:648EBC2A-38CD-498F-B8F4-8898CC796AC0@microsoft.com...
Brad,
Thanks for the response but this will only help me. I don't want this
message to get generated in the first place or I need a way to suppress it
programmatically. I can't predict what settings my clients will have. Once
they have been authenticated to my secure site I don't want them having to
click "Yes" to this message everytime the navigate to the home page.

ReneeDD

"Brad Covelle" wrote:

Try this:

To stop getting this message, do the following :
1) Open the browser
2) Go to Tools->Internet Options
3) Click on the security tab.
4) Click on Custom Level
5) In this list, Look for " Display Mixed Content" and click on enable
6) Then look for "Launching programs and files in an IFRAME' and click on
enable.
7) Click on OK and then OK again
8) Close all Internet explorer windows

--
Brad Covelle
NuSoft Solutions
bcovelle@nusoftsolutions.com
http://blogs.sagestone.net/bcovell

"ReneeDD" <ReneeDD@discussions.microsoft.com> wrote in message
news:58DE27BA-5DAA-4102-A8F3-C7C46BDEC89C@microsoft.com...
HI!

I am trying to add the MSNBC Stock Quote Webpart to the home page of my
WSS
site which has an SSL. Every time the page renders I get the message:
"This page contains both secure and nonsecure items. Do you want to
display
nonsecure items?"

Does anyone know how I can set this up so the message does not get
generated?

Many Thanks,
ReneeDD






Back to top
Brad Covelle
Guest





Posted: Fri Nov 11, 2005 9:51 pm    Post subject: Re: MSNBC Stock Quote Webpart Reply with quote

I think I did something similiar at a client once. We downloaded all the js
files locally, did you crack open the js files, I believe we had to actually
look in some of them to change the references to point locally instead of at
the msnbc site.

--
Brad Covelle
NuSoft Solutions
bcovelle@nusoftsolutions.com
http://blogs.sagestone.net/bcovell


"ReneeDD" <ReneeDD@discussions.microsoft.com> wrote in message
news:693ACC13-DE6C-405F-9875-27C61EDE71AA@microsoft.com...
Quote:
Thanks. I can push it out to all my users but I have clients all over the
world accessing some of my sites and I can't predict what their settings
are.
Note: I thought the error was getting thrown because the html source for
the
webpart had calls like this
"src="http://www.msnbc.com/m/chnk/r/sp_stock_quotes.js".
I downloaded all the *.js scripts it was calling and stored them as part
of
the site so I could change the src to "sp_stock_quotes.js" which got rid
of
the "Http://" references. Good news is the webpart still works but I still
get the error message because the javascripts I downloaded call "http://"
pages.

"Brad Covelle" wrote:

Not sure how to do it programmatically, but I know you can push out a
Group
Policy to your users if they are all on your domain that will change this
setting for them. Sorry I don't have a better answer, I know you posted
earlier in the week and i was hoping to get an answer to this myself, but
no
such luck as of yet.

--
Brad Covelle
NuSoft Solutions
bcovelle@nusoftsolutions.com
http://blogs.sagestone.net/bcovell


"ReneeDD" <ReneeDD@discussions.microsoft.com> wrote in message
news:648EBC2A-38CD-498F-B8F4-8898CC796AC0@microsoft.com...
Brad,
Thanks for the response but this will only help me. I don't want this
message to get generated in the first place or I need a way to suppress
it
programmatically. I can't predict what settings my clients will have.
Once
they have been authenticated to my secure site I don't want them having
to
click "Yes" to this message everytime the navigate to the home page.

ReneeDD

"Brad Covelle" wrote:

Try this:

To stop getting this message, do the following :
1) Open the browser
2) Go to Tools->Internet Options
3) Click on the security tab.
4) Click on Custom Level
5) In this list, Look for " Display Mixed Content" and click on enable
6) Then look for "Launching programs and files in an IFRAME' and click
on
enable.
7) Click on OK and then OK again
8) Close all Internet explorer windows

--
Brad Covelle
NuSoft Solutions
bcovelle@nusoftsolutions.com
http://blogs.sagestone.net/bcovell

"ReneeDD" <ReneeDD@discussions.microsoft.com> wrote in message
news:58DE27BA-5DAA-4102-A8F3-C7C46BDEC89C@microsoft.com...
HI!

I am trying to add the MSNBC Stock Quote Webpart to the home page of
my
WSS
site which has an SSL. Every time the page renders I get the
message:
"This page contains both secure and nonsecure items. Do you want to
display
nonsecure items?"

Does anyone know how I can set this up so the message does not get
generated?

Many Thanks,
ReneeDD






Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Portal Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB