Re: javascript help

by "Cyanide _7" <leo7278(at)hotmail.com>

 Date:  Sat, 29 Jan 2000 23:32:34 CST
 To:  mario(at)infonent.com
 Cc:  hwg-languages(at)hwg.org
  todo: View Thread, Original
this is one line of code!
change:
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
to:
function MM_openBrWindow(theURL,winName,features) { //v2.0
  win = window.open(theURL,winName,features);
  win.focus();
}
- Cyanide_7


>From: Mario Carmona <mario(at)infonent.com>
>To: mario(at)infonent.com
>Subject: javascript help
>Date: Sat, 29 Jan 2000 20:18:27 -0800
>
>Hi,
>
>
>
>Is there a javascript(s) that can open a smaller browser window via
>multiple graphic links on a page, AND (the important part here) make sure
>that this smaller window stays displayed over the larger Main web page
>window each time a new link is clicked to display the next set of 
>information?
>
>Take a look at http://www.fitpeople.com/fit/fitpeople.html
>
>and click on the body image rollovers.  Then rollover the menu categories
>that pop up under, and click on the first one, "On-Line Diet System".  A
>window pops up with that category's description.  If you click on the next
>category, "Automated Exercise Program", the window loads the new category
>info, however, it get's sent behind the main browser window.  I need the
>smaller Window to stay in front at all times.
>
>
>IF you could write the script for me, I'll pay you fairly.
>
>
>Sincerely,
>
>Mario Carmona

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA