Hi,
I am trying grab a value that appears in a URL string. I am trying to get the "add" that appears after the "Submit=".
The script I have below works when there are no extra parameters.
output: add
but once you add in the extras "&taco&pizza" it spits out this.
output: add&taco
Also...
I would like to write the URL of the page that the user is on, but I don't want to include the extra parameters that are in the URL.
<script>
document.write(document.URL)
</script>
Example URLs:
http://www.sample.com/department.jsp;sessionid=888999...
Hi,
I have a current scroller script shown here:
http://www.thefelix.com/list/script_sample.html
The script contains has items in an array that it cycles through and scrolls up the page (within a box):
singletext[0]='<div align="left" STYLE="color:green"><a href="#">30 yr</a> fixed</div>'...
Hi,
I have a current scroller script shown here:
http://www.thefelix.com/list/script_sample.html
The script contains has items in an array that it cycles through and scrolls up the page (within a box):
singletext[0]='<div align="left" STYLE="color:green"><a href="#">30 yr</a> fixed</div>'...
Hi,
I have a new website that I am launching. I want to redirect users who came to my old site via a 3rd party search box to my new site with the same parameter. BTW the 3rd party box is out of my control.
Current URL that comes in when a user searches via the 3rd party search box...
Hi,
I have a field that is displayed on my website. It currently has a few hundred characters in it.
Is there a script I can wrap around it, to limit the number of characters to show the first 150? Also.. is there a way to not have it cut off in the middle of a word?
Sample:
(Before)
Peja...
I have a form that has a dropdown box in it and a checkbox. When a certain item in the dropdown is selected I want the checkbox to change to "checked".
Any ideas?
Thanks.
I am trying to block certain zipcodes from submitting a form on my website.
So.. I basically want to validate the form... if the first three characters of the zip are 220 then I want to pop an alert box telling them that that the zip code isn't allowed.
Any ideas?
I would like to have a set of text links like this:
Books
Music
Clothes
When a link is clicked (Books)... I would like the menu to expand with a set of sub links like this.
Books
- Fiction
- Non Fiction
Music
Clothes
I am looking for something that works in NS4+, IE4+.
Thanks.
I am trying to validate a form.... if the form isn't valid... rather than popping an alert box.... I would like to write a line of text (document.write) an error message in the form where the error showed up.
current script:
<SCRIPT LANGUAGE="JavaScript">
<!-- //
function...
Hi.
I have a site where I am collecting information from users. One of the fields is a street address. I would like to block users from entering in P.O. Boxes. I have an idea of how to do but don't know the code part.
Basically... I would like the script to search the field.. if it...
Hi...
I have two different domain names that point to the same IP address. Example http://www.siteone.com http://www.sitetwo.com
I am trying to set it up so that if a user types in siteone.com the code on the index page can tell that the location object is siteone.com and redirect them to...
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.