| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Does anyone know how to change the text that appears in the top of the
pop up window? I have a member login page with an "invalid user name
or...
Jethro
|
06-09-2006 05:30 PM
Wayne Dobson | 1 | 327 |
|  | See this post for a test page / test case for using XSLT to produce an
Ajax Datagrid widget: http://development.finetooth.com/?p=15 - I'd like
to...
elsigh
|
06-09-2006 10:10 AM
elsigh | 0 | 475 |
|  | Hello,
I would like to swap the color of a text item when a js function is called.
---------------------------------------------
function swap(id)...
M
|
06-06-2006 06:16 PM
M | 2 | 344 |
|  | I have a web application using many IFRAMES, all with
style="position:absolute" and all defined in the same file. This application
works fine with...
Bram de Jong
|
06-05-2006 08:00 PM
Wayne Dobson | 2 | 546 |
|  | Hi,
I've been sitting for a few hours now with a bug and can't seem to get
a fix for. It is for an existing site that is being fixed temporarily
and...
aspruyt@hotmail.co.uk
|
05-31-2006 04:50 AM
Anthony | 2 | 346 |
|  | Hi,
I've been sitting for a few hours now with a bug and can't seem to get
a fix for. It is for an existing site that is being fixed temporarily
and...
aspruyt@hotmail.co.uk
|
05-30-2006 01:19 PM
aspruyt@hotmail.co.uk | 1 | 445 |
|  | Wayne Dobson <nospam (AT) noadress (DOT) com> schreef in berichtnieuws
dXkcg.319561$8Q3.129552 (AT) fe1 (DOT) news.blueyonder.co.uk...
Hello...
R.Wieser
|
05-25-2006 10:23 AM
Wayne Dobson | 6 | 1,469 |
|  | I have a dir full of pics and each one is Pic1.jpg Pic2.jpg etc etc.
I want to have a page showing only 1 pic and a navigator that will let me
step...
Eric
|
05-19-2006 10:59 AM
Wayne Dobson | 2 | 291 |
|  | that will
make sure all fields are entered.
make sure age is between 3- 99
and make sure the email is valid
I had a decent search on google,...
ryan
|
05-18-2006 05:59 PM
Dr John Stockton | 4 | 340 |
|  | Hi there,
I am looking for a script with which I can make a particular text (or quote)
appear in a particular place on my welcome page for each...
Joppe
|
05-10-2006 05:29 PM
Joppe | 0 | 305 |
|  | Do what I say below. You will see the problem.
1.Write a HTML page. There's a button on it. When you click it, send a
request(whatever is ok, for...
shuijiaojiaozhu@gmail.com
|
05-09-2006 09:45 AM
Wojtek Bok | 1 | 320 |
|  | I have a question regarding the lifetime of a functions private variables.
From my knowledge in other languages I would expect a functions...
Johnny Nielsen
|
05-07-2006 12:27 PM
Richard Cornford | 3 | 299 |
|  | Hi, I would like to remove ampersands from text and repace them with
the HTML special character.
This is so that I can use them in a query...
Jon
|
05-04-2006 03:43 PM
David Lee Lambert | 1 | 697 |
|  | I have some javascript that I am working for a project, and I currently have
the functions spread across three different include files by...
BenignVanilla
|
05-04-2006 09:04 AM
BenignVanilla | 0 | 332 |
|  | I am dynamically building a table from data, and have run into a problem. I
have numerous rows and cells that are being created just fine, similar...
BenignVanilla
|
05-04-2006 09:03 AM
BenignVanilla | 4 | 353 |
|  | I have a table in which I am dynamically creating the tbody section from the
database. This works great, but my problem is that I have an edit button...
BenignVanilla
|
04-28-2006 02:24 PM
Wayne Dobson | 1 | 305 |
|  | I'm using the Microsoft Virtual Earth Version 1 Commercial Control.
I want to make it so you can click on a pinpoint that's plotted on the
map and...
CRPietschmann@gmail.com
|
04-27-2006 03:19 PM
CRPietschmann@gmail.com | 0 | 479 |
|  | I am new to javascript coding on a web client, but recently had to put
together a basic page to do some database lookups. The code works nicely. I
am...
BenignVanilla
|
04-27-2006 01:51 PM
BenignVanilla | 8 | 346 |
|  | Atte André Jensen said the following on 4/22/2006 2:34 PM:
<snip>
document.forms.elements'];
Try it :)
--
Randy Webb
|
04-22-2006 07:57 PM
Randy Webb | 1 | 310 |
|  | I'm using code from http://www.hypergurl.com/trailingtext.html to make a
small mouse tail with some text. When I originally designed my page...
Bill
|
04-22-2006 04:35 AM
cwdjrxyz | 12 | 652 |
|  | Hi there,
I'm having a bit of difficulty with a function that will open a link
depending on the calling frameset.
The function (promoLink()) is...
Jon
|
04-20-2006 07:17 PM
Randy Webb | 3 | 301 |
|  | EnjoyNews said the following on 4/18/2006 10:38 AM:
And if the user has popups blocked?
<URL: http://www.litotes.demon.co.uk/js_info/pop_ups.html...
Randy Webb
|
04-18-2006 11:50 AM
Randy Webb | 0 | 285 |
|  | Hi!
Can anyone help me! I have been searching for a while now. I am
trying to see if there is a javascript to rename a folder. The idea is
that...
lovedakv@googlemail.com
|
04-15-2006 12:15 PM
lovedakv@googlemail.com | 0 | 544 |
|  | Hi
I am trying to understand how to loop through a HTML page's elements.
for(x=0;x<WHAT DO I PUT HERE???;x++)
{
//do something
}
would someone...
News
|
04-14-2006 02:44 PM
News | 0 | 372 |
|  | If this newsgroup does not accept any kind of work opportunities, I
have no problem if someone zaps this posting. Will not repeat.
If you have...
ContractDB
|
04-11-2006 01:50 AM
ContractDB | 0 | 313 |
|  | Hello all.
Please take a look at the following pseudocode:
function takeAParam(param) {
if (foo == bar) {
var baz = object.bat;
}
zburnham@gmail.com
|
04-08-2006 09:29 AM
Rob Williscroft | 1 | 299 |
|  | I'm trying to come up with some Javascript that will display a text field
if a certain value is selected in a related radio button group....
Tony Rice
|
04-03-2006 09:11 PM
Tony Rice | 4 | 375 |
|  | For awhile I've been working on a mechanism to handle file uploads for
a user interface element, and I'd love to get some feedback on...
elsigh
|
03-31-2006 12:35 PM
elsigh | 0 | 665 |
|  | Hello,
Need some help with a script. I have a site where when people register their
information, I have two sections on the page, one for U.S....
JR
|
03-31-2006 09:39 AM
JR | 0 | 304 |
|  | Hi All,
I have a simple html table with the first row containing column names.
I would like to be able to click on a littlel icon in the...
shahbazc@gmail.com
|
03-27-2006 11:39 PM
shahbazc@gmail.com | 0 | 284 |
|  | I have a table with several table rows. Each row has a table data cell that
pertains to a selectable piece of information. Rather than go with the...
Max Kipness
|
03-27-2006 04:28 PM
Randy Webb | 3 | 575 |
|  | Hi to all,
I’m Javascript beginner.
I’ve a popup window which contains a <select> multiple field. The
content of <select> is dynamic and I would...
DM
|
03-27-2006 07:39 AM
DM | 0 | 299 |
|  | rfr said the following on 3/25/2006 12:29 AM:
It isn't.
What qualifies as "slightly older"? 1 year? 5 years? 10 years?
That looks like a dumb...
Randy Webb
|
03-26-2006 11:13 PM
Randy Webb | 4 | 315 |
|  | the page looks like:
----------------------------------------------------------------------
-
-
- --------------- ...
xzzy
|
03-23-2006 07:39 PM
xzzy | 1 | 319 |
|  | AjaxToday.com is a dedicated portal for the international ajax
developers community. The site right now features
articles, tutorials, forums, books,...
ajaxtoday
|
03-23-2006 07:09 PM
ajaxtoday | 0 | 295 |
|  | An oo js constructor I have works without issue, until I dynamically
change the size through the DOM of the HTML page frameset. After
changing the...
Adrian
|
03-23-2006 03:18 AM
Adrian | 1 | 514 |
|  | Hi:
I need to write some number formatting code that can work in different
countries. Since different cultures use different characters for...
Larry
|
03-22-2006 10:39 AM
SSim | 1 | 447 |
|  | http://www.limada.nl/links/javascript.html
jan smit
|
03-20-2006 07:07 PM
jan smit | 0 | 285 |
|  | I've got a table (in a frame) like the sample below where the whole cell is
click-able. This works well except I'd like the cells to show standard...
Eric
|
03-20-2006 01:22 PM
Randy Webb | 16 | 503 |
|  | Hi,
I am a javascript newbie. Can anyone here help me with the following
please ? I am probably making a number of obvious mistakes but I
cannot...
John Fitzsimons
|
03-20-2006 09:09 AM
Randy Webb | 3 | 327 |
|  | After selecting an option in a html form's select dropdown list, users tend
to use mouse wheel to go somewhere else in a page without noticing
that...
news.kolumbus.fi
|
03-19-2006 05:41 PM
Crazy Code Ninja | 2 | 749 |
|  | Hi,
I'm looking for a way to display text info on the screen when the mouse
moves over an <a> tag. Something along the lines like the box that...
Doug
|
03-19-2006 05:29 PM
Crazy Code Ninja | 1 | 394 |
|  | Hi All
I am having a small problem with window.open() obviously something I am
or am not doing.
This is being fired from a subwindow. Everytime I...
DaveG
|
03-19-2006 05:22 PM
Crazy Code Ninja | 1 | 289 |
|  | I use a javascript to display different objects to the client. I don't
want to use server side technology, but i would like to use a include
like...
robbert@spill.nl
|
03-17-2006 11:02 AM
robbert@spill.nl | 0 | 340 |
|  | Hi
I am wondering if someone know of a free cross-browsers vertical
scrolling script that
- is cross cross-browsers
- will call the scrolling...
P2P
|
03-12-2006 04:35 AM
P2P | 0 | 304 |
|  | I need help with confirm() funciton.
I have an application that displays pages in English and French languages.
What I need is to display buttons...
News
|
03-11-2006 12:05 PM
laqula | 1 | 276 |
|  | MNN said the following on 3/7/2006 11:51 PM:
Yes but it isn't very easily accomplished changing stylesheet rules. It
is a lot easier to define two...
Randy Webb
|
03-09-2006 12:16 AM
Randy Webb | 0 | 443 |
|  | The following javascript code gives me the date validation that I need
except
after the correct date is entered into the field, it puts the date...
pmarisole
|
02-21-2006 01:30 PM
Miro | 1 | 351 |
|  | I am trying to use ajax to create a voting system. I used the tutorial by
Rasmus found...
PFA\(.\)\(.\)Coder
|
02-18-2006 12:00 PM
PFA\(.\)\(.\)Coder | 0 | 276 |
|  | i've written an object with javascript, say "Calendar". funtions inside
do work when called seperately. but when i want to assign funtions to
an...
Lenyado
|
02-17-2006 03:10 AM
Lenyado | 0 | 317 |