English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

To whom this may concern,I would also like to know how do you delete a row and how do you save document.

2006-08-19 07:46:47 · 6 answers · asked by Damita 1 in Computers & Internet Internet

6 answers

Hmm. You may need to supply a little context here. Is this referring to a table/row on a web page?
Creating a table in HTML is as simple as

tags. Each row in the table is within tags, and each column in the row is between tags.

To delete the row on the client side, you could use JavaScript. The table and row are objects on the page, so you could delete the row from the table.

You could also delete the row on the server side where you would use Perl/PHP/JSP or something similar, and refresh the page each time you delete a row.

Did you want to save the document on the client side, or on the server side? Again, this would be done with JavaScript to save it on the client side, otherwise you would use some server side technology.

[Edit]
Well, still no response about whether this question was about DHTML or SQL, but since it is in the Internet category, I'll continue to assume DHTML. Here's an example that deletes the last row of a table.




JavaScript tests





























A1 B1 C1 D1
A2 B2 C2 D2
A3 B3 C3 D3
A4 B4 C4 D4






2006-08-19 08:03:28 · answer #1 · answered by salcedo 2 · 0 0

You do not specify the program you are using.

Assuming it is Word, and you are in a blank document:

click Table
click Insert
In the window, specify the number of rows and columns you want.

To delete a row, have the cursor point to the left side of the row and click. The row is highlighted.
Right-click and select "delete row."

To save the document click File, Save AS
(if this is the first save, you use Save As, indicate the directory in which to save and give your file a name.)

It sounds like you have little or no knowledge of this. There are so many good books out there and they are not costly. I go to www.amazon.com and buy used books. Those I have gotten so far have saved me a bundle and they look like new.

2006-08-19 14:58:11 · answer #2 · answered by TheHumbleOne 7 · 0 0

Delete a row-click on the row number and then push the delete button on your keyboard.
Save a document-click on File (top left corner) then click save.

2006-08-19 14:56:02 · answer #3 · answered by j_son_06 5 · 0 0

Lot of questions here. Do you want to create it on a PC. Or,
are you using a hammer, wood, and nails?
If on a computer, what kind of program are you using? How are you going to use it?
After all these questions, your best bet is with Excle. You can create one for Access, Dbase and others.
Excel will be accessable from the most applications.

2006-08-19 14:55:13 · answer #4 · answered by Jack G 3 · 0 0

Go to a lumber yard and get some wood. Then get a saw and some fasteners.

Tee hee

Seriously the answer to your question all depends upon the rdbms application you are using...Access, SQL Server, Oracle..etc..?

2006-08-19 14:53:40 · answer #5 · answered by O'Shea 5 · 0 0

Where do you want to create a table.

if you want to create a table for html then u need to read about tags

from w3schools.com
e.g.
sdfs

This is a table with one row and one column.

If you want to create a table in database then you need to execute a sql statement.
create table{ ....}

this syntax will vary from diffrent systems...e.g. oracle, access, mysql.

2006-08-19 14:59:20 · answer #6 · answered by force_of_fury 2 · 0 0

fedest.com, questions and answers