Hi Again,
Here's something I'd like to do and wonder if it's possible.
I've got two categories/match patterns:
- Documents (350 of them) / 'C?-????-IAD' (filenames start with this), and
- Webpages / '*.php,*.htm'.
I'd like links to open like this:
- Documents - in a new window, and
- Webpages - in the frame "mainframe".
Can I do this without being a php programmer (the platform used)? I know html/asp, but have to use php on the Unix web server.
Thanks,
Here's something I'd like to do and wonder if it's possible.
I've got two categories/match patterns:
- Documents (350 of them) / 'C?-????-IAD' (filenames start with this), and
- Webpages / '*.php,*.htm'.
I'd like links to open like this:
- Documents - in a new window, and
- Webpages - in the frame "mainframe".
Can I do this without being a php programmer (the platform used)? I know html/asp, but have to use php on the Unix web server.
Thanks,
Comment