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.
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.