G
Guest
Hi,
Is it possible to include a button in a Powerpoint presentation that opens a
browser window with a specific width and height? That is, can the following
web-code be translated into something similar in VB:
<INPUT type="button" value="Buttonname"
onClick="window.open('http://www.xxx.xxx',
'Windowname','width=678,height=500')">
Thanks in advance.
Is it possible to include a button in a Powerpoint presentation that opens a
browser window with a specific width and height? That is, can the following
web-code be translated into something similar in VB:
<INPUT type="button" value="Buttonname"
onClick="window.open('http://www.xxx.xxx',
'Windowname','width=678,height=500')">
Thanks in advance.