Forum: JavaScript frameworks
12-16-2008, 06:10 PM
|
|
Replies: 5
Views: 2,276
Is there a way to add just the text without the...
Is there a way to add just the text without the option value (just using the add button) and remove the item without the option value (just select from the pull down list and use the delete button...
|
Forum: JavaScript frameworks
12-16-2008, 04:46 PM
|
|
Replies: 5
Views: 2,276
|
Forum: JavaScript frameworks
12-16-2008, 03:58 PM
|
|
Replies: 5
Views: 2,276
help with adding/removing item from list
Need some help with getting the remove selected item code to work:
<html>
<head>
<title>(Type a title for your page here)</title>
<script language="javascript" >
function addNewItem()
{
//...
|
Forum: Computer Programming
05-05-2005, 01:07 AM
|
|
Replies: 13
Views: 9,275
|
Forum: Computer Programming
05-04-2005, 04:24 AM
|
|
Replies: 13
Views: 9,275
I trying to do the same thing.
I am trying to modify a xls spreadsheet and I have work around. In the spreadsheet I will be doing a search and replace for a string. If I save this spreadsheet as an htm and view the source and...
|