Have you considered using a modal pop up?
<script type="text/javascript">
function modalWin(url, width, height) {
if (window.showModalDialog) {
window.showModalDialog(url,"name","dialogWidth:"+width+"px;dialogHeight:"+height+"px");
} else {
window.open(url,'name','height='+height+',width='+width+
',toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,modal=yes');
}
}
</script>
Maziak, Peter wrote:
Is there a way to bold or indent specific text within an alert?
ie:
The following fields will be deleted:
<b>
Name
Number
</b>
Are you sure you want to continue?
Thanks,
-Pete
Peter Maziak
Web Design
Global Repertoire Management
Universal Music Group
voice: 818.286.5122
fax: 818.286.7539
email: [EMAIL PROTECTED]
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com