Dear Chris:

  > small question:  I'm trying to launch another browser window from a
  > shockwave movie, without a scrollbar, locationbar or toolbar. I was able
  > to launch a window, but not a window without scrollbar etc. how should I
  > go about this?

...
<script language="javascript">
function goUP() {
  xx=
window.open("any.html","any_NAME","status=no,toolbar=no,scrollbars=no,width=
600,height=500")
}
</script>
...
<BODY>
...
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000"
...
</object>
...
</BODY>

========

LINGO:

on OPEN_WIN
  goToNetPage "javascript:goUP()"
end

on CLOSE_WIN
   goToNetPage "javascript:window.close()"
end
=============

That's all...
__________________________________
Sincerely yours,
Mike Essine



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to