|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Javascript - My alert won't come up?
I'm trying to make an alert script with a simple alert box. I can't get the alert box to pop up for the life of me. Can you please help me figure out why? Thanks. I hate javascript.
Code:
<LINK href='style.css' rel='stylesheet' type='text/css'><head><SCRIPT language="JavaScript">
<!-- hide from old browsers
alert('DJ-piedpiper27 Says...
');
//-->
</SCRIPT>
<meta http-equiv='Refresh' content='10; url=u-alert.php?action=delete&aid=14'>
</head>
<body>
</body>
|
|
#2
|
|||
|
|||
|
Try this
Code:
<html>
<head>
<LINK href='style.css' rel='stylesheet' type='text/css'>
<SCRIPT language="JavaScript">
<!-- // hide from old browsers
alert('DJ-piedpiper27 Says...');
//-->
</SCRIPT>
<meta http-equiv='Refresh' content='10; url=u-alert.php?action=delete&aid=14'>
</head>
<body>
</body>
</html>
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Javascript - My alert won't come up? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|