User Profile

Collapse

Profile Sidebar

Collapse
liza1
liza1
Last Activity: Aug 11 '08, 11:01 AM
Joined: Aug 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • For this there are number of Tutorial of Vb on http://codervods.com/Default.aspx?mo de=default&cate gory=VBScript&d ays=All&current Index=0.This may be very helpful for you.

    Thanks
    See more | Go to post

    Leave a comment:


  • First you add a new Coloum.To add a column named "comment 1" in the table by using Alter command.

    Syntax: ALTER TABLE table_name
    ADD column_name datatype

    and then drop coment coloum in your table by using drop command.

    Syntax: ALTER TABLE table_name
    DROP COLUMN column_name

    I think this will help you. To know more about Oracle so there are number of nice video Tutorils...
    See more | Go to post

    Leave a comment:


  • Following is the example of Capture text between html tags:

    <html>
    <body>

    <script type="text/vbscript">
    document.write( "<h1>Hello World!</h1>")
    document.write( "<h2>bla,bla,bl a </h2>")
    </script>

    </body>
    </html>

    There are number of nice videos Tutorial of VB and HTML...
    See more | Go to post

    Leave a comment:


  • liza1
    replied to plz suggest.....
    There are number of good Flash videos Tutorial on
    http://codervods.com/Default.aspx?mo de=default&cate gory=Adobe%20Fl ash&days=All&cu rrentIndex=0. Here you can get more information about Flash.

    Thanks
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...