• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/Examples/WebKitInterpreterPlugin/
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
2<html>
3<head>
4<title>PyInterpreter WebKit Plugin</title>
5	
6<script language="JavaScript">
7// could do something here...
8function getPlugin() {
9    return document.embeds["pyPlugin"];
10}
11</script>
12
13</head>
14<body>
15
16<center>
17
18<embed name="pyPlugin" width="400" height="300" type="application/x-pyobjc-demo-webkitinterpreter"></embed>
19
20</center>
21
22</body>
23</html>
24