View Single Post
  #1 (permalink)  
Old 04-27-2008, 02:59 PM
jpenn jpenn is offline
Registered User
 
Join Date: Apr 2008
Posts: 2
ASP in DIV/CSS question

Hello All,

I am in the process of redesigning a web site I built for my company’s intranet a few years ago. I am not really a web designer so please forgive my ignorance.

The current site is designed to host about 50+ crystal reports and I use asp files to process the reports and display the results. I use two FRAMES in my site, one frame is a MENUFRAME which holds the links (navigation) for selecting the report and the MAINFRAME which is used to display the report. I use an anchor tag with the TARGET value set to the MAINFRAME to display the crystal report. Simple, and functional, but I want to move away from frames.

Can I do the same with CSS? I have a SPRY menu built to select the report and want to target the asp page to display in a DIV tag. Can I do that?

Maybe I can use a server side include?

I need some guidance and reference to a web site.

Thanks in advance!

Jim
Reply With Quote