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 Rhinorhino 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: *

  • Users: jloffredo
  • Content: Threads
  • Order by date
  1. jloffredo

    Script works in IE 6 but not Firefox

    I have a script that works fine in IE 6 but not in Firefox. I get the following error when debugging: document.getElementById("routput") has no properties Below is a small example to demonstrate <form name="adder" method="post"> 1<input type="radio" name="r1"checked section="0" value="1"...
  2. jloffredo

    ASP Developement Tools

    Can anyone recommend a developement tool for ASP that provides similar fubctionality to Visiual Studio (e.g. set code breaks, monitor values assigned to variables, step through code line by line, etc). I'm not lookng for a free tools, but finding one for under a couple of hundred dollars would...
  3. jloffredo

    Can't include header

    I have a header.php file one level above the script. When I try to include it the script runs fine and includes in the same directory are included but the header is not included. Any help would be appreciated. Here is the code I'm using: <?php include '../header.php'; ?> Thanks
  4. jloffredo

    Automatically redirect to https login screen

    How can force users to sign-in using https? Is there a way to check the url to see if a customer goes to the page http://mydomain.com/signin.asp to automatically redirect the user to https://mydomain.com/signin.asp? Any direction would be appriciated. Thanks, John
  5. jloffredo

    Setting a Session Variable on Click

    How do I pass a value to a session variable when a link is clicked?
  6. jloffredo

    Replace Text

    I use a shopping cart for my online storefront. The cart automatically displays the weight of each item, for example "Weight: 3.00 lbs. each". Does anyone have sample code that would search for and remove any string starting with "Weight" and ending with "each"? Thanks in advance...John
  7. jloffredo

    automatically send an email

    I set up an email list form using Javascript. The form result are automatically email to me with the users information, this part is working fine. However, I'd also like a standard email sent to the user thanking them for joining the list, how can this be done? Any help would be greatly...
  8. jloffredo

    Delayed pop-up window

    I have a javascript that launches a pop-up window upon entering a URL. Is there a way to delay the pop-up for 30 seconds?

Part and Inventory Search

Back
Top