Developer forum

Forum » Templates » How to use ASP page inside page/paragraph template?

How to use ASP page inside page/paragraph template?


Reply

Hello,


 


I am trying to use an existing ASP script inside a DW paragraph template.


The only way I succeed till now is specifying an IFRAME in the template pointing to the (relative) ASP page. this works ok, but it would be nice to include the ASP page directly inside the template, like "


 


Is this possible, or is the IFRAME the only way?


 


With kind regards,


  Emil Muller


 


Replies

 
Reply
Emil Muller wrote:


Hello,


I am trying to use an existing ASP script inside a DW paragraph template.




The only way I succeed till now is specifying an IFRAME in the template pointing to the (relative) ASP page. this works ok, but it would be nice to include the ASP page directly inside the template, like "




Is this possible, or is the IFRAME the only way?




With kind regards,




  Emil Muller




 



It's not possible to use any kind of serverside language in the templates.  The only way to do this is through an iframe from another domain.


 


// Dammark

 
Reply
Dammark wrote:

Emil Muller wrote:





Hello,




I am trying to use an existing ASP script inside a DW paragraph template.








The only way I succeed till now is specifying an IFRAME in the template pointing to the (relative) ASP page. this works ok, but it would be nice to include the ASP page directly inside the template, like "








Is this possible, or is the IFRAME the only way?








With kind regards,








  Emil Muller








 






It's not possible to use any kind of serverside language in the templates.  The only way to do this is through an iframe from another domain.




 




// Dammark



 


That's too bad :-(


I will use the IFRAME construction then.


 


Thanks for the quick response!


 


Regards,


  Emil

 

You must be logged in to post in the forum