Click to See Complete Forum and Search --> : customising popup message boxes
damon2003
12-07-2003, 04:03 PM
Hi,
is it possible to add anything other than plain text to popup message boxes? (alert();) for example make the text bold. put the text into tables?
thanks
fredmv
12-07-2003, 04:22 PM
Not with the default alert method in JavaScript. However, there are customized functions that you can create that will do that. Keith has made a very nice one you can find here (http://www.diades.co.uk/aatest/v1.0/).
jontheman12
12-07-2003, 04:36 PM
Originally posted by fredmv
Not with the default alert method in JavaScript. However, there are customized functions that you can create that will do that. Keith has made a very nice one you can find here (http://www.diades.co.uk/aatest/v1.0/).
fredmv
12-07-2003, 04:36 PM
...And the point of your post was?
diades
07-27-2004, 02:48 PM
Thanks Fred, much appreciated!:)