Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

prompt title and width

Status
Not open for further replies.

aljc

Programmer
Nov 24, 2000
29
GB
hi all,

quick question from a javascript newbie

is it possible to do any of the following ( in reference to the prompt dialogue box)

1. change the title
2. remove the "Script prompt:" label (IE5)
3. adjust the width

t.i.a.
 
You cannot do this because of secuirty restrictions, however there are alternatives. You can create your own, using DHTML ( If you want to see an example, I can give you a link to one I created ) or you can, in IE4+(i think) use window.showModalDialog.

You can find info about that here:

jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top