DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Ian Guest

    Loading a new page


    Hi, Everyone:

    I'm a Visual Basic programmer and I'm trying my hand at Web programming for
    the first time. I've run into a really basic problem, but I just can't seem
    to find the answer. I want to "load" a second web-form from the first one
    without using re-direct. I just can't find the answer. Any help would be
    much appreciated.

  2. #2
    Phil Weber Guest

    Re: Loading a new page

    > I want to "load" a second web-form from the first
    > one without using re-direct.


    Ian: Do you mean that you want to open another instance of the browser? To
    do this, you may either use the window.open statement in a client-side
    script, or add the target attribute to an anchor (<a>) tag. For more
    information search at www.google.com for "window.open" and/or "href target".
    Hope that helps!
    --
    Phil Weber



  3. #3
    Ian Lent Guest

    Re: Loading a new page


    "Phil Weber" <pweber@nospam.fawcette.com> wrote:
    > > I want to "load" a second web-form from the first
    > > one without using re-direct.

    >
    >Ian: Do you mean that you want to open another instance of the browser?

    To
    >do this, you may either use the window.open statement in a client-side
    >script, or add the target attribute to an anchor (<a>) tag. For more
    >information search at www.google.com for "window.open" and/or "href target".
    >Hope that helps!
    >--
    >Phil Weber
    >
    >

    Thanks Phil...that helps a lot


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