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. Lucas68

    Adding 2 values from a form

    Hi, I want to show the addition of these 2 &quot;ints&quot;:intTotal and intSomething from a form and show the result on a confirmation page. The form: /first value to add <input type=&quot;hidden&quot; name=&quot;intTotal&quot; value=&quot;<%= formatNumber((intTotal * 1.00), 2) %>&quot;>...
  2. Lucas68

    Open DB Changes to make SQL/Access

    Hi. The run script below as test to insert a new user in a database. What changes, if any, I'll have to do to make this work in an Access enviroment? I'm always getting the error message(in red) Thanks, Lucas <% dim mySQL, conntemp, rstemp, idCategory, rstemp2 pEmail = randomNumber(9999) &...
  3. Lucas68

    SSI Changing from html to shtml?

    Hi. Oh ok... Sorry about that. So to do a similar thing in my enviroment ï'll have to talk with my server provider? Or that's not doable with IIS? Thank you again, Lucas
  4. Lucas68

    #INCLUDE FILE=&quot;xx.asp&quot; and #include virtual=&quot;/xx.asp&quot; in .ht

    Thank you Daniel. I'll look around to see if there's a way to do include asp in html.
  5. Lucas68

    SSI Changing from html to shtml?

    Hi! Is it necessary to change every html page with <!--#include to shtml? I read something about using .htaccess to to make the server parses the html pages too by using a line of command. Thank you, Lucas
  6. Lucas68

    #INCLUDE FILE=&quot;xx.asp&quot; and #include virtual=&quot;/xx.asp&quot; in .ht

    It's enabled. If I change the extension of the page from .shtml to .asp it works fine. Here's the source code of the page: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;> <HTML> <HEAD> <TITLE>Untitled Document</TITLE> </HEAD> <BODY BGCOLOR=&quot;#FFFFFF&quot;>...
  7. Lucas68

    #INCLUDE FILE=&quot;xx.asp&quot; and #include virtual=&quot;/xx.asp&quot; in .ht

    Hi Daniel. Thank you for your answer. I have SSI enabled already. But when I put this <!-- #include virtual=&quot;myfile.asp&quot; --> in a shtml page nothing appears. Checking the code I can see that the myfile.asp code is there(as plain text). Lucas
  8. Lucas68

    #INCLUDE FILE=&quot;xx.asp&quot; and #include virtual=&quot;/xx.asp&quot; in .ht

    Hi. It is possible to use #INCLUDE FILE=&quot;xx.asp&quot; and #include virtual=&quot;/xx.asp&quot; in htm/html pages? Thank you, Lucas
  9. Lucas68

    DateTime alternating between UK and US formats

    I have an app. that saves some info(Date, Time, Browser Type and IP address) to a text file everytime a banner is clicked. My problem is that the Date and Time keep going back and forth between US and UK formats. Any thoughts? Here's the page that handles the clicks: <% CountClick =...
  10. Lucas68

    Server.UrlEncode open in a new window

    Hi. I've been a member for more than 2 years now and I guess this is my first post! Sorry I couldn't come up with a more challenging one... Here it goes: How can I make this script open in a new window? Response.Redirect(&quot;trackclicks.asp?Id=&quot; & CountClick & &quot;&CCT=&quot; &...
  11. Lucas68

    Security&gt;Unique permissions&gt;Server error!

    Thank you, same here... LC
  12. Lucas68

    Security&gt;Unique permissions&gt;Server error!

    When I convert a folder to web, select &quot;this web has unique permissions&quot; then apply, I got the message: &quot;Server Error : The user or group XXXXXXX is unknown&quot; Why is that??? Thanx, LC

Part and Inventory Search

Back
Top