Richard
Thanks for your reply, just doing it on the client side does limit things, but there does seem to be ways out there.
Thanks, (from ottawa, canada)
I am trying to figure out how best to personalize a site using javascript and css. That is when a person comes to my site, depending on where they came from, (will use the document.referrer -for this part) dispaly css 1 vs css2 to certrain tags. I would think there would be an example of this...
I have a cookie that pops up a disclaimer everyday on a html page, I now have another html page that also needs to popup the disclaimer. The problem is only the first one works and if I go to the second page the disclaimer won't pop up.
Any suggestions?
<script language="JavaScript">...
I did a post, I don't know what I did with it, I added pretty colors too. Any way this is what I said.
No it is't solved yet. Hope this makes sense.
I have many pages of validation (to much to post)of the below piece of a form.
One is the below function, when I would put values that didn't...
I have many pages of validation (to much to post)of the below piece of a form.
One is the below function, when I would put values that didn't pass the validation into the below script, the alert works but in Netscape, I would get this highlighted and freezing effect. I found that by taking out...
I have a form that is in javascript - in Netscape, when focus is on the field , and it is trying to validate it causes the form to freeze and hightligh. SO to try to get rid of this before problem I want try to add some cf tags,
and see if that solves the Netscape problem.
I am not sure how...
I have included a script and a form. The problem with it is that when it is inside the whole form it "highlights" the whole form - I guess the onfocus does this - it only happens in Netscape. It cannot skip any boxes, which the script catches, but then it lets you go to the output...
I am declaring this in the beginning of my scripts to use down below.
<script language="JavaScript">
RetirementAge = 60;
</script>
But what I want to declare is RetirementAge >= 60;
So when I change it I get an error "RetirementAge is undefined
So I guess I have to say...
Hi,
How would I fix the below.
I have a global variable at the top of my scripts and it gets used down below in some functions.
<script language="JavaScript">
RetirementAge = 60;
</script>
But retirement age is 60 or greater, how would I declare that?
a piece of one of the fucntions...
Well, what I was trying to do was display the current year, and the last 4 previous years (on the input page - or a form). That wasn't a problem, but then - in the form - I was trying to pass and display them on the output page, which is a cfm page and am curently using a <cfoutput> for the...
I have just discovered that the hidden script causes the page to not print in Netscape. So I guess I can't use it at all any way.
How can I get the dates to display in the input page (form) and pass them to the output page?
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.