16 lines
516 B
HTML
16 lines
516 B
HTML
<!-- use "-asxml" on the command line -->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>[ #427812 ] Reprocessing OBJECT removes PARAM</title>
|
|
</head>
|
|
<body>
|
|
<object type="application/x-spt" width="250" height="250"><param
|
|
name="button" value="push" />
|
|
<param name="target" value="chair" />
|
|
<param name="script" value="select *; color cpk; zoom 250" />
|
|
</object>
|
|
</body>
|
|
</html>
|