Jump to content

alert box


fullyloaded

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.