Posted by Mark Foley on 11/21/06 22:30
We have existing help (html) pages to which I need to add some conditional
processing.
Something like:
if (condition)
redirect to PageX
this condition variable needs to be something that I can pull from the
info passed by the caller.
This needs to work for all Browsers, so I think any sort of scripting
is not an option. I did some work with asp a while ago, but I'm looking
for a straight HTML solution.
Thanks!
[Back to original message]
|