| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | How does one go about submitting a form with a link - but submitting
it to a new window AND to a page different to that described within
the...
Terence Parker
|
10-18-2003 12:02 AM
Stephen | 2 | 112 |
|  | Hi,
I want to put a value in a cookie. The following code does not work.
It does not store the box1.value in the cookie. How can I fix it?
<input...
chirs
|
10-17-2003 07:21 PM
Sergey I.Grachyov | 3 | 68 |
|  | If I declared an array or object in a .JS file, should it not be global
throughout all the files which reference it?
Bill
|
10-17-2003 04:36 PM
Lee | 4 | 73 |
|  | Laurent Bugnion, GalaSoft wrote:
No, that is `undefined', the primitive sole value of the Undefined type.
Try
var a;
alert(typeof a);
`null' is a...
Thomas 'PointedEars' Lahn
|
10-17-2003 03:54 PM
Thomas 'PointedEars' Lahn | 0 | 71 |
|  | Hi,
I am having one problem. My friend has web page which he has updated.
There are two javascripts one maintains the array for the menu, the
other...
Aman
|
10-17-2003 03:23 PM
nice.guy.nige | 1 | 135 |
|  | Hello,
I'm right now using
window.location.reload()
to refresh the browser. It behaves as I would want in Mozilla/Netscape,
but not in IE.
I want...
Mike Gifford
|
10-17-2003 02:49 PM
DU | 1 | 86 |
|  | Hi,
I am looking for documentation or tutorials for JavaScript, which have
also glossaries and item indexes.
Thanks,
Valentine
Valentin Welter
|
10-17-2003 01:58 PM
W d'Anjos | 2 | 118 |
|  | I have a link on my form like:
<a href="javascript:pgm_a();pgm_b()><img src="a-.jpg"></a>
that I want to do 2 things:
1) open up a component window...
Michael Hill
|
10-17-2003 01:42 PM
Michael Hill | 1 | 49 |
|  | I use a javascript code to show/hide a table on my site. If user go to the
next page is it possible to remember taht previously the tablo was hide...
John M
|
10-17-2003 01:03 PM
Marek A. Stepien | 1 | 54 |
|  | I have the following function to get the total qty:
function calttl()
{
var ttlqty
ttlqty=0
for (i = 0; i <= document.qtymain.orderdetail.length-1;...
amy
|
10-17-2003 12:41 PM
amy J | 8 | 294 |
|  | Hi there,
i'm trying to make a regex, but it ain't working.
In just one regex expression I want to check a password that must meet
following...
Christ
|
10-17-2003 12:22 PM
rh | 9 | 134 |
|  | I want to hide the first row in my table and if a user click on a show
button than show it. If it is visible than user can hide it with click a
hide...
John M
|
10-17-2003 10:43 AM
Louise Woodward | 2 | 170 |
|  | In article <25d4a987.0310161218.42aa98fb (AT) posting (DOT) google.com>,
webjunk4me (AT) hotmail (DOT) com enlightened us with...
Substitute your...
kaeli
|
10-17-2003 07:30 AM
kaeli | 0 | 56 |
|  | Drop-down menus are the hottest thing since Wonder Bread but . . .
1. Alot of people put them in...
KK
|
10-17-2003 07:27 AM
Dr John Stockton | 3 | 69 |
|  | comp.lang.javascript FAQ - Quick Answers- 7.9 - 2003-06-30
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroup deals with...
FAQ Poster
|
10-17-2003 06:59 AM
FAQ Poster | 0 | 53 |
|  | Hello.
I am having what I beleive is a problem with Garbage Collection
(Possibly connected with IE6).
Background
----------
What I have got is a...
GriffyGriff
|
10-17-2003 06:29 AM
GriffyGriff | 0 | 65 |
|  | Hi
I am using the following script to get the mouse x and y position values.
It seems to work in all browsers ok, except for IE on the Mac....
Andy Levy
|
10-17-2003 05:36 AM
Andy Levy | 0 | 69 |
|  | I am filling a TEXTAREA with text and links from a database. I need to
display the <a href....> code in the TEXTAREA as a clickable link with
_blank...
Richard
|
10-17-2003 04:33 AM
Richard | 5 | 68 |
|  | user input accepted via a input in the form.
this value needs to be appended to the current url (explained
below)
ie say present url is www.xyz.com...
brian
|
10-17-2003 02:22 AM
Stuart Palmer | 2 | 167 |
|  | "James Beilby" <jamesbeilby (AT) hotmail (DOT) com> wrote
Thanks,
Marty Packer
news.verizon.net
|
10-16-2003 09:38 PM
news.verizon.net | 0 | 54 |
|  | is there a way to make one frame on a page load completely before the other
frame starts loading?
Alex Hunter
|
10-16-2003 05:40 PM
David Dorward | 1 | 69 |
|  | Can IE6 be set to have js disabled? If not, what is teh simplest way to
check for non-js functionality?
--
--
Fabian
Visit my website often and for...
Fabian
|
10-16-2003 05:22 PM
Lasse Reichstein Nielsen | 1 | 57 |
|  | "Shock" <shock56 (AT) charter (DOT) net> wrote
<snip>
You are calling document.write after the original document has been
closed (in the onload...
Richard Cornford
|
10-16-2003 04:50 PM
Shock | 4 | 85 |
|  | Greetings all,
I'm having a problem with scrolling vertically in a newly created
browser
window. The vertical scrolling is to reach some anchor...
yootzee
|
10-16-2003 04:32 PM
yootzee | 2 | 68 |
|  | To get data from a text file in an HTML page, using javascript, you sould
wrtie such code ("\" represents a "line continue")...
Jean-Marie Delapierre
|
10-16-2003 02:46 PM
Jean-Marie Delapierre | 0 | 48 |
|  | i have a form that gathers user inputs and has two submit buttons.
according to the input received (via user input) the appropriate
submit button is...
brian
|
10-16-2003 02:29 PM
Thomas 'PointedEars' Lahn | 2 | 112 |
|  | Hi,
We have an application where my clients may be at different timezones.
I need to validate time across the timezones with javascript. The...
Megha Vishwanath
|
10-16-2003 02:26 PM
Dr John Stockton | 2 | 51 |
|  | In my site I show low quality pictures. When someone right clicks an
image and selects 'Save Picture As...', I wish to let him save the
high quality...
Shahar Golan
|
10-16-2003 12:01 PM
kaeli | 5 | 58 |
|  | Okay heres one for u all...
I need to move a bunch of gif's (buttons) (which are links)... from the
right hand side of the screen to a pre-defined...
Domestos
|
10-16-2003 11:36 AM
Domestos | 0 | 67 |
|  | Hallo,
Is there some decent way how to get the object class name in a string
format?
Currently I use this:
function getClassName(obj) {
if (typeof...
Pavils Jurjans
|
10-16-2003 10:17 AM
Pavils Jurjans | 3 | 61 |
|  | What would be the syntax to change the URL in a popup from the opening page?
Thanks,
Jeff
Jeff Johnson
|
10-16-2003 09:37 AM
Thomas 'PointedEars' Lahn | 1 | 98 |
|  | I am trying to split a sting into a multi-dimensional array. ex.
value = "lang~1#name~bob#age~37#";
And I want to be able sperate the date to look...
PWGSC/TPSGC
|
10-16-2003 09:35 AM
Thomas 'PointedEars' Lahn | 1 | 41 |
|  | I am assembling a muti-page report into one Web page using portions of
other Web pages. I can get one page to display using:
document.location.href...
pow67
|
10-16-2003 08:02 AM
pow67 | 2 | 108 |
|  | How can I add <OPTION> to a tag <SELECT> runtime ?
the code combo.innerHTML+="<OPTION value='1'>Name</OPTION>" doesn't
work...
--
Posted via...
Cristian Martinello
|
10-16-2003 07:58 AM
Yaron Cohen | 3 | 120 |
|  | Anyone know a good site that'll teach you how to make a drop-down navigation
bar? I assume it is javascript
Kkiely
|
10-16-2003 07:41 AM
kaeli | 1 | 103 |
|  | Is there a way to redirect traffic from a given ip address (or perhaps
by user agent or something) from seeing any content on a...
Fabian
|
10-16-2003 07:10 AM
Lasse Reichstein Nielsen | 1 | 97 |
|  | Hi,
I would like to ask for your help.
It seem that sometimes an external CSS file on my page is not loaded,
result with bad layout to my...
Yaron Cohen
|
10-16-2003 05:04 AM
Yaron Cohen | 2 | 66 |
|  | Wow ... what a research!
Well done ;-)
Shlomi Schwartz
|
10-16-2003 04:42 AM
Shlomi Schwartz | 2 | 111 |
|  | Hello,
I am looking to make a client app. truly a thin web HTML client if
possible but still have some data validation done in the UI, so I
guess...
Jack
|
10-16-2003 03:01 AM
Jack | 0 | 51 |
|  | Hello,
I am looking to make a client app. truly a thin web HTML client if
possible but still have some data validation done in the UI, so I
guess...
Jack
|
10-16-2003 03:01 AM
Jack | 0 | 48 |
|  | what is the difference?
Kkiely
|
10-16-2003 01:30 AM
David Dorward | 2 | 70 |
|  | I have a couple page where even after they are done loading, the
status message gets stuck with "Transferring data from <host>...
Are there some...
dan baker
|
10-15-2003 10:33 PM
dan baker | 3 | 51 |
|  | Is it possible for one page to access a variable (or text) from another page
or frame? How is this done?
I want to update a piece of data on one...
Alex Hunter
|
10-15-2003 10:09 PM
Alex Hunter | 2 | 64 |
|  | Hi All,
I have scoured my JavaScript book, but can't find the answer, so I
hope that you can help...
I have a banner on my webpage, called...
Lucanus
|
10-15-2003 07:30 PM
Lasse Reichstein Nielsen | 1 | 49 |
|  | There's a way to check if a string is a valid date ?
Thanks helpers.
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Cristian Martinello
|
10-15-2003 06:26 PM
Dr John Stockton | 8 | 92 |
|  | I'm trying to do a show/hide of several elements on a page and can't
get it working in Netscape 4.x. All other Windows browsers are
working.
My...
TravelMan
|
10-15-2003 04:20 PM
William Tasso | 8 | 51 |
|  | question about Onload function
can one define more than one function for Onload ?
<body Onload="function1()">
or can one define multiple functions...
brian
|
10-15-2003 04:11 PM
Lee | 2 | 59 |
|  | "Daniel" <dvdoord (AT) planet (DOT) nl> writes:
Which browsers have you tried it in?
What error messages did they give?
Which browsers are you not...
Lasse Reichstein Nielsen
|
10-15-2003 03:27 PM
Daniel van den Oord | 5 | 90 |
|  | I call a function in my .js file like this:
onClick="location.href='blank.html' +
generateSearchStringFromForm('section')"
where section is the...
Bill
|
10-15-2003 02:54 PM
Lasse Reichstein Nielsen | 4 | 126 |
|  | Does anybody know how to test javascripts automatically?
Something like UNIT test?
When you have hundreds of variables and functions in one of...
Alex Kizub
|
10-15-2003 01:38 PM
Alex Kizub | 0 | 70 |