well the new dll seems to function just the 
same as the old dll for me:

this 
<html>
<head>
<SCRIPT LANGUAGE="Javascript">

        function evaluate(code) { return eval
(code); }
    </SCRIPT>


</head>
<body>
<OBJECT ID="REBOL" CLASSID="CLSID:ADDAB378-
54F2-4D4E-ABBB-E164FC772AAA"
CODEBASE="http://www.rebol.com/plugin/rebolb1
cab#Version=0,1,0,0"
WIDTH="612" HEIGHT="324">
<PARAM NAME="LaunchURL" value="good.r"> 
</OBJECT>
</body>
</html>

and this:

REBOL[
Title: "rebplugin"
]
loc: do-browser "document.all
('REBOL').offsetWidth"


view layout[
text loc

]

gives the following error:

** Script Error: do-browser has no value
** Near: loc: do-browser "document.all
('REBOL').offsetWidth"
view layout
>>

now I went to test.html on the rebol.net 
site and it asked me if I wanted to download 
and install the object, which I did. am 
wondering if my having had the old object is 
somehow screwing with the new
installation.


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to