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

Reply via email to