RE: calling ASP inside a JSP

2004-03-18 Thread mohan
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 18 March 2004 13:50 > To: [EMAIL PROTECTED] > Subject: Re: calling ASP inside a JSP > > > Hi James > Can u tell me how can acheive this. I have never developed stuff in HTML > or ASP

RE: calling ASP inside a JSP

2004-03-18 Thread Colm Garvey
Mohan, please go to and read: http://www.w3schools.com/html/html_frames.asp Colm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 13:50 To: [EMAIL PROTECTED] Subject: Re: calling ASP inside a JSP Hi James Can u tell me how can acheive this. I

RE: calling ASP inside a JSP

2004-03-18 Thread Brendan Richards
] [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 13:50 To: [EMAIL PROTECTED] Subject: Re: calling ASP inside a JSP Hi James Can u tell me how can acheive this. I have never developed stuff in HTML or ASP. Suppose the link is www.xyz.com/abc/dba.asp, how do we read this stuff into a frame. Please let

Re: calling ASP inside a JSP

2004-03-18 Thread mohan
Hi James Can u tell me how can acheive this. I have never developed stuff in HTML or ASP. Suppose the link is www.xyz.com/abc/dba.asp, how do we read this stuff into a frame. Please let me know. --Mohan > This has nothing to do with ASP or JSP specifically. You simply want to > use one frame as

Re: calling ASP inside a JSP

2004-03-18 Thread James Mitchell
This has nothing to do with ASP or JSP specifically. You simply want to use one frame as the "target" of another's links/posts. This is very easy to do. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Yahoo IM:[EMAIL

RE: calling ASP inside a JSP

2004-03-18 Thread McCormack, Chris
Use the superior JSP to suck in the contents of the ASP (using the link to it) and write it out directly to the frame using javascript or, another jsp that contains the sucked in ASP information in a bean. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

Re: [FRIDAY]:RE: calling ASP inside a JSP

2004-03-18 Thread Adam Hardy
Jong [mailto:[EMAIL PROTECTED] Sent: Thursday, 18 March 2004 08:17 To: 'Struts Users Mailing List' Subject: [FRIDAY]:RE: calling ASP inside a JSP You have JSP, and ASP, and you want to mix them together?!? Reminds me of that Clint Eastwood movie: "The Good, the Bad, and the Ugly&quo

RE: [FRIDAY]:RE: calling ASP inside a JSP

2004-03-18 Thread Andrew Hill
2004 17:21 To: Struts Users Mailing List Subject: RE: [FRIDAY]:RE: calling ASP inside a JSP Shouldn't be a problem. I don't think there's anything in browsers that stop different frames being served from different servers. You'd have a framset page looking somet

RE: [FRIDAY]:RE: calling ASP inside a JSP

2004-03-18 Thread Brendan Richards
s -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 02:21 To: Struts Users Mailing List Subject: RE: [FRIDAY]:RE: calling ASP inside a JSP Whats the Ugly? PHP? hmmm. Friday seems to come very early in your part of the world ;-) -Original Me

RE: [FRIDAY]:RE: calling ASP inside a JSP

2004-03-17 Thread Andrew Hill
Whats the Ugly? PHP? hmmm. Friday seems to come very early in your part of the world ;-) -Original Message- From: Wiebe de Jong [mailto:[EMAIL PROTECTED] Sent: Thursday, 18 March 2004 08:17 To: 'Struts Users Mailing List' Subject: [FRIDAY]:RE: calling ASP inside a JSP Yo

[FRIDAY]:RE: calling ASP inside a JSP

2004-03-17 Thread Wiebe de Jong
You have JSP, and ASP, and you want to mix them together?!? Reminds me of that Clint Eastwood movie: "The Good, the Bad, and the Ugly" ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 4:05 PM To: [EMAIL PROTECTED] Subject: calling