Position of Javascript Results

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dynaglide2003
    New Member
    • Jan 2008
    • 1

    Position of Javascript Results

    I am brand new at Javascript. When inserting various javascript commands, I find that the results when previewed, are visible at the top left corner of my web pages. How do you position the location that scripting effects are on your web page?
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    hi ...

    please post an example for your problem ... so that we may have a closer look at it.

    kind regards

    Comment

    • kunal pawar
      Contributor
      • Oct 2007
      • 297

      #3
      did u try it with document.write ??

      u can show result at any position using div or span tags

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Originally posted by kunal pawar
        did u try it with document.write ??

        u can show result at any position using div or span tags
        You don't need to use document.write( ) if you set the position of the div tag.

        Comment

        Working...