-
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.
-
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
-
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks