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
: 18 March 2004 00:05 To: [EMAIL PROTECTED] Subject: calling ASP inside a JSP Hi All I have a webpage in which i have two Frames. In my left frame i want to display an ASP page. In the main frame i have a JSP page. Can i do this at all. I have a link to the ASP page, but i do not want to provide

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

calling ASP inside a JSP

2004-03-17 Thread mohan
Hi All I have a webpage in which i have two Frames. In my left frame i want to display an ASP page. In the main frame i have a JSP page. Can i do this at all. I have a link to the ASP page, but i do not want to provide a link but only want to display the content of the ASP page. Please let me

[FRIDAY]:RE: calling ASP inside a JSP

2004-03-17 Thread Wiebe de Jong
ASP inside a JSP Hi All I have a webpage in which i have two Frames. In my left frame i want to display an ASP page. In the main frame i have a JSP page. Can i do this at all. I have a link to the ASP page, but i do not want to provide a link but only want to display the content of the ASP page

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