Menu

Links not found in <noscript> tag.

2003-02-03
2003-03-19
  • Carolyn Flesner

    Carolyn Flesner - 2003-02-03

    I have the following html (<>'s are replaced with []'s, so it renders as text in my IE browser...)

    Not only does the javascript "redirect" not work, but httpunit doesn't catch the links within the <noscript> tags. (A WebResponse.getLinks() only shows the link "duh2", which is outside the <noscript> tags.)

    Help!!

    Carolyn

    [html]
    [head]
    [title]Yale Central Authentication Service[/title]
    [script language="JavaScript" type="text/javascript"]

    window.location.href="http://localhost:8075/casClient/?ticket=ST-56-9WoM0FDu6qzycXEM0KpT";;
    [/script]
    [/head]

    [body bgcolor="#6699CC"]
    [a href="duh2.html"]duh2[/a]
    [noscript]
    [a href="duh2.html"]duh3[/a]
    [p]Login successful.[/p]
    [p]
    [a href="duh2.html"]duh4[/a]
    Click [a href="http://localhost:8075/casClient/?ticket=ST-56-9WoM0FDu6qzycXEM0KpT"]here[/a]
    to access the service you requested.
    [/p]
    [/noscript]
    [/body]

    [/html]

     
    • Russell Gold

      Russell Gold - 2003-03-19

      Please try the latest pre-release version

       

Log in to post a comment.

Auth0 Logo