[Tutor] get javascript output data from ssi file

Alan Gauld alan.gauld at yahoo.co.uk
Tue Nov 28 03:42:23 EST 2017


On 27/11/17 21:24, Derek Smith wrote:
> I have not found a way into my tape library from the manufacture IBM, 
> there's no command-line or api I am aware of nor is google. 

I suspect you are asking the wrong questions. Have you tried
contacting IBM directly - if they make/sell it they should
support it! And it's almost inconceivable that there is no API.

>  I have used chrome to view the code 

I assume you mean that there is some kind of web application
and you are looking at the browser code? Not the actual code
of the tape management system?

Also, what tape library is it? Which OS are you using?
That would help a lot. It may be that the OS provides
a generic tape API that your product conforms too.

> and its using adobe's SSI files 

Sorry I've never heard of these before.

> <HTML>
>                 <HEAD>
>                                 <META HTTP-EQUIV="Refresh" CONTENT="9999">
>                                 <TITLE></TITLE>
>                                 <LINK href="style.css" rel="stylesheet" type="text/css">
>                                 <LINK href="ibm.css" rel="stylesheet" type="text/css">
>                                 <SCRIPT LANGUAGE="javascript">
>                                                 function actionConfirm()
>                                                 {
>                                                                 return confirm('Are you sure?');
>                                                 }

<snip />

Sending a long, unedited, badly formatted Javascript/html listing
to a Python mailing list is unlikely to win you support or favor.
Try extracting the salient functions and posting them.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list