We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › Communication Processing -> Javascript
Page Index Toggle Pages: 1
Communication Processing -> Javascript (Read 877 times)
Communication Processing -> Javascript
Dec 26th, 2009, 2:11am
 
Hello everybody,

I've a question: I would like to make a website with Processing. Actually it would just be a java applet, created with processing, that i put on my website and once i click somewhere on my applet it launches a navigator pop-up.

Is it possible to do so ? If yes, what would be the best way ?

Thanks in advance for your help! Wink
Re: Communication Processing -> Javascript
Reply #1 - Dec 26th, 2009, 2:40am
 
A quick search on JavaScript in the forum will give you a number of useful information.
Note that most popups spawn by JS are now blocked by modern browsers.
And actually, you don't need JS for that, look at link().
Page Index Toggle Pages: 1