Benp
Posts: 6
|
| Posted: 09/19/2006, 6:37 PM |
|
Hello
I try to include external ASP code in a CodeCharge project that is using ASP with templates.
The problem is that the external ASP code is generating its own html. I tried different way to include it without any succes.
How can I include that code so that it will work and can be able to use the session's variables.
thanks
Ben
|
 |
 |
Suntower
Posts: 225
|
| Posted: 09/20/2006, 1:42 PM |
|
http://forums.yessoftware.com/posts.php?post_id=66473&s...d=INCLUDING+ASP
_________________
---On a campaign for more examples and better docs! |
 |
 |
Benp
Posts: 6
|
| Posted: 09/21/2006, 5:31 AM |
|
Thanks
I finally decided to add those ASP pages in an iframe in the HTML. This way I can use all the Session variables in those pages too.
Ben
|
 |
 |
|