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     
I'm a University academic looking for a proper definition of JavaScript...
John Taylor-Johnston
11-12-2003 10:34 PM
John Taylor-Johnston Go to last post
1 162
The problem I am having involves the sequence of events between frames in an html page. The Pages: Page A has an imbedded IFrame which displays...
Paul
11-12-2003 10:33 PM
John Taylor-Johnston Go to last post
1 71
Hello, I have a html document that is browsed as a local file in a PC. The document displays an image stored in the local disk. What I really want...
Sooby Bhattacharjee, SDSU
11-12-2003 09:40 PM
Sooby Bhattacharjee, SDSU Go to last post
0 62
Hi, any suggestions in javascript for selecting the text of a whole web page at the touch of a button without using text inputs. TIA
Persep
11-12-2003 06:29 PM
Bill M. Go to last post
3 183
Hi, I wonder if it's possible to replace standard text on confirm-popup buttons from 'ok' and 'cancel' to some other captions. If not, is there a way...
dzeeq
11-12-2003 06:25 PM
Michael Winter Go to last post
2 100
Terry Murray wrote: Have you tied <marquee> ?? Sadly Netscape 7 implements that -- Martin Honnen http://JavaScript.FAQTs.com/
Martin Honnen
11-12-2003 06:22 PM
Yann-Erwan Perio Go to last post
1 52
Hello, I would like to extend or sub-class the base HTMLSelectElement and add some custom properties and methods. So far this works to create a new...
Bill M.
11-12-2003 06:13 PM
Bill M. Go to last post
5 76
This code works perfectly in IExplorer, but in exactly the same context does not work at all in Netscape 7.x. <SCRIPT TYPE="text/javascript"...
Robert Dickow
11-12-2003 06:13 PM
Robert Dickow Go to last post
4 90
Okay, here's my problem...oh, and thanks in advance to all the help. Here's my script: <script...
Shaun McKinnon
11-12-2003 06:12 PM
Michael Winter Go to last post
3 49
Get your Server or Homepage now Choose which one you prefer. Redhat, Debian, FreeBSD, Mandrake, Windows, SUSE http://www.comserver.net
Jonathan2s6
11-12-2003 04:08 PM
Jonathan2s6 Go to last post
0 163
Hello, I have IE 6.0. To open a page from the current page I use : window.open("anotherurl"), but I want to open with a specific size (width +...
Mr. x
11-12-2003 04:00 PM
Lasse Reichstein Nielsen Go to last post
3 59
Hallo everybody, I have in my website administration pages the following script: function...
Koyan
11-12-2003 03:49 PM
Koyan Go to last post
4 60
Hi! I have a voting pool and when user hits "vote" I want a pop up to appear with results So I put in form action (window.open(.......)) and the pop...
Gordan
11-12-2003 12:20 PM
Michael Winter Go to last post
2 121
Hello everybody, Does anybody know how i make a script to make a poll? I mean a small poll when you can choose yes or...
Mario
11-12-2003 11:22 AM
Mario Go to last post
3 96
emulating php ucwords function: function ucwords(str) { return str.replace(/\b\w/gi, function(c,i,s) { return c.toUpperCase(); });
Fox
11-12-2003 11:04 AM
Lasse Reichstein Nielsen Go to last post
4 83
JRS: In article <k3d2rv8q5pib6eh2775076q9et3spqt03l (AT) 4ax (DOT) com>, seen in news:comp.lang.javascript, Nige <uYYYY (AT) ntlworld (DOT) com>...
Dr John Stockton
11-12-2003 10:25 AM
Evertjan. Go to last post
1 49
Hi folks, Does somebody know how to reload a page without moving to the top of the page ? I have tried the two following commands : 1)...
Martin RAYROLE
11-12-2003 09:39 AM
Michael Winter Go to last post
3 60
In my form, I have 4 objects that I want to work together: <input name="price" type="text" id="price" value="100" size="4"> <input name="quantity"...
elji
11-12-2003 08:43 AM
Fabian Go to last post
6 100
alert( 100 * 1.15 ); The above *should* show a value of 115. However, what I am actually getting is: 114.99999999999998 alert( 100 * 1.10 ); is...
Christoph
11-12-2003 08:16 AM
Dr John Stockton Go to last post
5 111
Why the heck doesn't document.aForm.submit() invoke aForm's onSubmit event handler? -- Christopher Benson-Manica | I *should* know what I'm talking...
Christopher Benson-Manica
11-12-2003 08:11 AM
Thomas 'PointedEars' Lahn Go to last post
3 166
Hi Martin Honnen, Thank you for your answer, I would like to use VBScript, but I don´t know how do to that, since I need to check if I have more...
Sandra Mota
11-12-2003 08:08 AM
Martin Honnen Go to last post
1 99
G'day all I'm working on a challenge given to me. The Javascript I have been given parses the user input in two ways. Firstly it generates two...
Curious
11-12-2003 08:06 AM
Curious Go to last post
10 213
Buttons down the left A, B, C, D A graphic to the right. As you hover over A or B etc the graphic on the right changes. It's a common one. Need a...
Racket
11-12-2003 08:06 AM
Racket Go to last post
0 40
I'm using OnUnLoad in my asp web pages body tag because I want to set some values if someone exits the page by means other than using the built in...
Simon Wigzell
11-12-2003 08:01 AM
Thomas 'PointedEars' Lahn Go to last post
1 149
Hi, I'd like to offer 4 versions of my website (3 foreign languages) this way: - I want the language to be detected by the browser - I want...
Charles
11-12-2003 07:43 AM
Thomas 'PointedEars' Lahn Go to last post
2 90
Is there an easy way to get a reference to a child window using javascript. Regards Clive -- Posted via Mailgate.ORG Server -...
Clive Moore
11-12-2003 07:32 AM
Thomas 'PointedEars' Lahn Go to last post
3 168
Hi I have an iframe contained withing a normal frame. The normal frame is http and the iframe is https. I need to change the style of the iframe...
Xavier Bourguignon
11-12-2003 07:29 AM
Thomas 'PointedEars' Lahn Go to last post
1 141
I wanted a progress bar for my webpage, where I have numerous embedded sounds. Can Javascript detect which ones are done and possibly how much is...
Mazin
11-12-2003 07:26 AM
Thomas 'PointedEars' Lahn Go to last post
2 69
Paul Blay hu kiteb: function ShowKanji() ...
Fabian
11-12-2003 07:18 AM
Thomas 'PointedEars' Lahn Go to last post
4 147
Is there a way to detect which object currently has the focus in javascript? "this" comes close, but isnt implemented in...
Fabian
11-12-2003 07:06 AM
Thomas 'PointedEars' Lahn Go to last post
9 111
Hi I would like to change the style of a frame within itself by clicking a button, is this possible, how is this accomplished? thank you
Xavier Bourguignon
11-12-2003 06:59 AM
Thomas 'PointedEars' Lahn Go to last post
1 113
Hi all, I´m new on these stuf and.... I´m running this JAVASCRIPT code in my ASP page and I´m getting the error: Safety settings on this computer...
Sandra
11-12-2003 06:30 AM
Martin Honnen Go to last post
1 135
comp.lang.javascript FAQ - META - 7.9 - 2003-06-30 1 meta-FAQ meta-questions 2 comp.lang.javascript tips 2.1 Which newsgroup deals with...
FAQ Poster
11-12-2003 05:59 AM
FAQ Poster Go to last post
0 67
Ikke wrote on 10 nov 2003 in comp.lang.javascript: "underneath the other": I don't think so. The menue is clipped in its frame, like all...
Evertjan.
11-12-2003 03:15 AM
Evertjan. Go to last post
2 75
I have a smart folding menu tree as pictured below Home Why What How Who What's Next The "Why" "What" "How" etc are links to Why.asp, What.asp,...
Karthik.S
11-12-2003 02:00 AM
Fabian Go to last post
3 66
Hello, What's up with this? I've got a <td id="container"> and want to set the text in this cell like .... var container =...
Bill M.
11-11-2003 09:01 PM
Bill M. Go to last post
3 99
There has to be an answer out there somewhere for this, but I couldn't find it in Google anywhere. I have a page with two IFrames. In IFrame#1 I have...
Steve - DND
11-11-2003 07:55 PM
HikksNotAtHome Go to last post
2 60
"Mike" <mike{removeToemail}@synovic.com> wrote Thanks Mekon
Mekon
11-11-2003 07:16 PM
Mekon Go to last post
0 51
Platform: Windows 2000, IE6, msxml 4 Language: Javascript, client-side <Problem>: I'm using the xmldom.load() function to load a .xml file from...
matt
11-11-2003 04:08 PM
matt Go to last post
2 61
hi! when I'm using the window.open javascript command, a new IE window pops up. But when I try doing the same on another computer, the first window...
Obscurr
11-11-2003 04:04 PM
Rainer Rosenberger Go to last post
4 164
Ok, in one line I have the following: <a href="#" onclick="window.open('http://somesite.com','bigwin','width=600,height=400');">Link</a> Once that...
Sugapablo
11-11-2003 03:47 PM
Thomas 'PointedEars' Lahn Go to last post
2 82
I was wondering how you create a standard login dialog box that is commonly used before you can enter some sites. It asks for a user name and...
Antonio Delgado
11-11-2003 03:40 PM
Thomas 'PointedEars' Lahn Go to last post
5 112
I have a form where I need to set the radio button according to the user's input. For example, if the user enters 21 or greater, I need the adult...
Alan Badia
11-11-2003 02:52 PM
Michael Winter Go to last post
1 99
Hi, Why would you use = = instead of =? What's the difference between ++J and J++? Many thanks --
Dan
11-11-2003 02:48 PM
Douglas Crockford Go to last post
6 187
LoserInYourFaceEngineer said: Recursion won't work when all of your variables are global. Use the "var" keyword to declare them as local variables.
Lee
11-11-2003 02:20 PM
Matt Edelman Go to last post
1 59
newFieldElement = document.createElement( 'INPUT' ); newFieldElement.onblur = new Function( "calculatePremiumOptionTotal( this );" ); In my...
Christoph
11-11-2003 02:05 PM
Christoph Go to last post
0 59
Hi, I have a tree like structure build with javascrtip and loads of iframes. How can find the complete 'frame-path' to the frame that focused? I'm...
Cactus
11-11-2003 01:22 PM
Cactus Go to last post
3 97
I did exactly what you said and it works. My only regret is that I have to declare this variable imageURL in every page that use this script. But...
thomas
11-11-2003 12:24 PM
thomas Go to last post
0 54
The user has come back to my page - and I have session data held in hidden form fields that I want to restore. Getting these values using Javascript...
Tim Tyler
11-11-2003 12:20 PM
Richard Cornford Go to last post
3 66
I'm trying to calculate the cubic root of a fonction, what syntax should I use? Thanx PHIL
Philip KOCH
11-11-2003 11:29 AM
Dr John Stockton Go to last post
2 297
Post New Thread

Display Options
Showing threads 28651 to 28700 of 31961
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.