Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ttobin

    Can't get "<%=Request.ServerVariables()%>" to work

    Tsuji: Without the outer quotes, the script simply fails (I don't get any error message, but neither does it successfully set the value of myip; If I place a line alert("myip is " + myip); immediately after the "myip = " line, it never executes. On the other hand, if I use the outer quotes...
  2. ttobin

    Can't get "<%=Request.ServerVariables()%>" to work

    Tsuji: I have already tried surrounding the <% %> call with single quotes (two-sets of double quotes will not create a valid script, as I'm sure you are aware). I also tried double-quotes on the outside, and single-quotes around 'LOCAL_ADDR'. I both cases, myip is set to the literal string...
  3. ttobin

    Can't get &quot;&lt;%=Request.ServerVariables()%&gt;&quot; to work

    I'm trying to do something that is (probably) VERY easy, but I sure can't figure it out! I want to create a user link on an aspx webpage for a user to click, and when they click it, depending on what their local address is, I want to open either of two webpages. I believe I probably need to...

Part and Inventory Search

Back
Top