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 wOOdy-Soft 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: GaryCam
  • Content: Threads
  • Order by date
  1. GaryCam

    address validation: can't be a P.O. Box

    I've been testing, studying & Googling but have yet to solve this problem. I'm sure this is a very common validation routine, but I can't find the answer. The user inputs a shipping address and I need to make sure it's a street address and not a P.O. Box. Here's what I have so far: var stripped...
  2. GaryCam

    Why do these two table styles conflict?

    I have a bunch of text that scrolls vertically. Inside that text I have several tables and they appear as expected and scroll along with the text. I have a table I'll call 'cart' that I want to place inside the scrolling area but it won't go. The only way it will scroll merrily along is if I...
  3. GaryCam

    Syntax for "which submit button submitted?"

    I've seen this addressed in other forums but the answers are always beyond me. Please explain as simply as possible. We're talking Baby Talk here. Here's what I have on the form page which is cart.asp: <td> <a name="anchor1"></a> <input type="hidden" name="whichSubmitButton" value="1" >...
  4. GaryCam

    Redirecting to anchors on ASP pages

    I know nothing about ASP so any help is greatly appreciated. I have inherited an ASP page which contains a product ordering form. After a QTY is entered and the form is submitted using a numbered submit button, a second ASP form processes the data. At the foot of this second ASP page a...
  5. GaryCam

    Timer to end execution of slideshow

    I know virtually nothing about JS. (In fact, I don't know why I'm classified as a Programmer on this forum). I've tried to find a solution to this for several hours before bothering you folks with what is certainly a very simple question. I found a JS script for a slideshow. Once it starts...
  6. GaryCam

    Fade-In pages in IE and Firefox??

    My client loves the way his old site would fade-in when viewed in IE6. It used the tag: <meta http-equiv="Page-Enter" content="blendTrans(Duration=.4)" /> But that doesn't work in Firefox. In the Web Design Forum BabyJeff gave me the following script to try. It works in Firefox but not in IE7...
  7. GaryCam

    Fading in &amp; out in Mozilla

    Hi. Can anyone tell me if there is a way to get an html page to fade-in and fade-out in Firefox? IE does it with this code: <meta http-equiv="Page-Enter" content="blendTrans(Duration=1)" /> Is there an equivalent (or a workaround) in Mozilla? Thanks much, Gary
  8. GaryCam

    How to force search engines to default to index page?

    Hello all, I have just finished a site with dozens of pages. Search bots crawl them all. That means that sometimes when a search is performed one of the internal pages will be returned in the results list. When that happens and the searcher clicks on that page in the results list he is sent to...
  9. GaryCam

    Cross Browser Slideshow?

    I'm a total newbie & can't get this slideshow script to run in FF or Safari. Works fine in IE. Can anyone help me? Here's the script: var slideCache = new Array(); function RunSlideShow(pictureName,imageFiles,displaySecs) { var imageSeparator = imageFiles.indexOf(";"); var nextImage =...
  10. GaryCam

    Displaying Form entries on a second page

    I have an html form in which the user enters name & other data in text fields and makes some selections from menu boxes. I want the submit button on that form to take the user to a second page which then displays the data laid out like a postcard using multiple fonts, colors, etc. How can I do...
  11. GaryCam

    Displaying Form entries on another page

    I have an html form in which the user enters name & other data in text fields and makes some selections from menu boxes. I want the submit button on that form to take the user to a second page which then displays the data laid out like a postcard using multiple fonts, colors, etc. How can I do...
  12. GaryCam

    Poss to save HTML Form as a PDF?

    I've never done anything like this before & need help. If I'm posting this in the wrong forum, please set me straight. A client wants his customers to be able to order custom postcards from his website. The site will have a form which the visitor will fill out. After submitting this form, the...
  13. GaryCam

    Palindromes

    Here's my all-time favorite palindrome: Go hang a salami. I'm a lasagna hog! Or how about... A Toyota Racecar???? A toyota????
  14. GaryCam

    Detecting if user is blocking pop-ups

    I have a site with some thumbnails on it. When the visitor clicks on a thumbnail, the full-size image appears in a new window. As I understand it, "new window==pop-up" so anyone who is blocking pop-ups won't see the full sized images. Can a script check for pop-up blocking and, if it exists, ask...
  15. GaryCam

    Detecting if user is blocking pop-ups

    I have a site with some thumbnails on it. When the visitor clicks on a thumbnail, the full-size image appears in a new window. As I understand it, "new window==pop-up" so anyone who is blocking pop-ups won't see the full sized images. Can a script check for pop-up blocking and, if it exists, ask...
  16. GaryCam

    Need to build a Stock Photo website

    Does anyone know of some off-the-shelf software that will manage the image database as well as the commerce side of a stock photo site? Thanks, Gary
  17. GaryCam

    How to tell if BACK button used

    I have an order form which the user submits. Then a page appears stating 'Your order has been successfully placed'. My problem is that some users feel the need to use their browser's BACK button to return to the order form and submit it a 2nd, even a 3rd time. In other areas of the program it...
  18. GaryCam

    Setting focus( ) after an alert box

    I have a text field named &quot;zip&quot; in a form. If the user neglects to enter a zipcode before clicking the button that calls this function, the alert box appears. Upon dismissing the alert box I want the focus to be on the 'zip' text field. I want the user to see that blinking cursor. Why...
  19. GaryCam

    Submit THEN print

    I'm trying to make changes to an ecommerce site written by someone else. Obviously there is an order form which the visitor fills out. When he's finished, a confirmation form summarizing the entries appears and asks him to verify all the information. If it's OK, he clicks a submit button and the...
  20. GaryCam

    sending a variable with Submit?

    I have a form which has two buttons which serve to submit the form: <FORM name=&quot;frmModify&quot; action=&quot;register.asp&quot; method=&quot;post&quot; id=&quot;frmModify&quot;> <INPUT type=&quot;image&quot; name=&quot;imageField&quot; src=&quot;one.gif&quot; onClick=&quot;submit();&quot;>...

Part and Inventory Search

Back
Top