× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Matt,

This is the js that makes the request (from an https url).

function Show(ISEQ) {
if (window.varSubmited == false) {
window.varSubmited = true;
with (document.frmIMG01000) {
MODULE.value = "IMG01100";
ACTION.value = "INI";
SEQ.value = ISEQ;
target = ISEQ;
action= PgmPath.value +'default.pgm'; submit();
target = "";
window.varSubmited = false;
}
}

This is the definition for PgmPath -

<input type=hidden name="PgmPath" value="https://..........";>

Unfortunately, I am still at a loss.......


I did find this - http://support.microsoft.com/?kbid=321532 - which is a
very similar......

Thanks for your feedback,


Joe

On 5/16/2008 at 8:53 AM, in message
<F24B266F201DE7439030A1FFBE0E417001586C223A@xxxxxxxxxxxxxxxxxxxxx>, Haas,
Matt (CL Tech Sv)<matt.haas@xxxxxxxxxxx>
wrote:
Joe,

If the request for the program that displays the image starts with
http://, it will not use SSL to display the image. The easiest way to
avoid these types of problem is to leave the
"http://www.yourhostname.com"; part out of the request.

Matt

-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx
[mailto:web400-bounces@xxxxxxxxxxxx] On Behalf

Of Joe Wells
Sent: Friday, May 16, 2008 9:46 AM
To: web400@xxxxxxxxxxxx
Subject: Re: [WEB400] Browser Security Warning

"....it sounds like the image is coming from a non-SSL source and the
page
loading it runs over SSL.'

Matt,

At the risk of displaying my ignorance to the world.....
I just posted a snippet of code that shows how I am loading the image.
Since the image is not a link and is being streamed (right terminology?)
to
the browser, how could it not be secure?

I am sure it and "id ten t" error, but I just don't see it.

Thanks,

Joe

--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.