User Profile

Collapse

Profile Sidebar

Collapse
simum
simum
Last Activity: Mar 18 '13, 09:01 AM
Joined: Mar 6 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • simum
    replied to what is meaning of ~ operator?
    in C
    This operator is also used as a destructor..
    for ex:
    Code:
    using system
    class xyz()
    {
    public xyz()
    {
    console.writeline("created");
    }
    [B]~xyz()[/B]
    {
    console.writeline("destroyed");
    }
    }
    [B]or in other cases it can be used as a bitwise operator :)[/B]
    See more | Go to post

    Leave a comment:


  • Code:
    <html>
    <head>
    <SCRIPT type="text/JavaScript"> 
    var scroller_msg='Hello guys!!!!!!!'
    document.write('<marquee id="curscroll" style="position:absolute;width:90px;border:1.5px dotted silver; font-family:Tahoma;font-size:15px ;background-color:#ECB66B ;visibility:True">'+scroller_msg+'</marquee>')
    
    </script>
    </head>
    <body>
    ...
    See more | Go to post
    Last edited by acoder; Mar 11 '13, 10:53 AM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • sorry acoder i can't catch up ur code can u please attach ur idea code in that script..
    See more | Go to post

    Leave a comment:


  • code works very fine in i.e but not in firefox and chrome

    This code works very fine in i.e but not in firefox and chrome
    Code:
    <html>
    <head>
    <script type="text/javascript1.2">
    
    var message="Welcome to my Page!";
    var neonbasecolor="gray";
    
    var neontextcolor="#F6EE0A";
    var flashspeed=100 ;
    var n=0
    
    if (document.all){
    document.write('<font color="'+neonbasecolor+'">')
    ...
    See more | Go to post
    Last edited by acoder; Mar 6 '13, 12:02 PM. Reason: Please use [code] tags when posting code
No activity results to display
Show More
Working...