Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8077627
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:31:40+00:00 2026-06-05T15:31:40+00:00

I know how to get a current date. but I want it to display

  • 0

I know how to get a current date. but I want it to display after tag using document.write function (well. it IS the demand :)/ )

I am trying ” <td>document.write(day)<td> ” in the table created in form and /form tags, day is the variable i defined in the <script> and it has the correct value;

but it doesn’t show the correct info. Can someone tell me how to do that? (HAVE to use document.write function and DO NOT use this function to create a table tag like <td> or <tr>)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T15:31:41+00:00Added an answer on June 5, 2026 at 3:31 pm

    You need to wrap the javascript in the <script> tag.

    <td><script>document.write(day);</script><td>
    

    Alternatively, you could assign the td an id and then reference it later.

    <td id="writeDay"></td>
    ...
    <script>document.getElementById("writeDay").innerHTML = day;</script>
    

    Or you could even make the whole element and then place it when you want

    <td id="writeDay"></td>
    <script>
     var dayElement = document.createElement("div");
     dayElement.innerHTML = day;
     function appendDay(target){
      document.getElementById(target).appendChild(dayElement);
     }
    </script>
    ...
    <script>appendDay("writeDay");</script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know how to get the current date and time in mfc.but I want
hi i want to know how to get current date? i want to compare
I know you can do this.GetType().FullName To get My.Current.Class But what can I call
I want to get the current date (day, mon and year). I found out
Anyone know how to get a simple date format from boost of the current
I used date(Y-m-d H:i:s); to get current date time format but the result doesn't
I know how to get the current GPS location of a mobile phone. I
Does any one know if its possible to animate app.current.mainwindow.width so that you get
I know I can get touch events in my iPhone app. But these touch
I know how to get the user that last modified a file, but does

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.