HighTechTalks DotNet Forums  

Re: Opening webpage from ASP.NET through C#

Dotnet Scripting microsoft.public.dotnet.scripting


Discuss Re: Opening webpage from ASP.NET through C# in the Dotnet Scripting forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Jimmy [Used-Disks]
 
Posts: n/a

Default Re: Opening webpage from ASP.NET through C# - 07-08-2003 , 08:43 AM






Quote:
I am programming one web application and I got a little
problem because I don't know how to open certain webpage
from source code of C# in ASP.NET.

Someone recommend me that it is possible by calling
open("www.xyz.com");
What you need to do is emit javascript:

Response.Write("<script language='JavaScript'>");
Response.Write("open('http://www.xyz.com')");
Response.Write("</script>");

--
-Jimmy
Used-Disks:
http://www.used-disks.com/




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.