Okay, I did some homework--I´ve visited popup generator, very handy!
But I still can´t make the button work in my flash intro...
I´ve also tried to work with your codes, Newmate, but unfortunately it did´nt get me what I needed...thanx anyway!
So here´s the codes that I try 2 work with.
First I give u the code of the button and what it does, so u get an impression of what I want 2 happen:
<HTML>
<HEAD>
<TITLE>trial</TITLE>
<script language=javascript>
function openwindow()
{
window.open("http://www.mediaperspectief.nl", "openwindow", "width=300,height=300,left=50,top=50")
}
</script>
</HEAD>
<BODY bgcolor="#FFFFFF">
<form> <center><p> <input type=button value="consultancy" onclick="openwindow()" NAME="consultancybutton"></p></center></form><!-- URL's used in the movie-->
<!-- text used in the movie-->
</BODY>
</HTML>
And here´s the code for the flashmovie in which the button has to trigger the popup window, which is definitly not happening...
<HTML>
<HEAD>
<script language=JavaScript>
function openNewWindow(URLtoOPen, windowName, windowFeatures)
{
newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}
</script>
<TITLE>trialmovie</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL's used in the movie-->
<A HREF=javascript

penNewWindow ('www.mediaperspectief.nl','thewin','height=300,width=400,top=50,left=50')"); }></A> <!-- text used in the movie-->
<OBJECT classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=550 HEIGHT=400> swLiveConnect=true NAME=button.swf
<PARAM NAME=movie VALUE="trialmovie.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="trialmovie.swf" quality=high bgcolor=#FFFFFF WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
</HTML>
Okay, beatiful if anyone could unsolve this mistery 4 me!!
Petr@