hi,
i'm trying to have an alert() on a page then after you click on the OK button of the alert(), it should bring you back to the page you were coming from.
that page is like this:
....
</title>
<meta http-equiv='refresh' content'1; url=http://dir'>
</head>
<body onload='alert("something something..."
'>
..........
Can somebody help me achieve this???
i'm trying to have an alert() on a page then after you click on the OK button of the alert(), it should bring you back to the page you were coming from.
that page is like this:
....
</title>
<meta http-equiv='refresh' content'1; url=http://dir'>
</head>
<body onload='alert("something something..."
..........
Can somebody help me achieve this???