|

Do you want to know how to make a pop-up java script
alert box
for your first page? Here are the instructions how! It's very simple,
actually! Cut and paste the following code at the VERY TOP of your html code.
The first thing on anyone's page is the <html> line. So everything from
<head> on gets copied, like this:
<html>
<head><script language="JavaScript">alert("***Yeh,
yeh, yeh, I know these things annoy you, but I just wanted to say *Hi!* and thanks for
stopping by Roxydoll12~ I hope you enjoy your stay!***")</script>head><script language="JavaScript">alert("***Yeh,
yeh, yeh, I know these things annoy you, but I just wanted to say *Hi!* and thanks for
stopping by Roxydoll12~ I hope you enjoy your stay!***")</script>head><script language="JavaScript">alert("***Yeh,
yeh, yeh, I know these things annoy you, but I just wanted to say *Hi!* and thanks for
stopping by Roxydoll12~ I hope you enjoy your stay!***")</script>
The message
itself is included between the brackets. On my page, the message is "***Yeh,
yeh, yeh, I know these things annoy you, but I just wanted to say *Hi!* and thanks for
stopping by Roxydoll12~ I hope you enjoy your stay***" See it above between the
brackets above? To make your own message, once you have copied the code, change
everything inside the brackets to what you want to say. Now republish your entire
page with the new pop up code on it, and it will appear next time you go to your
page. Enjoy!
|