Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.10.09;
Скачать: CL | DM;

Вниз

Для Cr@sh   Найти похожие ветки 

 
X-shadow ©   (2003-09-26 23:00) [0]

<HTML>
<title>ActiveX GL app</title>
<body bgcolor=#000000 topmargin=4>

<center>
<font size=3 color=#FFFFFF> OpenGL scene in an ActiveX control</font><BR>
<BR>
<input type=button onclick=zxc>
<head>
<script>
function zxc(){
alert("test");
gl.BeginPaint();
};
</script>
</head>
<object
ID="gl"
classid="CLSID:EF120709-AF41-499D-A305-D6A2CC422F6D"
codebase="file://C:\1.dll"
width=600
height=450>
</object>
<BR>
<BR>
<font color=#FFFFFF size=2 face=Arial>If you get an ActiveX security warning or no ActiveX downloads, go to your browsers security settings and change <BR>
the "Download unsigned ActiveX controls" to "Prompt". You have to use a IE browser to view this page.</font>
</center>

</body>
</html>
он в функцию не попадает. глянь мож я стормозил че


 
Cr@sh ©   (2003-09-26 23:03) [1]

<HTML>
<head>
<script>
function zxc(){
alert("test");
gl.BeginPaint();
};
</script>
</head>
<title>ActiveX GL app</title>
<body bgcolor=#000000 topmargin=4>

<center>
<font size=3 color=#FFFFFF>OpenGL scene in an ActiveX control</font><BR>
<BR>
<input type=button onclick=zxc() value="test">
<object
ID="gl"
classid="CLSID:EF120709-AF41-499D-A305-D6A2CC422F6D"
codebase="file://C:\1.dll"
width=600
height=450>
</object>
<BR>
<BR>
<font color=#FFFFFF size=2 face=Arial>If you get an ActiveX security warning or no ActiveX downloads, go to your browsers security settings and change <BR>
the "Download unsigned ActiveX controls" to "Prompt". You have to use a IE browser to view this page.</font>
</center>

</body>
</html>

не тестил... проверяй сам



Страницы: 1 вся ветка

Текущий архив: 2003.10.09;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.021 c
7-27758
Константин
2003-07-23 22:31
2003.10.09
Как изменить разрешение экрана?


1-27571
sagchat
2003-09-29 14:10
2003.10.09
Где найти инфу по Randomize


1-27598
diww
2003-09-30 12:54
2003.10.09
Как удалить из файла N символов начиная с I?


1-27560
anonymous
2003-09-29 14:02
2003.10.09
Есть ли что-нить типа StringGrid1.Cells[i,j] для DBGrid1 ?


3-27397
axelrodm
2003-09-18 12:01
2003.10.09
Чтение курсора из Хранимой процедуры ORACLE в BDE/ADO