Click here to Skip to main content
15,924,679 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to invoke a cilent side program through web? Pin
George211-Apr-03 18:47
George211-Apr-03 18:47 
QuestionHow to Install IIS MMC Snap-In on Win98 Pin
J. Dunlap3-Apr-03 19:53
J. Dunlap3-Apr-03 19:53 
AnswerIIS on Windows 98 Pin
Paul Watson3-Apr-03 20:21
sitebuilderPaul Watson3-Apr-03 20:21 
GeneralRe: IIS on Windows 98 Pin
J. Dunlap3-Apr-03 20:27
J. Dunlap3-Apr-03 20:27 
GeneralRe: IIS on Windows 98 Pin
J. Dunlap4-Apr-03 7:26
J. Dunlap4-Apr-03 7:26 
GeneralDeploy more than one webservices in disco file Pin
roobee3-Apr-03 16:01
roobee3-Apr-03 16:01 
GeneralOpen new web page from C# Pin
gmonk3-Apr-03 12:22
gmonk3-Apr-03 12:22 
GeneralRe: Open new web page from C# Pin
Paul Watson3-Apr-03 20:18
sitebuilderPaul Watson3-Apr-03 20:18 
gmonk wrote:
1. How do I open the second window from C#?
2. How do I size the new window so it is smaller that the orginial window?


C# is a Server Side language.

You need to use JavaScript to control the Client Side.

You can use C# to output your JavaScript which is then run on the CS.

e.g. mycontrol.Attributes.Add("onclick", "window.open(\"newwindow.aspx\", \"width-100; height=100;\")");

To control the window you use the window.open method in JS.

Paul Watson
Bluegrass
Cape Town, South Africa

Macbeth muttered:
I am in blood / Stepped in so far, that should I wade no more, / Returning were as tedious as go o'er

DavidW wrote:
You are totally mad. Nice.
QuestionNever Used Crystal Enterprise in ASP...so??? Pin
jesus4u3-Apr-03 7:16
jesus4u3-Apr-03 7:16 
QuestionProgress of a webpage download? Pin
monrobot133-Apr-03 3:16
monrobot133-Apr-03 3:16 
GeneralCan't debug ASP (server side) Pin
Still Learning Dude2-Apr-03 12:24
Still Learning Dude2-Apr-03 12:24 
GeneralRe: Can't debug ASP (server side) Pin
Roger Wright2-Apr-03 12:34
professionalRoger Wright2-Apr-03 12:34 
GeneralRe: Can't debug ASP (server side) Pin
Still Learning Dude2-Apr-03 18:05
Still Learning Dude2-Apr-03 18:05 
GeneralRe: Can't debug ASP (server side) Pin
Roger Wright2-Apr-03 20:02
professionalRoger Wright2-Apr-03 20:02 
GeneralRe: Can't debug ASP (server side) Pin
Still Learning Dude3-Apr-03 0:21
Still Learning Dude3-Apr-03 0:21 
GeneralRe: Can't debug ASP (server side) Pin
Roger Wright3-Apr-03 4:27
professionalRoger Wright3-Apr-03 4:27 
GeneralRe: Can't debug ASP (server side) Pin
Still Learning Dude11-Apr-03 13:51
Still Learning Dude11-Apr-03 13:51 
GeneralRe: Can't debug ASP (server side) Pin
Megan Forbes3-Apr-03 22:06
Megan Forbes3-Apr-03 22:06 
GeneralRe: Can't debug ASP (server side) Pin
Still Learning Dude11-Apr-03 13:56
Still Learning Dude11-Apr-03 13:56 
GeneralNOOBIE to Java! Pin
Penfoldian2-Apr-03 7:39
Penfoldian2-Apr-03 7:39 
GeneralIIS Giving me a Headache Pin
jesus4u2-Apr-03 3:17
jesus4u2-Apr-03 3:17 
GeneralRe: IIS Giving me a Headache Pin
Daniel Turini2-Apr-03 3:50
Daniel Turini2-Apr-03 3:50 
GeneralRe: IIS Giving me a Headache Pin
roobee3-Apr-03 15:45
roobee3-Apr-03 15:45 
QuestionHow to crypt my URLs Pin
Yasen Georgiew2-Apr-03 3:16
Yasen Georgiew2-Apr-03 3:16 
AnswerRe: How to crypt my URLs Pin
Daniel Turini2-Apr-03 3:46
Daniel Turini2-Apr-03 3:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.