Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 23rd, 2005, 11:43 PM
Ray
Guest
 
Posts: n/a
Default What to use?

I have an html page that consists of a table only. The table has
multiple rows and columns. It kinda looks like this:

--------------------------------
|stuff|stuff|stuff|stuff| |
--------------------------------
|stuff|stuff|stuff|stuff| |
--------------------------------
|stuff|stuff|stuff|stuff| |
--------------------------------
|stuff|stuff|stuff|stuff| |
--------------------------------
|stuff|stuff|stuff|stuff| |
--------------------------------
|stuff|stuff|stuff|stuff| |
--------------------------------


What I want to be able to do is populate each blank
cell with various text and then save the table. The
text is different from cell to cell.

There are no servers available, therefore no CGI scripting.

Any ideas?
  #2  
Old July 23rd, 2005, 11:43 PM
Harlan Messinger
Guest
 
Posts: n/a
Default Re: What to use?


"Ray" <rayj00@yahoo.com> wrote in message
news:2388ee13.0411160818.d183556@posting.google.co m...[color=blue]
> I have an html page that consists of a table only. The table has
> multiple rows and columns. It kinda looks like this:
>
> --------------------------------
> |stuff|stuff|stuff|stuff| |
> --------------------------------
> |stuff|stuff|stuff|stuff| |
> --------------------------------
> |stuff|stuff|stuff|stuff| |
> --------------------------------
> |stuff|stuff|stuff|stuff| |
> --------------------------------
> |stuff|stuff|stuff|stuff| |
> --------------------------------
> |stuff|stuff|stuff|stuff| |
> --------------------------------
>
>
> What I want to be able to do is populate each blank
> cell with various text and then save the table. The
> text is different from cell to cell.
>
> There are no servers available, therefore no CGI scripting.[/color]

You need programming, and HTML isn't a programming language. You might be
able to save the data on your local computer with client-side script using
browser- and operating system-specific code, but you'll need to go to
another newsgroup to learn how to do that--and the chances are that the
browser would be Internet Explorer and the operating system Windows.

  #3  
Old July 23rd, 2005, 11:43 PM
kaeli
Guest
 
Posts: n/a
Default Re: What to use?

In article <2388ee13.0411160818.d183556@posting.google.com> , rayj00@yahoo.com
enlightened us with...[color=blue]
>
> There are no servers available, therefore no CGI scripting.
>[/color]

Then where is it running?
Where it is running is what determines how it can be done, if it can be done
at all.
This group is mostly focused on the internet ('www.authoring'). Which rather
implies a web server. ;)

MSIE/Windows can use HTA and ActiveX (WSH) to save documents to a PC, but if
this is to be distributed, you need to be aware of the many security risks.

--
--
~kaeli~
In democracy your vote counts. In feudalism your count votes.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

  #4  
Old July 23rd, 2005, 11:43 PM
Lachlan Hunt
Guest
 
Posts: n/a
Default Re: What to use?

Ray wrote:[color=blue]
> I have an html page that consists of a table only.
>
> What I want to be able to do is populate each blank
> cell with various text and then save the table. The
> text is different from cell to cell.
>
> There are no servers available, therefore no CGI scripting.[/color]

That's not an HTML question, since you're not asking how to write such a
table, but how to programmatically populate it. Since there are no
servers, then this is obviously for offline use only, so you could look
into generating it using some programming or scripting language.

Somehting like Python or Perl, which you should be able to obtain free
interpreters for, on which ever OS you're using, might be suitable.
Then just write the script, create the input and run it to generate the
output file containing the table.

However, the details of how to do that is beyond the scope of this
newsgroup.

--
Lachlan Hunt
http://lachy.id.au/
http://GetFirefox.com/ Rediscover the Web
http://SpreadFirefox.com/ Igniting the Web
  #5  
Old July 23rd, 2005, 11:48 PM
Greg Griffiths
Guest
 
Posts: n/a
Default Re: What to use?

Check out http://www.greggriffiths.org/webdev/both/excel/ which does
contain an example similar to your request.

Ray wrote:
[color=blue]
> I have an html page that consists of a table only. The table has
> multiple rows and columns. It kinda looks like this:
>
> --------------------------------
> |stuff|stuff|stuff|stuff| |
> --------------------------------
> |stuff|stuff|stuff|stuff| |
> --------------------------------
> |stuff|stuff|stuff|stuff| |
> --------------------------------
> |stuff|stuff|stuff|stuff| |
> --------------------------------
> |stuff|stuff|stuff|stuff| |
> --------------------------------
> |stuff|stuff|stuff|stuff| |
> --------------------------------
>
> What I want to be able to do is populate each blank
> cell with various text and then save the table. The
> text is different from cell to cell.
>
> There are no servers available, therefore no CGI scripting.
>
> Any ideas?[/color]

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles