fullyloaded Posted March 25, 2007 Share Posted March 25, 2007 hi i was wondering if there is anyway to have a custom alert box i have the alert box in my script now but i want to change it to a custom one so i can add an image to it i know its JavaScript but its in my php page thats why i post here alert box i have now : <script language="javascript"> if (confirm("A Member Has Invited You To Chat. Click Ok To View. ('Clicking Ok Will Not Accept The Chat Invite It Will Show You Who Has Invited You To Chat')")) window.open("website here", "NewWin","menubar=0,resizable=1,width=550,height=550,scrollbars=1"); </script> Link to comment https://forums.phpfreaks.com/topic/44249-alert-box/ Share on other sites More sharing options...
utexas_pjm Posted March 25, 2007 Share Posted March 25, 2007 I believe that the alert box is defined by the browser. I don't think you can change the image on the alert box itself. You can, however, create a popup window and style it to look like an alert box with yuor own custom image. Best, Patrick Link to comment https://forums.phpfreaks.com/topic/44249-alert-box/#findComment-214898 Share on other sites More sharing options...
fullyloaded Posted March 25, 2007 Author Share Posted March 25, 2007 ok thanks for your help Link to comment https://forums.phpfreaks.com/topic/44249-alert-box/#findComment-214912 Share on other sites More sharing options...
DeathStar Posted March 25, 2007 Share Posted March 25, 2007 This is Javascript not PHP! Link to comment https://forums.phpfreaks.com/topic/44249-alert-box/#findComment-214933 Share on other sites More sharing options...
AndyB Posted March 25, 2007 Share Posted March 25, 2007 http://slayeroffice.com/code/custom_alert/ There's a custom js alert. Your guess is as good as mine as to whether it works with all browsers. And regardless of whether it's in your php page, this is a javascript question so I'll move it. Link to comment https://forums.phpfreaks.com/topic/44249-alert-box/#findComment-214934 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.