call a modal form

  • Thread starter Thread starter John M
  • Start date Start date
J

John M

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 :)
 
Found,
ShowModalDialog takes also parameters.
.... also,
for using aspx :
How can I get the
window.dialogArguments

(window.dialogArgument is unaccessable by default in aspx?)

Need sample code, please.

Thanks :)
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top