![]() |
|
| *AX SOFT>>>Programming & Design |
Which code represents character data boxes and graphical symbols? |
Computers employ several types of codes to represent character data, including ASCII, EDCDIC, and Unicode. Most English-only programs get by fine with ASCII but if you need to support non-English text you will want to take a look at Unicode. I don't think EBCDIC is used anywhere anymore. |
| Tags |
| General - Computers & Internet Software Security Programming & Design Facebook Flickr Google MSN MySpace |
| Related information |
hi, use this coding: <script language="vbscript"> dim n(2) for i=0 to 2 n(i)=cint(inputbox("Enter 3 numbers")) next if n(0)<n(1) and n(0)<n(2) then if n(0... Yes, you can move files across UNIX file systems - If you move files with in a file system, the same inode number is maintained and works more as a rename - When you move files across file syst... I don't think this is an inheritance problem I think the problem is in your constructor definition. I can't tell for sure without seeing your code but you most-likely passing your para... Hi there, Add style to your <td> tag... <td style="color: #FF0000;"> Or you can put the text in between div tags... <td> <div style="color: #FF0000;... each letter represents 4 bits. So any number that begins with 8-F is negative You can convert the numbers like so hex binary 8 1000 9 1001 A 1010 B 1011 ... Yes, table rows, can be styled, but you can;t just specify any type of style. Then again, this is true for all HTML elements. I know you can specify a background for a table row, but not a borde... All you need to do is put an autorun.inf file in the root. Check the source. Note that autorun is a request, not a demand. Users may have their computer set up to disregard autoruns. ...vbscript isn't really a good choice as it is server side while javascript is client side. You would need a big rework of this and turn it into a form. So you'd end up with a clunky for... |
Categories--Copyright/IP Policy--Contact Webmaster |