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...
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...
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" >...
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...
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...
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...
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
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...
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 =...
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...
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...
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...
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...
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...
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...
I have a text field named "zip" 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...
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...
I have a form which has two buttons which serve to submit the form:
<FORM name="frmModify" action="register.asp" method="post" id="frmModify">
<INPUT type="image" name="imageField" src="one.gif" onClick="submit();">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.