Hi,

This is only tangenically related to SVG as I'm trying to do a splash 
screen for my SVG comic without using SVG in order to warn people 
that they need software which can view SVG.

Anyway I have the following function in my Javascript:

function newImage(arg) {
        if (document.images) {
                rslt = new Image();
                rslt.src = arg;
                return rslt;
        }
}

For some reason it works in one directory and not another (or when I 
upload to the internet). The problem seems to be the line which 
reads: rslt = new Image(); which gives the message "Object doesn't 
support this action". As far as I can tell all the external files 
required are available and the error message appears the first time 
this function is called.

Can somebody help me please, this is very frustrating!

Richard Pearman       http://www.pixelpalaces.com/
The next stage in the evolution of web comics: 
http://www.onlinecomics.net/pages/details/listing.php?comicID=4415



-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to