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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

confirm(''); HELP!!!!

Status
Not open for further replies.

NateBro

Programmer
Sep 1, 2004
233
US
I know i'm not crazzy, I'm looking for the code to add style to a confirm dialog box, I found a tut before and didn't realize what i found till i needed it and could not fine it again.

I need to use bold text, and regular text in my confirm dialog, also text size would be amazing too, but i'm only asking what i know is possible.

Thanks, Nate_Bro

Thanks,
Nate_Bro
 
I'm not sure you can do this. I think you might be thinking about modal dialog boxes.

--Dave
 
are you sure it was a real confirm box, or an applet or something ?

I did a quick test, with no joy.

Code:
<script type="text/javascript">
var txt="test";
var txt2 = txt.bold().italics();
confirm(txt2);
</script>
 
thnkx, but it was more like, what Fendal said. thank you for your time, guys
:)

Thanks,
Nate_Bro
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top