WebDev - How after server code use the NavigateurOuvre?
How to open a Web page after treatment in server code?
must use the NavigateurOuvre. However, this feature is only available in browser code and not in server code.
The trick is to use a hidden field, which will act as boolean.
In server code, it performs the desired treatment, then we assign to a hidden field.
Then in the onload code page, use the following syntax: IF
SAI_MonChamp <> 0 then
NavigateurOuvre ("http://www.monsite.fr)
END
0 comments:
Post a Comment