Log in

View Full Version : SSI upon link clicks



ubh
11-03-2006, 11:17 PM
Hi I am getting ready to setup a little menu system that has links to graphics that I want to be Include into the viewed HTML document.

What I was wondering is, can SSI be called upon someone clicking a link?

I see many tutorials talking about placing SSI tags to include code from other html page in say the body somewhere, but nothing relating to performing a SSI upon clicking a link.

Any information will be helpful.

Thanks
Dev.

ItsMeOnly
11-03-2006, 11:35 PM
SSI as name says, is server side- anything that happens client-side is not relevant.

Are you sure you aren't after AJAX?

ubh
11-04-2006, 12:08 AM
AJAX is something that has come up alot during my searches and studies on SSI, but byond the looping circles of people asking specific questions reguarding AJAX I have yet to find the information about what it is I need it to preform.

Might you be able to point me in the right direction here?

ItsMeOnly
11-04-2006, 12:38 AM
well, theres this thing:
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm

ubh
11-04-2006, 12:55 AM
You are a perfect depiction for why people should utilize forums more.

Many Many Thanks!