Forum Moderators: open

Message Too Old, No Replies

How do I load an ASP app into Existing Site

without using framsets

         

tfanelli

7:34 pm on Feb 23, 2004 (gmt 0)

10+ Year Member



I have an existing website and am developing a client manager app for my customers. I want to be able to distribute the asp app for use on other sites. I was originally thinking about using a framset approach to load the app and give the end user the ability to have thier own navigation and graphics around the app. The problem is that with my site I dont want to use a framset and am looking for another way of doing this. How can I load the main body of my page with this application, and make it easy for others to load it on thier sites without using frames and keeping it as simple as possible. Thanks for your thoughts.

txbakers

7:55 pm on Feb 23, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



code your app page with includes for all the peripherals.

Then the other users can just create their "chrome" around your app.

If you use style sheets for your app, it makes it even easier for them to customize it.

tfanelli

9:12 pm on Feb 23, 2004 (gmt 0)

10+ Year Member



Can you please elaborate?

txbakers

9:28 pm on Feb 23, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Keep your ASP code in tact.

Then, for all the banners, and navigation, and other stuff that doesn't belong to you, you write the include command and let the other people create their files to integrate around yours.