Announcement

Collapse
No announcement yet.

How do I launch an HTML page? A URL?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do I launch an HTML page? A URL?

    Hello--

    I am trying to set up a tool to have IE (or the default browser) open an HTML page that is passed query results or %hostname%. Any ideas on how to do this?

    Thanks!

  • #2
    Re: How do I launch an HTML page? A URL?

    I got a little of it figured out...

    Command line:
    "C:\Program Files\Internet Explorer\iexplore.exe" "file://servername/folder/folder/test.html"

    Thanks

    Comment


    • #3
      Re: How do I launch an HTML page? A URL?

      So, the full path is...

      Command line:
      "C:\Program Files\Internet Explorer\iexplore.exe" "file://servername/folder/folder/test.html?FormFieldName=%hostname%"

      ...which answers my question.

      My next problem is trying to send a service tag to the Dell support page that provides downloads or original system configurations. I saved the page locally and am launching that local copy from the command line. My problem now is populating the form fields. Any javascript gurus out there?

      Thanks

      Comment

      Working...
      X