call a modal form

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

    #1

    call a modal form

    Hello,

    In HTML page, with VB.

    How can I call an HTML page, from another HTML page ?
    How can I call the HTML page with modal state (so I should close it, in
    order to go to previous HTML page ?
    Can I call the HTML page with parameters ?

    Thanks :)


  • John M

    #2
    Re: call a modal form

    Found,
    ShowModalDialog takes also parameters.
    .... also,
    for using aspx :
    How can I get the
    window.dialogAr guments

    (window.dialogA rgument is unaccessable by default in aspx?)

    Need sample code, please.

    Thanks :)


    Comment

    • Cor Ligthert

      #3
      Re: call a modal form

      John,

      This is a VBNet newsgroup not a HTML or classic VB newsgroup.

      In the way you decribe your problem I don't see much relations with VBNet.

      Cor


      Comment

      • Herfried K. Wagner [MVP]

        #4
        Re: call a modal form

        "John M" <nobody@nospam_ please.com> schrieb:[color=blue]
        > How can I call an HTML page, from another HTML page ?
        > How can I call the HTML page with modal state (so I should close it, in
        > order to go to previous HTML page ?[/color]

        Maybe a Web Page Dialog (Microsoft-specific, AFAIK) will solve the problem
        (untested!):

        'showModalDialo g' Method
        <URL:http://msdn.microsoft. com/library/default.asp?url =/workshop/author/dhtml/reference/methods/showmodaldialog .asp>

        --
        M S Herfried K. Wagner
        M V P <URL:http://dotnet.mvps.org/>
        V B <URL:http://classicvb.org/petition/>

        Comment

        • Cor Ligthert

          #5
          Re: call a modal form

          Herfried,
          [color=blue]
          > Maybe a Web Page Dialog (Microsoft-specific, AFAIK) will solve the problem
          > (untested!):
          >
          > 'showModalDialo g' Method
          > <URL:http://msdn.microsoft. com/library/default.asp?url =/workshop/author/dhtml/reference/methods/showmodaldialog .asp>
          >[/color]

          The question was in my opinion more (however I am not sure) like how can I
          get information back from this page in ASPX

          Do you have the solution for that?

          Cor


          Comment

          Working...