| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Can anyone help. I'm new to Javascript so be gentle.
I have 2 registered domains which are set up to redirect to my homepages
which are on a...
Dave Parkinson
|
03-26-2005 02:16 PM
Randy Webb | 1 | 43 |
|  | "David" <right (AT) dd (DOT) com> wrote
Try:
var sessionsArray = "<%=s%>".split(",");
David
|
03-26-2005 11:43 AM
David | 6 | 43 |
|  | Thanks... also, how do I grab the entire body of the document instead
of just an Id tag. I tried
"theText=document.getElementByTag('body');"
to grab...
Sally B.
|
03-26-2005 10:33 AM
Mick White | 6 | 60 |
|  | Hi,
Using string.replace with regular expressions, is there any way to
count the number of replacements that actually happens? I know you can
limit...
Sally B.
|
03-26-2005 10:28 AM
Mick White | 2 | 51 |
|  | Hi everybody,
Does anybody know how to access a remote database (say Oracle) from
JavaScript code (within a Firefox Extension) ?
I know ADO via...
Guillaume CABANAC
|
03-26-2005 09:51 AM
Dave Cook | 4 | 77 |
|  | Hi everyone
I wrote an application that generates HTML based on some database
record set. One of the HTML generated is a checkbox...
Fendi Baba
|
03-26-2005 12:17 AM
Lachlan Hunt | 1 | 61 |
|  | I'm trying to mimic IE's onreadystatechange in MZ. Specifically I'm
looking at returning a value of "loading" to a frameset when a page is
loading...
Andrew Poulos
|
03-25-2005 10:32 PM
Andrew Poulos | 2 | 71 |
|  | Are you getting any Javascript errors? I am trying it in IE 6, Firefox
using ASP.NET and Cassini - it seems to work fine, but I did have to
unwrap...
Brian Munroe
|
03-25-2005 06:54 PM
tshad | 2 | 50 |
|  | I have created a web site, where I use a dropdown menu when the mouse
goes over an image.
My problem is that when I resize the browser, the menu's...
Despoina
|
03-25-2005 04:43 PM
josephrav@aol.com | 2 | 39 |
|  | I have problems with my site under firefox, i am using window.open fo
opening popups, but under firefox aparentlly no luck
admin
|
03-25-2005 04:16 PM
Tim Slattery | 2 | 95 |
|  | Sean <smc (AT) ihug (DOT) com.au> spoke thus:
Well, to start with, it would be helpful if you posted well-formatted
code. Another thing would be...
Christopher Benson-Manica
|
03-25-2005 03:28 PM
Christopher Benson-Manica | 0 | 74 |
|  | In article <d21b27$5vm$1 (AT) titan (DOT) btinternet.com>, noway (AT) noway (DOT) com enlightened
us with...
I think for that you'd have to use...
Mel
|
03-25-2005 12:13 PM
kaeli | 1 | 93 |
|  | hi,
it is my understanding that web crawls are not intelligent enough to
prase the limitless number of JS menus out there.
I want/need to have a JS...
Papa.Legba.666@gmail.com
|
03-25-2005 12:10 PM
Matthew Hagston | 3 | 49 |
|  | anyone know of a site from which I can download a menutree (state
preserved) builder which:
1) works
2) is free, with due reference given to author...
Wazza
|
03-25-2005 11:57 AM
Wazza | 3 | 42 |
|  | Hello,
I have a little question which should be easy, nevertheless i can't
solve the problem.
I want to change the background of a <td>-tag when...
Nattydreadlock
|
03-25-2005 10:36 AM
Michael Winter | 4 | 98 |
|  | mickg77 (AT) hotmail (DOT) com (MickG) writes:
You forgot to tell us what it should do.
This select element is not inside any form. That makes it...
Lasse Reichstein Nielsen
|
03-25-2005 10:32 AM
mickg77@hotmail.com | 1 | 60 |
|  | Berislav Lopac wrote:
Ah! Many thanks! I very much appreciate your advice - I'll try that.
Stroller.
Stroller
|
03-25-2005 09:11 AM
Stroller | 0 | 75 |
|  | "Stroller" <stroller (AT) bigfoot (DOT) com> wrote:
Yup, that's what it says.
It looks to me like the programmer intended that the only way to...
Tim Slattery
|
03-25-2005 09:00 AM
Tim Slattery | 0 | 86 |
|  | I would like to use Javascript to pull a value from my server (via an HTTP
call) and then that value on my webpage.
Is this possible?
I have...
daniel kaplan
|
03-25-2005 08:36 AM
kaeli | 1 | 53 |
|  | I get the dreaded, 'is null or not an object' at runtime. This happens
on the:
" if (SearchAndNavFormID.QuickSrchID.value != "") " line.
Here's my...
Luminousc
|
03-25-2005 07:55 AM
Erwin Moller | 4 | 63 |
|  | comp.lang.javascript FAQ - Quick Answers- 8.0 - 2004-03-15
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroup deals with...
FAQ Poster
|
03-25-2005 07:09 AM
admin | 1 | 48 |
|  | Please don't ever do sorting using if-else statements in real life.
Here's a much faster way, although it lacks input validation.
var numberArray =...
humbads
|
03-25-2005 05:07 AM
Sean | 1 | 64 |
|  | Hi All-
I'm pretty sure this have been discussed earlier, but couldn't find a
solution to my problem.
<input type="submit"
value="Delete...
davegraham_1998@yahoo.com
|
03-25-2005 02:09 AM
humbads | 1 | 64 |
|  | Ike <rxv (AT) hotmail (DOT) com> wrote:
I copied your code verbatim, loaded it into a browser, and it works for me
as-is. The reset and submit...
Jeremy Nixon
|
03-25-2005 01:31 AM
Jeremy Nixon | 2 | 96 |
|  | I think that this should be reasonably easy but it is proving to be
hugely difficult. I am wanting to reset the form to all the original
values when...
MickG
|
03-24-2005 09:37 PM
RobG | 2 | 50 |
|  | any way to make the hyperlink appear visited?
<a href="#" onclick="javascript_method(); return false;">sss</a>
John Smith
|
03-24-2005 07:28 PM
Randy Webb | 1 | 225 |
|  | Hi, I have created a remotely hosted script and I would like to submit
its javascript code here. I'm not sure if I'm allowed by newsgroup
policy. I...
addy
|
03-24-2005 07:02 PM
Evertjan. | 5 | 56 |
|  | Using the WYSIWYG contenteditable feature, Internet Explorer will often
add a style to the image tag to define its display size after the image
has...
bluesrift@aol.com
|
03-24-2005 03:51 PM
Dr John Stockton | 5 | 82 |
|  | http://www.context.cx/
a.. unlimited open files
b.. unlimited editing file size, 4kB line length
c.. powerful syntax highlighting for:
a.....
(ProteanThread)
|
03-24-2005 02:54 PM
Java script Dude | 5 | 72 |
|  | I can't seem to get this to work. Any help appreciated. The alert
message always comes up.
Here is my code
<SCRIPT type="text/javascript">
function...
elaines@ori.org
|
03-24-2005 02:09 PM
elaines@ori.org | 3 | 55 |
|  | Lee wrote:
num="Zero,One,Two,Three,Four,Five,Six,Seven".split(",")
function fplural(word){return...
TomislaW
|
03-24-2005 01:22 PM
Mick White | 6 | 57 |
|  | Hi Mudas,
Before some other pedant gets in there first: javascript is not java
<http://jibbering.com/faq/#FAQ2_2>
You're probably best ditching...
bne
|
03-24-2005 12:17 PM
bne | 0 | 104 |
|  | i need to add a function to body's onUnload to see which URL has been
requested. if it isn't the same as the current page, i want to ask the user
if...
Dica
|
03-24-2005 11:37 AM
Martin Honnen | 2 | 60 |
|  | tshad wrote:
Do you have to use an ASP.NET control? If so, I really don't see a
solution.
But if all you need to do is submit the form once the...
Brian Munroe
|
03-24-2005 10:42 AM
Brian Munroe | 7 | 40 |
|  | In a frameset I have this:
window.onload = function() {
frames.onunload = function() {
alert('I'm going now');
}
}
when frames unloads I'm...
Andrew Poulos
|
03-24-2005 08:50 AM
Csaba2000 | 3 | 68 |
|  | First, I'll tell you up front that I am clueless when it comes to
Javascript. So I apologize if this question is off topic.
I have a nice little...
sams@centric.net
|
03-24-2005 08:36 AM
Dr John Stockton | 4 | 85 |
|  | Hi folks,
Is liveconnect still available in Firefox as it is in NS Navigator ?
I would like to call Java code from JavaScript in Firefox... Do...
Guillaume CABANAC
|
03-24-2005 08:16 AM
Martin Honnen | 1 | 65 |
|  | "Ian Renfrew" <ian_renfrew (AT) sympatico (DOT) ca> wrote
I took out the title tags and:
Under FF1.0 it works.
Under IE5.5 it clears about 4.5...
Ian Renfrew
|
03-24-2005 07:45 AM
McKirahan | 5 | 44 |
|  | I try to associate DOM nodes with other objects. Assigning custom
properties to DOM nodes works in Firefox and Safari. It also works with
HTML nodes...
Henri Sivonen
|
03-24-2005 07:07 AM
Henri Sivonen | 2 | 85 |
|  | louissan wrote:
That is not going to work across browsers, you are better off scripting
the onmousedown property as an object...
Martin Honnen
|
03-24-2005 06:39 AM
Martin Honnen | 0 | 44 |
|  | Dear friends of programming!
the script below only works with MSI and Opera but not with Netscape 7.x and
Mozilla 1.x!
What is wrong?
Please help...
Nariak
|
03-24-2005 05:08 AM
DU | 4 | 56 |
|  | Hello there,
I have a Nokia 6630 phone that is based on the Series 60 Software Platform.
-> http://www.series60.com/
These "smartphones" are said...
Daniel Kabs
|
03-24-2005 04:47 AM
Daniel Kabs | 6 | 109 |
|  | Hello,
I have a web page page that is in a frame with top and bottom nav bars.
When I click on my "Export to csv" button, the "File Download"...
bsinni@yahoo.com
|
03-24-2005 04:29 AM
suzyb | 3 | 129 |
|  | # SIMPLE VERSION #
Is there a way I can create a new <img> tag onClick?
# DETAILED VERSON #
I'm making a game that involves drawing a path between...
ThePsudo@gmail.com
|
03-24-2005 04:27 AM
ThePsudo@gmail.com | 2 | 63 |
|  | I have an external js file where I set an onload event:
window.onload = function() {
//blah
}
I import the file in the head of the pages I'm...
Andrew Poulos
|
03-24-2005 04:03 AM
Evertjan. | 1 | 98 |
|  | Hi All,
Is there way to refer an element ie(textbox) which is within multiple
frames in a Generic way..??
ie. currently i am...
Vanitha
|
03-24-2005 03:54 AM
Vanitha | 0 | 66 |
|  | threepins (AT) gmail (DOT) com wrote:
I doubt it. Security considerations put rather strict limits on what
JavaScript running from a webpage on one...
David Dorward
|
03-24-2005 03:14 AM
David Dorward | 0 | 53 |
|  | I am using a slidemenu program that I download and seem to have a problem
with IE when sliding down.
I have 2 containers (div) on top of each other...
tshad
|
03-24-2005 02:14 AM
c.anandkumar@gmail.com | 1 | 60 |
|  | i need to create a unix like "tail" function on my site.
the question:
the text is displayed in a scrolled area and a new line is added at the
end...
Mel
|
03-24-2005 01:32 AM
RobG | 9 | 69 |
|  | Hi, is it possible to change a form text field to this.blur() from a
separate function? So, what I want to do is when a button is click it
will...
Ragnorack67@hotmail.com
|
03-24-2005 12:10 AM
Ragnorack67@hotmail.com | 7 | 97 |