Today is . Page created 03/04/07

Question Marks What Day Was I Born? Calendar

When were you born?

I'm sure most of you are curious about what day of the week you were born. This script will tell you exactly that.

We have tested the code in IE7.0, Firefox2.0.0.1, Opera9.10, Netscape8.1.2 and AOL Explorer1.5. This script worked well in all platforms with no variations observed.

For Your Information For your Information:     Before we begin, we feel obligated to advise you that the above form is for all intensive purposes a "Stand Alone" script. In other words, it really does not do much of anything other than what you see. If you select to incorporate it into a functional form, you need to have a solid background in HTML, javascripts, forms and reconfigurations.
If you do not need to incorporate this effect into a functional form, you can use it as a stand alone script as is without any incorporation and it is just an easy two (2) part copy and paste code. If you do not have a good Solid Knowledge of HTML coding, javascripts, forms and reconfigurations, please "Do Not Attempt" to incorporate this into a working form until you are Proficient in the aforementioned areas.

Depending on your knowledge of HTML and javascripts, this is an easy two (2) part copy and paste code that goes in both the <HEAD> (No reconfigurations) and <BODY> (Cosmetic reconfigurations at most) sections (incorporated into a working form -if you need to) or paste anywhere you want the effect to appear in your document.

Cosmetic Reconfigurations     These reconfigurations will be make within the <BODY> section of the code pertaining to the <table> </table> where the effect is residing. See below where and howto:

<p><form name=form>
<table border=2 cellspacing=0 cellpadding=0 bgcolor=dda0dd>
<tr><td colspan=3 align=center><font face="verdana,arial" size="-1" color="#??????" * ><b>When were you born?</b></font></td></tr>
<tr><td align=center>

Define the Above

  • bgcolor=dda0dd       This will define what color the background is where the words "When were you born?" are located.
  • align=center       This defines the position of the text "When were you born?". This can be either center, left or right.
  • font face="verdana,arial"       This defines what font will be used for the text "When were you born?".
  • color="#??????" *       We added the attribute of color into the script. Reason being is that the color of the text by default will be that which is defined within your <BODY> tag.
  • When were you born?       This is the text that you see just above the dropdown boxes.

We hope our tutorial was easy to follow and we covered everything in detail. If you would like to add this effect into your pages, grab the respective below link and you are there. If you have any problems with this or anything else, feel free to consult our FAQ ] and if you can't find the answer there, contact us ].
Get Code Here ]   [ Rate This Page ]