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     
The following syntax is what I found under the Help in Excel's VBA Editor (you may refer to it for the details of each parameter). i specified to...
Derek Richards
10-22-2003 12:52 PM
Tom Ogilvy Go to last post
4 85
I have a function that is passed a id number called templateid. The value is an identifer of a form element. To get the value I want I would use the...
Chris Hughes
10-22-2003 12:46 PM
Lasse Reichstein Nielsen Go to last post
3 42
I'm getting a bit confused, it seems a checkbox object only has a length value if there is more than one checkbox of that name, 2 checkboxes...
Mark Anderson
10-22-2003 12:10 PM
Mark Anderson Go to last post
6 77
I am having trouble (using IE6, with Windows), in using certain ids for my html elements. id="c" works fine. So do most one-letter ids. ...
Nick Wedd
10-22-2003 10:32 AM
Nick Wedd Go to last post
8 109
Hi The following functions are working propery for IE, Ns 4.x and NS 6+ but the image I want to display disappears in IE. Why? function...
Ken Tuck
10-22-2003 10:17 AM
Richard Cornford Go to last post
2 181
What would be the best way to convert a month number to its corresponding string? I.e, 3 -> 'March'. Is there a builtin function or must I use...
Christopher Benson-Manica
10-22-2003 10:13 AM
Dr John Stockton Go to last post
2 67
Hi, I have a structure like this in my xhtml 1.0 file. <body> <div> <a> <img ... id="f1" /> <span>....</span><br/> <span>....</span> </a> ---> <div>
Sergio del Amo Caballero
10-22-2003 10:07 AM
DU Go to last post
2 79
"D o t A u" <spam69 (AT) tpg (DOT) com.au> wrote If it was a syntax error you would have an error message with a line number. The main problem...
Richard Cornford
10-22-2003 09:50 AM
Richard Cornford Go to last post
2 103
I want to enable a href back button using JavaScript This does not work..... <A HREF="javascript:if (window.back) window.back()">Back to...
JeffP
10-22-2003 09:28 AM
JeffP Go to last post
2 85
Hi, I'm using the following script to pass 3 variables to my next form. function Anomaly(typeIn,idIn,textIn) { var sType = 'type=' typeIn var sIdNo...
KathyB
10-22-2003 07:35 AM
Stuart Palmer Go to last post
3 48
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
10-22-2003 06:59 AM
FAQ Poster Go to last post
0 35
Whats wrong with this? top.document.frmMain.tabMain.border = "1"; thanks
Harry
10-22-2003 06:47 AM
kaeli Go to last post
9 68
Hello, if i have frameset frame name=A frame name=B How can i target all links in A to B? Via a script in the frameset? (i can only code the...
Lars Vatland
10-22-2003 04:06 AM
Stuart Palmer Go to last post
1 64
I've got a long commaseparated string that I want to put into an array. Is thera an easy way of doing this with javascript? I think this is called...
Obscurr
10-22-2003 03:47 AM
Laurent Bugnion, GalaSoft Go to last post
1 90
Hi guys, i have a problem with a 2 frames' page in the left frame i created a menu that uses the following javascript code: <SCRIPT...
Netboy
10-22-2003 03:00 AM
Netboy Go to last post
0 65
Hi all, I'm very newby in javascript world.... So, where can I found a help guide? Something like a javascript.hlp, or javascript.chm, would be very...
Gustavo Oliveira
10-22-2003 02:10 AM
Hywel Jenkins Go to last post
1 138
Does anybody have a simple script that let's me popup a picture from a thumbnail? The ones i found are all very very complicated and messy in the...
Wentink
10-21-2003 06:29 PM
DB McGee Go to last post
1 60
This javascript is meant for learning language vocabulary, specifically colours on this example. However, when I use images in the mtWord array, it...
Fabian
10-21-2003 05:36 PM
Fabian Go to last post
2 40
If a link is targeted to an iframe, can the linked page do anything to NOT appear in the iframe? My efforts to make the linked page pop up a window...
boyscout
10-21-2003 04:50 PM
Lasse Reichstein Nielsen Go to last post
4 91
I have a popup window with a form: The popup window is opened like this: <SCRIPT LANGUAGE=javascript> window.open('primos.html', 'primos',...
Person
10-21-2003 04:38 PM
Lasse Reichstein Nielsen Go to last post
1 43
On a page I'm offering file download links which are each targeted to an tiny 1-pixel X 1-pixel iframe on the same page. (If you care why,...
boyscout
10-21-2003 03:07 PM
kaeli Go to last post
1 64
Hi I am using the following code to create an image viewer for multiple images. var pageImage = document.images; var image = new Image(); var args =...
Charlie
10-21-2003 02:55 PM
Frank Go to last post
1 72
hi everybody let me say right from the start .. I´m not a coder ... "just" a designer! that said .. here is my question: I´m using dreamweaver´s...
MALdito
10-21-2003 02:46 PM
MALdito Go to last post
7 81
Hi, Did someone know where i can find a script to put a "Scratch Game" on a page. I need to make a game on our site, each time a client scratch we...
André
10-21-2003 10:53 AM
Stuart Palmer Go to last post
1 61
What is the difference?
Jason Cook
10-21-2003 10:28 AM
alu Go to last post
3 45
I've got a page with DB data displayed, and a link beside each record to update the corresponding record. When the update icon is clicked, a popup...
nathan
10-21-2003 10:21 AM
nathan Go to last post
3 46
Is there a better way to insert the selected pages in the frames at this website? www.vasantcorporation.com Right now it works except google.com...
George J Bugh
10-21-2003 10:21 AM
George J Bugh Go to last post
0 50
If I do . . . myForm=document.tstForm; function initialSetup(){ myForm.fld01.value="Test 01" myForm.fld02.value="Test...
Jason Cook
10-21-2003 10:20 AM
steve stevo Go to last post
2 111
Hello: I found a script for a simple multiple choice quiz that I would like to tailor to a quiz that I want to post on a website. The quiz I want...
C. David Rossen
10-21-2003 09:58 AM
Guy Roydor Go to last post
4 114
I'm writing a library where I want to override document.write(), but for all document objects; thus, I want to put it in the prototype. I...
James Marshall
10-21-2003 09:44 AM
Richard Cornford Go to last post
9 43
Hello, I would like to simplify the following script (in a single...
Guy Roydor
10-21-2003 09:20 AM
Guy Roydor Go to last post
3 158
Anybody know how to modify this script to return to the HTML page from which it was launched? <script...
Tom
10-21-2003 09:06 AM
Tom Go to last post
5 51
how to hide href links (url) from user that can be seen in status bar ?
brian
10-21-2003 08:36 AM
Stuart Palmer Go to last post
4 116
Hi, I wonder if the following is even possible : Suppose I have a page with a set of hyperlinks on it. Each time a hyperlink is clicked a new...
phoenix
10-21-2003 08:06 AM
phoenix Go to last post
2 80
If a link is targeted to an iframe, can the linked page create or do anything that is NOT constrained within the iframe? I have links targeted to a...
bear
10-21-2003 08:02 AM
bear Go to last post
0 53
Hi all, How can I close a child window from the parent window, even if I don't know the child's name? I hope there's something like a window.childs...
Tim
10-21-2003 07:11 AM
Lasse Reichstein Nielsen Go to last post
5 65
I'd like to do something like this, where the script checks to see if an option exists: if (document.formname.selectname.options) != NULL) { do...
Keiron Waites
10-21-2003 07:01 AM
Lasse Reichstein Nielsen Go to last post
1 42
I have a routine that creates a page with 2 sets of tables with divs around them. Each div tag has a name. The first set of tags are as follows div...
Chris Hughes
10-21-2003 06:54 AM
Lasse Reichstein Nielsen Go to last post
3 47
Hi NG!! Ich habe einen DIV (Breite 100%) der einen anderen Div enthält. Dieser DIV hat eine feste Breite. Ändert sich die Fenstergröße möchte ich...
Misery
10-21-2003 05:32 AM
Misery Go to last post
0 56
Hi, I have two select fields with the multiple attribute so you can see all options. When a user clicks on one form, I would like to deselect...
Keiron Waites
10-21-2003 05:24 AM
Keiron Waites Go to last post
1 48
I have found this nice little menu. http://www.bigbuddha.be/test/menu.html When i click on "folknieuws" there is only 1 item, so i dont need it...
bigbuddha
10-21-2003 04:06 AM
bigbuddha Go to last post
2 92
meta refresh tag is failing , it is supposed to go to the entry1.htm site which is the flash swf file but it doesn't check code...
kevin
10-21-2003 01:27 AM
kevin Go to last post
3 44
This will give me the source of the current page. <a herf="javascript:document.location = 'view-source:'+document.location">testpage.htm</a> I want...
John Taylor-Johnston
10-20-2003 10:21 PM
Thomas 'PointedEars' Lahn Go to last post
5 50
This problem centers around the basic character/line count problem most people have asked and have received numerous responses to. However, my...
Roderick Thomas
10-20-2003 07:57 PM
HikksNotAtHome Go to last post
1 47
Semantic Designs has extended its pure JavaScript obfuscator to also handle ASP files with either client or server-side JavaScript. A beta is...
Ira Baxter
10-20-2003 04:54 PM
Ira Baxter Go to last post
0 41
I am using .NET to write out the code for the windows media object and the only problem is that it always loops and does not stop and the end of...
Earl T
10-20-2003 04:33 PM
Earl T Go to last post
0 43
Hello, I'm extremely puzzled; I cannot figure out what I'm doing wrong. Here's the situation. I would really appreciate any suggestions. I'm...
Tim
10-20-2003 04:27 PM
jon Go to last post
1 50
Hi all, I am a newbie to javascript. Please help me with this.... I have problem accessing subelement tag content from parent tag in javascript. I...
P G
10-20-2003 03:55 PM
Janwillem Borleffs Go to last post
1 46
Hi All! I have the following code in an asp page whose language tag is: <%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%> // Find request variables. var...
Robert Mark Bram
10-20-2003 03:36 PM
Lasse Reichstein Nielsen Go to last post
15 87
Hey all, I'm trying to get a java bookmark to work from my browsers address field which is supposed to send a prefix + reload the current page from...
splatter
10-20-2003 02:50 PM
splatter Go to last post
5 53
Post New Thread

Display Options
Showing threads 28801 to 28850 of 31657
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.