Redirect HTML and Batch File

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • carussell23

    Redirect HTML and Batch File

    Is it possible to execute a batch file on the webserver and redirect
    to an html document at the same time using javascript?
  • Thomas 'PointedEars' Lahn

    #2
    Re: Redirect HTML and Batch File

    carussell23 wrote:[color=blue]
    > Is it possible to execute a batch file on the webserver and redirect
    > to an html document at the same time using javascript?[/color]

    location = "URI_of_ser ver-side_script_tha t_generates_a_H TML_document";


    PointedEars

    Comment

    Working...