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

2004-03-18 Thread Andrew Hill
snip
What you won't be able to do easily is share any server side data such
as session objects between the two servers
/snip

You could probably use a database to share most of the important info.

-Original Message-
From: Brendan Richards [mailto:[EMAIL PROTECTED]
Sent: Thursday, 18 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 cols=200,*
  frame src=http://myASPServer.com/page.asp; name=leftFrame
  frame src=http://myJSPServer.com/page.jsp; name=rightFrame
/framsest

This frameset page could be a HTML file on either of your servers or
could even be an asp or jsp file to make it dynamic.

What you won't be able to do easily is share any server side data such
as session objects between the two servers



-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 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, 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 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. Please let me know
if i can do this.

Thanks
--Mohan



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-03-18 Thread Adam Hardy
The ugly bit is when you try to incorporate an ASP page with a JSP page, 
M$ will sue you for stealing their code. ;)



On 03/18/2004 03:21 AM Andrew Hill wrote:
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, 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 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. Please let me know
if i can do this.
Thanks
--Mohan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
struts 1.1 + tomcat 5.0.16 + java 1.4.2
Linux 2.4.20 Debian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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: 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 a link
but only want to display the content of the ASP page. Please let me know
if i can do this.

Thanks
--Mohan



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


***
This e-mail and its attachments are confidential
and are intended for the above named recipient
only. If this has come to you in error, please 
notify the sender immediately and delete this 
e-mail from your system.
You must take no action based on this, nor must 
you copy or disclose it or any part of its contents 
to any person or organisation.
Statements and opinions contained in this email may 
not necessarily represent those of Littlewoods.
Please note that e-mail communications may be monitored.
The registered office of Littlewoods Limited and its
subsidiaries is 100 Old Hall Street, Liverpool, L70 1AB.
Registered number of Littlewoods Limited is 262152.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 PROTECTED]



[EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 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 know
 if i can do this.

 Thanks
 --Mohan




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 PROTECTED]



 [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 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 know if i can do this.

 Thanks
 --Mohan




 - To
 unsubscribe, e-mail: [EMAIL PROTECTED] For
 additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: calling ASP inside a JSP

2004-03-18 Thread Brendan Richards
These tutorials are good:

Frames Basics:
http://hotwired.lycos.com/webmonkey/96/31/index3a.html?tw=authoring

Linking Between Frames:
http://hotwired.lycos.com/webmonkey/96/36/index2a.html?tw=authoring

short synopsis:
when you create a frameset, every frame gets a name. Any link can be
made to load into any frame by specifying a target
a href=pagetoload.asp target=frameNamelink/a

Initial pages are specified in the frameset file itself.

This is more a javascript / HTML issue than a Struts one.
Try checking out some HTML/javascript mailing lists:

http://www.htmlforums.com/ 



-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 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 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 PROTECTED]



 [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 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 know if i can do this.

 Thanks
 --Mohan




 -
To
 unsubscribe, e-mail: [EMAIL PROTECTED] For
 additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 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 PROTECTED]



 [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 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 know if i can do this.

 Thanks
 --Mohan




 - To
 unsubscribe, e-mail: [EMAIL PROTECTED] For
 additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: calling ASP inside a JSP

2004-03-18 Thread mohan
Hi All
Thank you very much. Sure i will go to the Html tutorials. Actually i dint
see the previous mails of this thread. I just started my morning. Anyways,
thanks to all of you.

--Mohan


 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 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 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 PROTECTED]



 [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 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 know if i can do this.

 Thanks
 --Mohan




 -
 To unsubscribe, e-mail: [EMAIL PROTECTED] For
 additional commands, e-mail: [EMAIL PROTECTED]




 - To
 unsubscribe, e-mail: [EMAIL PROTECTED] For
 additional commands, e-mail: [EMAIL PROTECTED]

 - To
 unsubscribe, e-mail: [EMAIL PROTECTED] For
 additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 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. Please let me know
if i can do this.

Thanks
--Mohan



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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, 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 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. Please let me know
if i can do this.

Thanks
--Mohan



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]