Hi.

IE 6.0 on XP SP2 seems to dislike pages that load scripts from another src:

The following line in the HTML source code of the second page of the
request generation with basic_csr (in 0.9.2.x) leads to an empty page in
IE 6.0:

<script language="VBScript" src="</pub/scripts/de_DE/ieCSR.vbs" />

If I replace this construct with the following code, IE displays the
correct page and allows key generation:

<script language="VBScript">
<!---
[Code of ieCSR.vbs]
//--->
</script>

I'm not familiar with Internet Explorer and all the fancy ways that you
can configure it. Is it possible that somehow the src-URL of the script
is not in the correct security zone?

Is anybody else experiencing empty request pages with IE? Any thoughts
on my solution (embedding the vbs-Code directly in the page)?

Juergen


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to