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

2004-03-18 Thread Andrew Hill
March 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 something like this. frameset

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 ;-) -Original

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: 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 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 Brendan Richards
/ -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. Suppose the link is www.xyz.com/abc/dba.asp, how do we

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 mohan
- 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. Suppose the link is www.xyz.com/abc/dba.asp, how do we read

[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

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 You have JSP