Search found 1 match

by punky
Tue Aug 06, 2002 11:43 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Opening a window with my own specs...
Replies: 1
Views: 2187

Opening a window with my own specs...

Hello,

I set this function to open a window from the menu:

function MM_openwin(MM_file,MM_height,MM_width)
{
MM_config=""
MM_config+="toolbar=no,";
MM_config+="location=no,"
MM_config+="directories=no,";
MM_config+="status=no,"
MM_config+="menubar=no," //Not on Apple Mac for obvious reasons
MM ...