LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 9 Jan 2002 12:07:27 -0700
Reply-To:     Jack Hamilton <JackHamilton@FIRSTHEALTH.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jack Hamilton <JackHamilton@FIRSTHEALTH.COM>
Subject:      Re: SAS/IntrNet and Modal Dialogs
Comments: To: john.stimpson@UK.FID-INTL.COM
Content-Type: text/plain; charset=us-ascii

For information on creating a modal window in Internet Explorer, see

<http://www.webreference.com/js/tips/010814.html>

Search for "modal" on the page

<http://www.webreference.com/js/>

for further examples.

I have not written a modal page myself (we don't have a guarantee that all users will have IE), but the example works in IE 5.

I'm not sure what you mean by your second question.

-- JackHamilton@FirstHealth.com Development Manager, Technical Group METRICS Department, First Health West Sacramento, California USA

>>> "John Stimpson" <john.stimpson@UK.FID-INTL.COM> 01/09/2002 5:59 AM >>> Hello

I am developing an application using SAS/IntrNet (Application Dispatcher version 8.2), and I would like to use a modal dialog in certain places. The purpose will be to display a dual list selection window that can be used for making multiple subsetting selections. When the user clicks "OK" on the selection dialog, their selections will be written to the users application dispatcher session (SAVE library) and the dialog will then close, returning control to the calling page. When the user clicks "Run Query" on the calling page, the saved selections will be used in their query. I am working in an Internet Explorer only environment, so cross-browser issues will not be significant. So my questions are

1. Has anyone done this succesfully, and what tips can you give ? 2. The dialog will be populated with different data for selection depending on which button on the calling a user has clicked. How can I use _webout to dynamically stream HTML to the dialog ?

Any forthcoming advice will be welcomed.

Thanks

John


Back to: Top of message | Previous page | Main SAS-L page