Calling a Java Script from within a PowerPoint

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good Morning, I need to call the following java script from a PowerPoint to
launch a simulation. I look at the Hyperlink choices and try them all but
I'm unable to call the simulation can anybody please advise.

Wayne

<P>Java Player - <A
href="javascript:document.location.href='JavaPlugin.htm?' + escape('
RASP_Lite_Advertise1.sim?/p1=This is parameter 1/p2=Friday
')">RASP Lite Advertise, 2 parameters</A>. Click on the link to start the
Player.</P>
 
Good Morning, I need to call the following java script from a PowerPoint to
launch a simulation. I look at the Hyperlink choices and try them all but
I'm unable to call the simulation can anybody please advise.

Wayne

<P>Java Player - <A
href="javascript:document.location.href='JavaPlugin.htm?' + escape('
RASP_Lite_Advertise1.sim?/p1=This is parameter 1/p2=Friday
')">RASP Lite Advertise, 2 parameters</A>. Click on the link to start the
Player.</P>

PowerPoint doesn't do Javascript.

Visit http://skp.mvps.org and try the Live Web addin for Powerpoint. It lets
you embed a live web page in a PPT slide; the web page can include Javascript
(assuming your copy of MSIE doesn't have it locked out)
 
Back
Top