PC Review


Reply
Thread Tools Rate Thread

How do I make a dialog box??

 
 
=?Utf-8?B?TW9iaWxlT2ht?=
Guest
Posts: n/a
 
      11th Jun 2004
I need to make a simple dialog box and don't seem to be able to do so.... Does anyone know a simple method to do this?

Thanks
 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      11th Jun 2004
For what purpose? There are several types of dialog boxes.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

"MobileOhm" <(E-Mail Removed)> wrote in message
news:798D9F27-658D-46F8-975E-(E-Mail Removed)...
> I need to make a simple dialog box and don't seem to be able to do so.... Does anyone know a

simple method to do this?
>
> Thanks



 
Reply With Quote
 
=?Utf-8?B?TW9iaWxlT2ht?=
Guest
Posts: n/a
 
      11th Jun 2004
When a user selects a button, I want a dialog box to popup with a message.

ie: User selects product button - "Product not available at this time" is the dialog box.

Thanks,

"Steve Easton" wrote:

> For what purpose? There are several types of dialog boxes.
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> 95isalive
> This site is best viewed............
> ........................with a computer
>
> "MobileOhm" <(E-Mail Removed)> wrote in message
> news:798D9F27-658D-46F8-975E-(E-Mail Removed)...
> > I need to make a simple dialog box and don't seem to be able to do so.... Does anyone know a

> simple method to do this?
> >
> > Thanks

>
>
>

 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      12th Jun 2004
Use a javascript alert.


<input type="button" value="Button" onclick="popup()">

<script type="text/javascript">
function popup(){
alert("This product is currently unavailable");
}
</script>


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

"MobileOhm" <(E-Mail Removed)> wrote in message
news:8CFC2927-71EE-486D-B977-(E-Mail Removed)...
> When a user selects a button, I want a dialog box to popup with a message.
>
> ie: User selects product button - "Product not available at this time" is the dialog box.
>
> Thanks,
>
> "Steve Easton" wrote:
>
> > For what purpose? There are several types of dialog boxes.
> >
> > --
> > Steve Easton
> > Microsoft MVP FrontPage
> > 95isalive
> > This site is best viewed............
> > ........................with a computer
> >
> > "MobileOhm" <(E-Mail Removed)> wrote in message
> > news:798D9F27-658D-46F8-975E-(E-Mail Removed)...
> > > I need to make a simple dialog box and don't seem to be able to do so.... Does anyone know a

> > simple method to do this?
> > >
> > > Thanks

> >
> >
> >



 
Reply With Quote
 
Andrew Murray
Guest
Posts: n/a
 
      12th Jun 2004
Do you mean like the ones that windows uses? Do you mean a simple "error" or
"alert" box - these are done with either Javascript or VBScript, but have
specific purposes i.e. the 'information' (white 'i' on blue circle), the "alert"
(black exclamation point on yellow triangle) and 'critical error' (white "X" on
red circle).....

If you mean a pop-up window then try www.jimcoaddins.com
look for the popup spawn


"MobileOhm" <(E-Mail Removed)> wrote in message
news:798D9F27-658D-46F8-975E-(E-Mail Removed)...
> I need to make a simple dialog box and don't seem to be able to do so.... Does

anyone know a simple method to do this?
>
> Thanks



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
make dialog box bigger Steve Microsoft Access 2 3rd Jun 2010 02:35 PM
Make Save dialog box appear kimkom Microsoft Powerpoint 6 10th Nov 2008 10:50 AM
how to make the links info dialog box not appear =?Utf-8?B?bWFuZ28=?= Microsoft Excel Worksheet Functions 1 3rd Dec 2004 06:24 AM
Re: How to make the SaveAs dialog come up? Douglas J. Steele Microsoft Access Getting Started 1 21st Sep 2004 05:31 PM
How to make the SaveAs dialog come up? =?Utf-8?B?TWF1cnkgTWFya293aXR6?= Microsoft Access Getting Started 0 21st Sep 2004 03:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:45 AM.