User Profile

Collapse

Profile Sidebar

Collapse
Pete90
Pete90
Last Activity: Jan 19 '07, 07:39 AM
Joined: Jan 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Pete90
    replied to Permanent deletion of data
    NH1, thanks for the recommendation....
    See more | Go to post

    Leave a comment:


  • Pete90
    replied to Permanent deletion of data
    As a matter of fact, there are numerous deletion s/w. I forget to mention that actually i am referring to a good & reliable permanent deletion s/w without hidden codes that contains time restriction, info fishing, tracking, etc. It has to be user friendly and the s/w must has to be proven & time-tested.
    See more | Go to post

    Leave a comment:


  • Pete90
    started a topic Permanent deletion of data

    Permanent deletion of data

    Recently, I came across an article that even if we delete the files from our hard disk, the files can still be retrieve later by digital forensics experts. Formatting the hard drive also does not work. Therefore the solution is to use some specialize deletion softwares or alternatively destroy the physical hard disk. Otherwise when you sell away your computer, your passwords & accounts,etc can be seen.

    Does anyone know of any of...
    See more | Go to post

  • Pete90
    replied to JS: Handling event
    Acoder, thanks... I got it... now it worked. You are correct in saying that it should be fontSize rather than fontsize. Also, simply replacing the function inside with the following resolve the problem:

    function changeContent(e lement,content) {
    bannertext.inne rHTML = content;
    }

    I find it strange that while other attribute can change its own attribute, but it does not work in the case of the content attribute(i.e....
    See more | Go to post

    Leave a comment:


  • Pete90
    replied to JS: Handling event
    Actually I have tried both 'pointer' and 'hand', both actually worked! I also tried the playing around with size, fontsize, font-size... doesn't seem to work. There has got to be an easier method than to assign an id & use innerHTML, right?
    See more | Go to post

    Leave a comment:


  • Pete90
    replied to JS: Handling event
    Thanks, however the text still remain the same. What is the reason?
    See more | Go to post

    Leave a comment:


  • Pete90
    replied to Customize Browser Title Bar
    I am not aware that one can change the standard button icons for web browsers. How do you change it for IE or NS?

    For NS, i know there is an option to render the appearance to look like IE, Firefox, etc.
    See more | Go to post

    Leave a comment:


  • Pete90
    started a topic JS: Handling event

    JS: Handling event

    There are some js syntax on Event handling which i am not familiar, what could be wrong with the codes below? The words are suppose to change when the mouse move in & out...

    <head>
    <style>
    #bannertext {font-family:"Verdana ";}
    </style>

    <script language="javas cript">

    // Not sure if the below syntax is correct?

    function changeColor(ele ment,color){...
    See more | Go to post

  • Thanks, b1randon. Yes, that is exactly what i wanted to do... sorry for the disorganise part... your suggestion on using the comments to make the codes clearer is good advice. Javascript became known to me only a couple of months ago......
    See more | Go to post

    Leave a comment:


  • Javascript:Finding the max value inside a table row & highlight

    I am trying to write a Javascript to find the entire row in a table with the highest grades and highlight it. But nothing happens except the table is shown. In this case, the grades are represented by "O" and each "O" represents 5 marks. Below is the coding. Does anyone know the reason?

    <html>
    <head>
    <title> </title>
    </head>

    <body>
    ...
    See more | Go to post

  • Thanks, you are right... the page is reloading everytime. Including the function body onload="dhtml() " , it works! I notice that you have included the sentence <script type="text/javascript" src="script.js" ></script> although <script language= "javascript "> seem to work fine too... i have always wonder what is the difference between them?...
    See more | Go to post

    Leave a comment:


  • Javascript: Changing text inside a table with setInterval

    I am trying to change the text continously for the text inside a table but it stops after reaching the 2nd index in the array. Anyone can debug? Below are the coding:


    <script language="javas cript">

    var i=0;
    var text=["Chocolate" , "Vanilla", "Strawberry "];

    function dhtml(){
    document.write( "<table border='1' color='black'>" );...
    See more | Go to post
No activity results to display
Show More
Working...