Doesn't meat the requirement of opening Google in the same window and Yahoo in a separate window. Modify it to: window.location="http://www.google.com/";
Bob Filipiak A question not asked is a lost opportunity to learn. ----- Original Message ----- From: "Osman Erdogan" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, April 08, 2005 4:05 AM Subject: Re: [ASP] redirect url?? > > >> >> <script language="javascript1.2"> >> > function openlinks() { >> > window.open("http://www.yahoo.com/"); >> > window.open("http://www.google.com/"); >> >> } >> >> </script> >> >> <a href="#" OnClick="openlinks()">Klik Here</a> > > It works??? > > -- >> Osman ERDOGAN >> Turuncu Media >> 0 535 606 06 91 >> [EMAIL PROTECTED] > > > [Non-text portions of this message have been removed] > > --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
