Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / JavaScript / February 2008



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
setTimeout() and string literals - stuck29 Feb 2008 23:15 GMT14
I don't get this:
for(i=0; i<=100; i++) {
setTimeout("someFunction(" + i + ")",5000);
}
Querying words instead of phrases29 Feb 2008 22:59 GMT2
My website's search function looks up entire phrases instead of
individual words.  For example, if I query "Google Groups,"  I would
like my search to come up with everything in my database that has the
words "Google" and "Groups," not just the phrase "Google Groups."  I
FAQ Topic - How do I trim whitespace - trim/trimRight/trimLeft (2008-02-29)29 Feb 2008 22:22 GMT1
-----------------------------------------------------------------------
FAQ Topic - How do I trim whitespace -
trim/trimRight/trimLeft
-----------------------------------------------------------------------
how work .animate29 Feb 2008 20:33 GMT1
var_cont.        
       find('.style1').src(current.src).css({ opacity: 1 }).animate({
opacity: 0.6}).end().
is possible to have 2nd opacity with no use of .animate?
Question on onkeypress or keyCode event trigger29 Feb 2008 20:23 GMT1
I attempt to create HTML ordered or unordered list function here.
Start with IE7...
function addList(obj,lt) {
 var theBody = document.getElementById(obj);
Enter/Return Key Function29 Feb 2008 18:35 GMT4
I encountered a bug on a website that I am working on.  The enter/
return key function works in certain parts of the website and doesn't
work in other parts.  I went through all the scripts but I'm not sure
why the function does not work for this part.  Does anyone have any
Onchange() problem.  Please help!29 Feb 2008 17:41 GMT1
I am developing a web page for an embedded application. I created a
text box for entering a value (only 1 byte long). The onchange event
triggers correctly when I enter the value from a keyboard and press
enter. However, it doesn't seem to fire when a javacript (a slider in
Event Handlers... Toggling a Numeric Field29 Feb 2008 17:04 GMT6
So, you've all probably seen interfaces with a numeric field and
little up and down arrows to the right of the field to toggle the
numbers up and down.  I'm trying to make one of those in Javascript
and HTML.
Regular expression to test and limit number of characters29 Feb 2008 15:41 GMT12
I need a regular expression to evaluate a text input field. The
validation rules are:
1) only A-Z and 0-9 chars allowed,
2) only one alpha char allowed (at any position) - rest are digits,
sending data from IFRAME to container page29 Feb 2008 10:56 GMT2
Say I have a page called mytest.htm with an IFRAME in it and an input
field:
<input id="src" name="src" type="text" />
How do I send the an example word "blah" from the iframe to populate the
using mailto: body limit29 Feb 2008 08:31 GMT2
I'm using the following code to fill an email for the user to send:
var t = escape(t); // to
var s = escape(s); // subject
var b = escape(b); // body
please bring closure to my problem29 Feb 2008 08:24 GMT3
here's my function
MyApp.prototype.showAddress = function()
{
    this.instance_var = 10;
Looking for web designer29 Feb 2008 08:18 GMT1
I am looking for a web designer with provable experience in developing
corporate and retail websites.
Currently there is an opportunity for a number of web sites under
development. The ideal person will work independently, at the moment I
Create an 'account password' input field29 Feb 2008 07:45 GMT8
This might be a pipe dream, but I want to create a password field that
reads, "account password", but when you click on the box and start
typing, you see password characters instead of actual leters and
numbers.  So far I have
Window.Open get new tab instead of new window in FireFox29 Feb 2008 03:06 GMT1
I generated image map HTML in DreamWeaver CS3 graphically (not hand
coded).
<area shape="rect" coords="613,242,686,295" href="#" alt="Australia
Alt Energy Fact icon"
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.