Is this a Javascript issue ?

This is a discussion on "Is this a Javascript issue ?" within the JavaScript Forum section. This forum, and the thread "Is this a Javascript issue ? are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 4th, 2008, 09:37
Junior Member
Join Date: Jul 2004
Location: Bulgaria
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Is this a Javascript issue ?

Other - Is this a Javascript issue ?
Hello all,

I wish to do the following:

Write a short script/program that works with
Mozilla Firefox and Excell spreadsheet.

I want to be able to open a webpage lets say this one (its mine)

http://www.developers-host.com/


www + developers-host + .com

(Just in case I am not allowed to post a link)

and look in the source code for: <img src="images/clear.gif"
I then want to strip out the name of my image (clear.gif)
and place it in my spredsheet.

The spreadsheet will be ope in another window
in Microsoft Excell and will be named "my_images.xls"

The active cell should then be moved down one row so
it is ready to insert the next image name.
The script should find and write all the names in that brwser page.

Is this a difficult script to write - should I use javascript ?
or is
visual basic or
php
or something else ?


OR - maybe there is a Moz FF plugin already ?
How can I find it ?

Thanks for any advice
Greg.
Reply With Quote

  #2 (permalink)  
Old Jan 4th, 2008, 10:03
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is this a Javascript issue ?

Not possbile with javascript I'm afraid... This would be a VB thing -- but you're not going to be able to work with Mozilla if you use that..

You could achieve this with PHP as well using CSV files but you wouldn' be able to interact with Excel directly with PHP..

Perhaps there is an easier way to do what you want.. what is it that the spread sheet is for?
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Reply With Quote
  #3 (permalink)  
Old Jan 4th, 2008, 11:04
Junior Member
Join Date: Jul 2004
Location: Bulgaria
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is this a Javascript issue ?

My boss wants a list of all the images that we have used on our website pages ( hundreds ) plus on other sites - he gave me a list.

I think that a php or vb solution is necassary.
Actuall it doesn't have to use a browser or excell.
Thinking about it, so long as it goes to the website, looks at the source ans spits out a csv or xls that can be imported into Excel - that would be fine.

I desk top exe would do or a php that I would get put on our server
any further ideas ?
Reply With Quote
  #4 (permalink)  
Old Jan 4th, 2008, 11:13
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,771
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Is this a Javascript issue ?

If it's a standard CSV, it shouldn't be too difficult with PHP.
I don't quite understand what you're trying to do though.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
Reply

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
JS issue acrikey JavaScript Forum 6 Jul 25th, 2007 17:45
css issue acrikey Web Page Design 4 May 24th, 2007 16:01
an IE issue sxc Web Page Design 3 Apr 23rd, 2007 18:37
IE issue Pheonix Web Page Design 2 Dec 2nd, 2005 21:58
CSS IMG gap issue sisyphus74 Web Page Design 1 May 16th, 2005 17:46


All times are GMT. The time now is 11:31.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43