Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to call a .net page from a classic page

Status
Not open for further replies.

bluecjh

Programmer
Mar 12, 2003
385
I want to get the code in a .net page to run
from a classic page, in the way an 'include'
works.

I have tried an <iframe> but the .net page does not get loaded in all circumstances.

How do I do this?

thanks

[glasses]

BlueCJH
 
This might be a question better suited for forum855.

------------------------------------------------------------------------------------------------------------------------
"I am not young enough to know everything."
Oscar Wilde (1854-1900)
 
Well I'd of thought it could go either way?

from .net to classic?

6 of one and half a dozen of another.

BlueCJH
 
My understanding is that the two are not always compatible. For instance, while you can go between the two, you cannot carry session variables between them (please feel free to correct me if I am wrong). Regardless, I felt that you might have more .NET programmers who could offer advice on the problem as they are more likely to have worked with both technologies than straight ASP programmers.

Further, when you say the page does not load in all circumstances, could you be more specific as to how/when it occurs. This would help to track the problem down. Either way, I hope you find a resolution to your problem. [thumbsup]

------------------------------------------------------------------------------------------------------------------------
"I am not young enough to know everything."
Oscar Wilde (1854-1900)
 
Chopstick,

My 1st classic page has an include file to another
classic page. This second classic page has an <iframe>
to open a .net page so that it's code runs.

Now this all works fine providing I remove from the 1st page the script which follows the include, this bit which I'm forced to cut out normally calls and opens a crystal report/window.

If I don't remove this final bit of script the crystal report gets loaded but the .net page doesn't get run?

maybe this is to be expected but
I need to execute both tasks.

Thanks

BlueCJH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top