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 Mike Lewis 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. jloffredo

    Script works in IE 6 but not Firefox

    Thanks Dan, that was the problem John
  2. 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"...
  3. jloffredo

    ASP Developement Tools

    Thanks! that is just what I was looking for.
  4. 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...
  5. jloffredo

    Can't include header

    I'm ashamed to admit that there was a typo in the name of the file on level up...sorry for waisting your time.
  6. jloffredo

    Can't include header

    problem solved, the problem was with my server configurtion, not the script. Thank for your help!
  7. jloffredo

    Can't include header

    No luck, the script returned nothing.
  8. jloffredo

    Can't include header

    There is no code in the header, just the text "test header". When I move the header to the same location as the script and modify the include statement as such it works fine. <?php include 'header.php'; ?>
  9. 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
  10. 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
  11. jloffredo

    Setting a Session Variable on Click

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

    Replace Text

    Thanks, but I don't think I accurately described my need. Below is a sample of the basket from my cart. The weight is dynamically generated by the cart. I'm looking to have the code automatically loop through the page upon loading and remove all the lines that give the weight. John Qty...
  13. jloffredo

    Replace Text

    Thanks for the help. Now what do I do with this. I put it in the Body of the html and nothing happened. Is there other syntax that needs to go around it? Sorry for the newbie qustion. John
  14. 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
  15. 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...
  16. 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