Hi!
I'm currently using
to open a page when the selection of a list menu changes.
What I would need is to open a page in a frame that I specify. Is that possible and how?
Thanks,
Bostjan
I'm currently using
Code:
OnChange="location = this.options[this.selectedIndex].value;"
What I would need is to open a page in a frame that I specify. Is that possible and how?
Thanks,
Bostjan
Comment