in reply to perl asp javascript problem

Don't look correct to me...
You have double quotes within double quotes and that just won't work.
Try either using qw() or backslash your inside quotes like this:

floater.document.writeln ("<a onClick=\"window.open ('http://soundsvr.pasport.press.net/cgi-bin/oggfile.cgi?&oggfile=test. +ogg', 'NewButtonWindowName','width=200,height=120');\">");
:)

Matthew Musgrove
Who says that programmers can't work in the Marketing Department?
Or is that who says that Marketing people can't program?