HighDots Forums  

Sponsored Links


Javascript JavaScript language (comp.lang.javascript)


Discuss in the Javascript forum.



Post New Thread
Threads in Forum : Javascript Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Mark Preston wrote: Yep. I actually still don't understand why stefano want that either... Regards, Erwin Moller
Stefano
02-27-2004 04:27 AM
Erwin Moller Go to last post
5 56
Hi Given a web page using frames, is there anyway the left frame can request a page in the right frame and, most importantly, detect when it has...
foldface@yahoo.co.uk
02-27-2004 04:13 AM
Michael Winter Go to last post
3 69
I have three servers: Server1, Server2, and Server3. There is a login cookie does not expire for SOME users on Server2. Ironically, the login cookie...
HorseGeek
02-27-2004 04:02 AM
G Roydor Go to last post
1 52
Michael Winter <opr30bnlap5vklcq (AT) news-text (DOT) blueyonder.co.uk> wrote: <snip> The head and body elements may be required but:- Optional...
Richard Cornford
02-27-2004 03:46 AM
Michael Winter Go to last post
2 60
I'm new to DOM and can't figure out this thing: I'm trying to add a row to a table with a form field in one of it's cells, but if I'm appending the...
Amir Hardon
02-27-2004 03:20 AM
Ivo Go to last post
6 82
Hi, I have noticed, that for an array using string indices, the length property does not seem to work. a = new Array(); a = 'Thomas'; a =...
Thomas Mlynarczyk
02-26-2004 11:43 PM
Thomas 'PointedEars' Lahn Go to last post
7 81
hi all, i am working on a website.i have 2 combo box and 2 seperate js files both the combo boxes are independent.my query is that 1.i want to reset...
Lakshmi Narayanan
02-26-2004 10:52 PM
Lakshmi Narayanan Go to last post
0 149
Is there anyway to get ActiveXObject('Msxml2.XMLHTTP') to work with Mac IE 5.1 on the client side? I need to get a text response from the server with...
Brian McPheeters
02-26-2004 10:01 PM
Randy Webb Go to last post
1 52
Dennis M. Marks wrote: Looks good: IE6 and NN7, resizes nicely in 800 to 1024 wide browser windows, win 98 se.
mscir
02-26-2004 08:15 PM
mscir Go to last post
1 66
Hello all, I have a page that generates a form with dynamic rows of data. The dynamic part is done by javascript and I have added onClick,...
John Smith
02-26-2004 08:02 PM
John Smith Go to last post
2 65
Hi everyone - I am trying to accomplish a task that i thought would be easy - and at this point - i'm starting to wonder... I have a table setup,...
Tony Farrell
02-26-2004 06:17 PM
Michael Winter Go to last post
1 61
I have a form to allow the user upload images. The user browse for an image in their computer and click open, th image to be upload is preview on the...
miarte
02-26-2004 05:40 PM
Ivo Go to last post
4 89
Is there a Javascript way to check if an image has been rendered on the page ? For example if my HTML includes : <img name="testImg"...
Greg Griffiths
02-26-2004 05:38 PM
greg griffiths Go to last post
5 109
Please see the problem in action here: http://www.leadbullet.biz/contact.php If you mouse over the fields, you will see that text is shown on the...
Keiron Waites
02-26-2004 05:32 PM
Ivo Go to last post
5 45
Is this sort of thing possible: var X = 'Moe'; switch (X) { case 'Curly'||'Moe'||'Larry': alert('Found one of the Three Stooges'); case...
Mark Anderson
02-26-2004 05:07 PM
Douglas Crockford Go to last post
4 47
Hello group. I am not a programmer so any help is appreciated. I would like to generate a random set of letters from a specific list each time a...
BDJ
02-26-2004 05:02 PM
BDJ Go to last post
0 123
Whenever I replace the content of a popup window by clicking a link in the opener, it naturally minimises to the task bar. Is there a way...
Peter Cartwright
02-26-2004 04:56 PM
Peter Cartwright Go to last post
0 64
I need to get text pasted into a form field at the time it was pasted. The value of the field is still blank in the onpaste handler. The onchange...
Mark Thomas
02-26-2004 04:27 PM
Ivo Go to last post
1 64
On 26 Feb 2004 12:56:25 -0800, Saqib Ali <syed_saqib_ali (AT) yahoo (DOT) com> wrote: Your form isn't invisible - it's invalid. You can't expect...
Michael Winter
02-26-2004 04:05 PM
Michael Winter Go to last post
0 43
I am dynamically adding rows to a table, and each row have a button which removes it. I have successfully implemented this for mozilla but I'm having...
Amir Hardon
02-26-2004 04:03 PM
Michael Winter Go to last post
6 52
David wrote: trim() would be better implemented as: String.prototype.LTrim = new Function("return...
Grant Wagner
02-26-2004 01:47 PM
Grant Wagner Go to last post
0 62
{ if (str.length != 3) return false; else if (str.charAt(0) != ) return false; else if (!Is_Digit(str.charAt(1))) return false; else if...
Abby Lee
02-26-2004 12:22 PM
Mick White Go to last post
2 74
According to the Safari browser the world began on "Fri Dec 13 1901 15:45:52 GMT-0500", but I need to be able to get around this limitation. I am...
Mick White
02-26-2004 12:13 PM
Dr John Stockton Go to last post
7 86
I have used a textarea to display typewriter effect text. The scrollbars are displayed by default. What is the code to disable the scrollbars in a...
Max
02-26-2004 11:46 AM
Randy Webb Go to last post
2 75
I've written the following function who works great in IE function OnlyCharacter(tekst) { if (tekst.length == 1) { if (tekst >= "A" && tekst...
leiko
02-26-2004 10:20 AM
McKirahan Go to last post
2 122
Morning all, I have a form field called: Bsk01 How do I onBlur prompt the user to enter a ZERO as character one, if one is not already entered. At...
Gary
02-26-2004 10:05 AM
Mick White Go to last post
2 75
McKirahan wrote: There's no escape for the function: function wB() { if (document.getElementById && !document.all) { adBtype = "NS6+";return;
Mick White
02-26-2004 09:36 AM
Mick White Go to last post
2 96
In article <Jm9%b.56686$Xp.269424@attbi_s54>, News (AT) McKirahan (DOT) com enlightened us with... No, but it's a great way of doing object...
kaeli
02-26-2004 08:41 AM
kaeli Go to last post
0 103
Robert <c6bb75ff.0402252008.1a925913 (AT) posting (DOT) google.com> wrote: Pleas do not top-post to comp.lang.javascript. The group FAQ...
Gary Mayor
02-26-2004 08:26 AM
Richard Cornford Go to last post
4 55
Hi, I'm trying to use window.open from inside a user defined function, and it's not working. A code example is shown below. Thanks for any help you...
Mountain Man
02-26-2004 06:44 AM
Michael Winter Go to last post
2 45
Dennis M. Marks <250220041634384835%denmarks (AT) domain (DOT) invalid> wrote: Browser manufactures are not motivated to honestly report the type...
Richard Cornford
02-26-2004 06:33 AM
Richard Cornford Go to last post
0 100
Hello, I know how to load the image var myImage = new Image; myImage.src = "test.jpg"; but how could I get the content of the image(interms of...
Leon Lee
02-26-2004 06:29 AM
Leon Lee Go to last post
0 113
Hi, I want to resize the main window through Javascript using the self.resizeTo() function. Nevertheless i've ot a pb: I have a domain...
astpaul
02-26-2004 06:28 AM
Arnaud Saint-Paul Go to last post
2 46
I'm trying to do a simple test of a behavior overriding the windows status bar on a link to show its text instead of it's href without passing...
sgross
02-26-2004 02:51 AM
Laurent Bugnion Go to last post
4 91
Gustav Medler <nospam.gm (AT) nurfuerspam (DOT) de> wrote/schrieb: Is KDE/ Konqueror browser supporting ommouseover="window.status...."? It does not...
Gustav Medler
02-26-2004 02:10 AM
Gustav Medler Go to last post
2 64
I have a block of code that calls a function to copy some text to the clipboard. The text includes some text and an email from a recordset. I am...
Rich
02-26-2004 01:07 AM
Stuart Palmer Go to last post
1 58
Dennis M. Marks wrote: What part of navigator.userAgent do you dislike? You have anything you need in it. The problem is that the UA...
Thomas 'PointedEars' Lahn
02-25-2004 09:50 PM
Thomas 'PointedEars' Lahn Go to last post
0 84
Dennis M. Marks wrote: And what the heck should that achieve? User agents *are* different, so are their DOMs to a certain extent, and it is good...
Thomas 'PointedEars' Lahn
02-25-2004 09:45 PM
Thomas 'PointedEars' Lahn Go to last post
0 132
I am a VB programmer and know nothing about Javascript. I have a Java Button in my asp page (It came with Visual Studio 6) and I want it to open a...
John
02-25-2004 08:48 PM
John Go to last post
4 51
Hi, I want to try and get a lottery type script to run in these two browsers before i put it on my site. It runs OK in I.E.6 and my friend says it...
MV
02-25-2004 08:09 PM
MV Go to last post
2 64
I have the following code: var obj = {a:0, b:1, ...} function f() {...} obj.f = f // This will make a instance method? How to make a Class...
Nick
02-25-2004 05:39 PM
Nick Go to last post
8 53
"McKirahan" <News (AT) McKirahan (DOT) com> writes: No. I can say that without reading, because browser checks are almost invariably not good, no...
Lasse Reichstein Nielsen
02-25-2004 04:59 PM
Lasse Reichstein Nielsen Go to last post
0 80
"McKirahan" <News (AT) McKirahan (DOT) com> wrote <script cut> See: http://jibbering.com/faq/#FAQ4_26 -- Andrew Urquhart - FAQ:...
Andrew Urquhart
02-25-2004 04:42 PM
Andrew Urquhart Go to last post
0 114
I have a function that will update a divs innerHTML with the result of a long running loop. I would like to update the div prior to running the...
Richard A. DeVenezia
02-25-2004 04:22 PM
Randy Webb Go to last post
1 48
Is there a way to use the history.back to display the actual url of the last page to the page ?
riotctrl
02-25-2004 04:10 PM
Randy Webb Go to last post
3 63
In article <MPG.1aa68318a97e8175989ca6 (AT) nntp (DOT) lucent.com>, tiny_one (AT) NOSPAM (DOT) comcast.net enlightened us with... Oops - IE/Opera...
bscofield
02-25-2004 04:08 PM
Ben Scofield Go to last post
6 63
hi all, i have this problem.i want the user of my page to only click the link with the right mouse button and open a word document using the open...
Lakshmi Narayanan
02-25-2004 02:43 PM
Thomas 'PointedEars' Lahn Go to last post
4 113
Hi group, First time I've posted here, so apologies if off-format/topic, please point me in the correct direction if so. :o) Using NMS FormMail,...
Paolo
02-25-2004 02:32 PM
Paolo Go to last post
0 51
Netscape doesn't appear to suport teh stylesheet clip attribute. Is there a workaround? #f_cw1 { position: absolute; top: 40px; left: -280px;...
Fabian
02-25-2004 02:02 PM
Chaa006 Go to last post
2 100
Hi All, I am trying to hide my JavaScript source. The method I chose was to keep all the important source in a password protected folder, and...
xmp333@yahoo.com
02-25-2004 12:59 PM
Robert Go to last post
22 136
Post New Thread

Display Options
Showing threads 26401 to 26450 of 32009
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.