Developer forum

Forum » Templates » Include file

Reply

Hi,


 


I was trying to use the include HTML tag to access a file in the HTML folder of the File Manager.


 


My code is something like /MyFile.htm"-->


 


The DwAreaID tag renders perfectly, the file exists, and I can access directly on the URL, but I can seem to get it to load.


 


Does anyone has any idea why or any suggestions?


 


//nuno


Replies

 
Nicolai Høeg Pedersen
Reply

Your code is ASP and not HTML.


 


If you wanna do something like that you have to do it using javascripts:


 



 


Then the JS should hold something like document.write("

Hi from 1

")

 
Reply

Hi,


 


Upps... you are so right. How stupid of me :P


 


Sorry and thanks,


//nuno

 
Nicolai Høeg Pedersen
Reply

It would be a nice feature if you could do that with HTML though....

 

You must be logged in to post in the forum