Check alle échte Black Friday-deals Ook zo moe van nepaanbiedingen? Wij laten alleen échte deals zien

CBT Nuggets start niet meer

Pagina: 1
Acties:

  • ts_rensuh
  • Registratie: Oktober 2006
  • Laatst online: 02-10-2024
Sinds vandaag werkt mij CBT Nuggets niet meer op de laptop.
Waarneer ik het nu opstart opent hij een scherm met de volgende melding
A pop-up window has opened, unless it was prevented
from opening by pop-up blocker software on your computer.

If you cannot see it, click here
Waarneer ik op "here" klik gebeurt er niks.

Dan is natuurlijk de vraag, wat is er veranderd sinds de laatste keer dat het werkte. helemaal niks na mij idee. Zondag werkte CBT Nuggets nog normaal. Maandag wel wat spelletjes verwijderd. verder is ook de nieuwste update van FF geinstalleerd. Maar CBT Nuggets opent normaal altijd in IE.

Heb op de laptop Windows XP Home SP3 draaien. Waarneer ik CBT open op mijn pc(vista) functioneert CBT wel goed.

Het programma wat ik opstart heeft de volgende broncode

PHP:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<html>
<head>
<title>CBT Nuggets Video Player</title>
<style>


</style>
<HTA:APPLICATION
    ID = "cbtNuggets"
    APPLICATIONNAME = "CBT Nuggets Video Player"
    BORDER= "thin" 
    BORDERSTYLE = "normal"  
    CAPTION = "yes"
    ICON = "files/cbtnuggets.ico"
    MAXIMIZEBUTTON = "NO"
    MINIMIZEBUTTON = "YES"
    SHOWINTASKBAR = "yes"
    SCROLL="NO"
    SINGLEINSTANCE = "no"
    SYSMENU = "yes"
    VERSION = "1.095"
    WINDOWSTATE = "minimize"
>

<link rel="stylesheet" type="text/css" href="assets/style.css" title="style1" />
<style>

BODY {
    color: white;
}

</style>
<script>
<!--
function popUp(URL, width, height, arg) {
    width = 803;
    height = 577;
    if(screen.width >= 1024) {
        width = 960;
        height = 700;
    }
    var scroll = 0;
    if (arg == 'scroll') {
        scroll = 1;
    }
    window.self.name = "autorun";
    var player = window.open(URL, "player", "width=" + width + ",height=" + height + ",alwaysRaised=1, toolbar=0,location=0,directories=0,resizable=0,status=0,menubar=0,scrollbars=" + scroll);

    self.opener = '_self';
    self.close();

}


//-->
</script>


</head>

<body bgcolor="#003063" onLoad="popUp('files/frameset.html', 803, 577)">

<table border=0 width=100% height=100%>
<tr><td valign=middle align=center>
<img src="assets/cbtnuggets.gif">
<p>
<font style="font-size: 9pt;">A pop-up window has opened, unless it was prevented<br>from opening by pop-up blocker software on your computer.<p>If you cannot see it, click <a href="frameset.html" onClick="popUp('frameset.html', 803, 577); return false;" style="color: gold">here</a></font>
<p>
<img src="assets/series_214.gif">
</td></tr>
</table>

</body>

<html>


Hoop dat ik zo voldoende informatie heb aangeleverd.

CCIE R&S