Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > WEBFORM: Howto open a new browser ?

Reply
Thread Tools

WEBFORM: Howto open a new browser ?

 
 
Roby SGM
Guest
Posts: n/a
 
      07-30-2003
Hi.

In a webform (VB.NET) how can I open a new instance of the browser ?

Thank you

Roby


 
Reply With Quote
 
 
 
 
Jerry
Guest
Posts: n/a
 
      07-30-2003

You can only use a ClientSide JavaScript.
Then with window.open("")


"Roby SGM" <> schrieb im Newsbeitrag
news:...
> Hi.
>
> In a webform (VB.NET) how can I open a new instance of the browser ?
>
> Thank you
>
> Roby
>
>



 
Reply With Quote
 
 
 
 
Eric Wise
Guest
Posts: n/a
 
      07-30-2003
You have several options:

- Drop a hyperlink on the page and set its target to _blank
- Use javascript in a response.write statement (server side).

"Roby SGM" <> wrote in message
news:...
> Hi.
>
> In a webform (VB.NET) how can I open a new instance of the browser ?
>
> Thank you
>
> Roby
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I really need webbrowser.open('file://') to open a web browser Timur Tabi Python 4 01-18-2010 09:00 PM
Google anounces new (open source) browser with new JavaScript VM. Erwin Moller Javascript 9 09-05-2008 06:23 PM
Force browser to open a file (rather than save/open/cancel) tiewknvc9 Java 12 02-19-2007 08:21 PM
Open .msg / .eml file in Browser/placeholder within browser ai4u ASP .Net 0 04-27-2006 11:29 AM
Need to open a new browser window, not a new window Gordon ASP General 3 04-16-2004 10:46 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57