Hi Gary,
Well I interpret your question in that way, that you would like to decide
server-side, if a popup is created or not (Since you mention the client-side
way to do this). We had a similar problem in one of our applications. We solved
it this way:
1. Add a hidden field to the base-page.
2. Add a small JavaScript that checks, if the field contains a value, if
it does it opens a popup with the hidden fields content as url.
3. Let the JavaScript be executed onLoad of the html page.
4. In the server-side logic, you can now decide, if a popup is to be
opened or not, just by setting the value of the hidden field.
You could even make this work with several pop-ups just by making the fields
content a little more complex
Hope this helps,
Chris
Von: Gary Larsen [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 23. März 2007 23:31
An: [email protected]
Betreff: Open pipeline in new window
HI,
I there some way to programatically add the equivilent to <a target="_blank">
into a pipeline so the the result is serialized to a new browser window?
Thanks,
gary