DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Brad Guest

    New Browser Window


    I'm having trouble getting the window.open command to work with HTML
    and .JS files. With my HTML I am just imbedding a link to the .JS files
    for the
    HTML page to access and excute. so that means my LINKS are in the .JS files
    not
    the HTML files...Here's is some sample code of part of the menu. I need to

    open these links in to NEW Browser windows. The following is part of my menu
    array. The links themselves aren't important, I know they work. I just need
    the
    proper syntax to open the new window. Thanks in advance.


    Menu3=new Array('Analysis','#','',3,'',120);
    Menu3_1=new Array('Home','http://home.html','',0,20,120);
    Menu3_2=new Array('Daily News','http://news.html','',0);
    Menu3_3=new Array('Weekly Report','http://report.html','',0);

  2. #2
    Markn Guest

    Re: New Browser Window


    Brad. You might wish to ask this in one of the Internet/Intranet Groups that
    deal with scripting. Java (again - sigh) is not Javascript.

    Mark


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links