Ask a Question related to ASP.NET General, Design and Development.
-
Roby SGM #1
WEBFORM: Howto open a new browser ?
Hi.
In a webform (VB.NET) how can I open a new instance of the browser ?
Thank you
Roby
Roby SGM Guest
-
Do not open pdf in Browser
Dear Sirs, I have Adobe Acrobat installed and Adobe Acrobat Reader. I use the reader for only showing pdfs and the Acrobat (writer) for pdf... -
AOL Browser open
Is there a way to automatically open a web page like gotonetpage but allow AOL users the auto open feature? The default browser will open on every... -
How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
I use the following to open Excel from IE browser, but I don't get a OPEN/SAVE dialog option window. Instead, the Excel opened in the browser... -
Including WebForm Image Control in a Webform Table Control
What is the code for including an image control in a Table control of a WebForm ???? regards -
Modifying "Open Browser Window" behavior to launch a maximized browser
I want to launch a web application in a fullscreen browser window with nothing but the title bar and the accompanying window borders (I do not want... -
Jerry #2
Re: WEBFORM: Howto open a new browser ?
You can only use a ClientSide JavaScript.
Then with window.open("")
"Roby SGM" <menoncinANTISPAM@grupposgm.it> schrieb im Newsbeitrag
news:uOTLZbpVDHA.208@tk2msftngp13.phx.gbl...> Hi.
>
> In a webform (VB.NET) how can I open a new instance of the browser ?
>
> Thank you
>
> Roby
>
>
Jerry Guest
-
Eric Wise #3
Re: WEBFORM: Howto open a new browser ?
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" <menoncinANTISPAM@grupposgm.it> wrote in message
news:uOTLZbpVDHA.208@tk2msftngp13.phx.gbl...> Hi.
>
> In a webform (VB.NET) how can I open a new instance of the browser ?
>
> Thank you
>
> Roby
>
>
Eric Wise Guest



Reply With Quote

