Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2002
    Posts
    11

    Help, XML File Open & Full Screen Web

    Hi Guys,

    I have two questions.

    1) Is it possible to launch a program from an HTML, ASP or XML page? I need to know how to integrate a link into a web page that will launch an external program, say "c:\Winamp.exe"

    I found this XML script for copying a file, but how could i actually open a file/program

    --------------------------------------------
    <SCRIPT LANGUAGE="JavaScript">
    <!--
    myActiveXObject = new ActiveXObject("Scripting.FileSystemObject");
    file = myActiveXObject.GetFile("c:\\test.txt");
    file.copy("d:\\", true);
    // -->
    </SCRIPT>
    --------------------------------------

    I would like to have a hyperlink on a web page, whether it be .asp .htm or .xml

    2)How can i get rid of the scrollbars when i insert a web browser object and the page that shows up is bigger than the object size? I dont want to have scrollbars, i know how to do this with a javascript and launch the html file with "noscroll" but how can i do it upon loading a file into the web browser object?

  2. #2
    Join Date
    May 2001
    Location
    51.531249 | -0.610962
    Posts
    1,244

    Re: Help, XML File Open & Full Screen Web

    Have a look at this thread ... it may be adaptable.
    BIG thanx to Brett [img]/ubbthreads/images/icons/smile.gif[/img]
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts