PDA

View Full Version : A lil help plz


N-Sanity
08-05-2005, 04:30 PM
Yo guys...
I sorta had a lil idea.
why not instead of using frames, use a table and put an ASP include tag there.
On ur buttons, just change the tag's value to watever page name u need.
Since its in active server page, it must display the new contents right away i figured, without reloading every damn image on the site.
Im not sure if this is already used, or if theres a grave problem somewhere deep inside, so plz help me out:D

IH-James
20-05-2005, 03:54 AM
N-Sanity,

Are you talking about using ASP code now instead of PHP code?

If so, you can achieve the same with PHP code.

An yes, elements (such as images) taht appear on more than one page will be cached, resulting in quicker load times. This is one of the advantages in using my original template system.

James

N-Sanity
20-05-2005, 08:02 PM
Nono, not exactly what i meant. I just saw the name of asp, and a frined told me its similar to php. So as it said ACTIVE server page, it hought that its event driven and refreshes only the part of html code needed to be refreshed when an event occurs.
I was wrong. And i realize how to do it properly now. thnx.