Hi,
Are there any examples of a modalpopup showing another page that has parameters passed to it?
For example if I have a calendar with 30 squares representing a calendar month and some of them have links in - say "Party - 5pm" that points to "showevent.asp?EventID=52" can this be opened in this way?
Or do I have to generate all the HTML for all the events visible that month and then do it that way. The only examples I can find do it this way but I think it would be more efficient to point to a single external source.
I know it's possibly quite a complicated question so don't worry I don't want the whole code on a plate but if anyone knows of a good example/tutorial I can work through that would be really helpful.
Thanks very much
Ed
Are there any examples of a modalpopup showing another page that has parameters passed to it?
For example if I have a calendar with 30 squares representing a calendar month and some of them have links in - say "Party - 5pm" that points to "showevent.asp?EventID=52" can this be opened in this way?
Or do I have to generate all the HTML for all the events visible that month and then do it that way. The only examples I can find do it this way but I think it would be more efficient to point to a single external source.
I know it's possibly quite a complicated question so don't worry I don't want the whole code on a plate but if anyone knows of a good example/tutorial I can work through that would be really helpful.
Thanks very much
Ed