0

I have 4 html pages. 1 of them is having common UI which needs to be available on all the other pages.
In navigation page there are 3 links which points to the other 3 pages. I have used include to have this common file in all the three.
I am not getting how to handle the link click events and change the page accordingly.
Can anyone please help me in achieving this ?


Thanks in advance. Vijay

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
VJOY
  • 3,752
  • 12
  • 57
  • 90

1 Answers1

0

For simple requirement like this, I suggest you to use standard html iframe

Predator
  • 1,267
  • 3
  • 17
  • 43
  • yes but I am considering some server side processing as well. So going for SSI. Otherwise I have created an application with iframe as well. – VJOY Mar 28 '11 at 15:57