Bug 67353 - [testcase] dws.de: "Fondsportrait"-pages do not load (window.open)
Summary: [testcase] dws.de: "Fondsportrait"-pages do not load (window.open)
Status: RESOLVED UNMAINTAINED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: 3.2-beta
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-05 22:34 UTC by Helge Hielscher
Modified: 2012-06-18 14:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
source without extra < that loads in konq (2.33 KB, text/html)
2008-04-06 10:30 UTC, Anne-Marie Mahfouf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Hielscher 2003-11-05 22:34:43 UTC
Version:            (using KDE KDE 3.1.93)
Installed from:    Mandrake RPMs
OS:          Linux

At dws.de pages like http://www.dws.de/notesfonds/728352.de.htm do not load in Konqueror. 

The following javascript is used:

<frameset ROWS="*,1" FRAMESPACING=0 BORDER=0 FRAMEBORDER=0 onLoad="setContentFrameSource('10.204.9.188,212.96.250.69,10.204.16.14,10.204.16.13,212.96.252.138,212.96.252.139,212.96.252.140,212.96.252.141,212.96.252.131,212.96.252.132,www.dws.de,www.dws.ch,www.dws-nl.com');">

and

<script language="javascript">
	<!-- // hide this from non-JS browsers
		function setContentFrameSource(cgiserverlist){
			act_host = new String(location.host);
			if ((act_host.length > 0) && cgiserverlist.indexOf(act_host.toLowerCase()) >= 0)) {
				window.open("../cgi-bin/portrait.cgi?728352ue.de.htm", "inhalt")
			}
			else {
				window.open("../notesfonds/728352ue.de.htm", "inhalt")
			}			
		}
	// hide this from non-JS browsers -->
</script>
Comment 1 lexual 2005-04-12 02:37:12 UTC
confirming for 3.4.0
Comment 2 Helge Hielscher 2006-09-10 18:43:37 UTC
still valid with KDE 3.5.4
Comment 3 Anne-Marie Mahfouf 2008-04-06 10:23:04 UTC
I am not a HTML or JS guru but when I go to the link, view the page source and remove the extra < at the bottom, konq trunk can display the page correctly.

The end of the source is
</BODY>
</NOFRAMES>
<

and if I remove this last < konqueror trunk can display the page (JS policy is allow everything)
Comment 4 Anne-Marie Mahfouf 2008-04-06 10:30:32 UTC
Created attachment 24231 [details]
source without extra < that loads in konq
Comment 5 Myriam Schweingruber 2012-06-18 14:13:52 UTC
Message from the Bugsquad and Konqueror teams:
This bug is closed as outdated, as we do not have the manpower to maintain the KDE3 version anymore.
If you still can reproduce this issue with Konqueror 4.8.4 or later, please open a new report.
Thank you for your understanding.