|
Rank: Newbie Groups: Member
Joined: 11/22/2009 Posts: 6
|
http://screencast.com/t/NzEwZjM4NTYtA box that pops up, with a few text boxes in it, get some information then post the info via server side code ? So I guess I am after a custom Input box.. If message box cant do this do you have other tools for this type of thing ?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will use Dialog control, not MsgBox control for that. MsgBox control is a special kind of Dialog control that only displays message. It does not take input.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 11/22/2009 Posts: 6
|
I assume with the Dialog control I can put in any html stuff I like..
<tables> <span> <literals>
reference JS functions
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
You can put pretty much anything inside a dialog. You will want to check out the documentation and samples first to see how it works.
Thanks!
|
|