Opening html from vbscript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marek

    Opening html from vbscript

    I have check.aspx page with VBScript .
    My script is checking permissions and when see, that i have permission to
    see other page, then give me result.
    I want to open other page when i have permission for it.
    I have three possibilities by permissions.

    My question is:
    How open other pages by VBScript? In frame?

    For example:
    If I have 1 level then check.aspx open for me page1
    If I have 2 level then check.aspx open for me page2
    If I have 3 level then check.aspx open for me page3


Working...