473,543 Members | 2,434 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Javascript Forum

JavaScript web scripting language - Ask questions about JavaScript development, jQuery, Vue, React, the DOM, cross-browser scripting, event handling, OOP, cookies, client-side form validation, built-in objects like Date, String, Array and Object, performance and more.
6
2,142
thread by: Terry | last post Jul 20 '05 by: Richard
Hi, I hope this problem I ran into has an easy fix. I created a menu bar for my page using Sothink DHTML Menu 4.1 which created javascript file. I also add a small slide show on the page using javascript and the javascript is embedded in this page's HTML. Everything works perfectly with IE. However, Netscape (4, 6, 7) can't see the...
1
6,568
thread by: Alain | last post Jul 20 '05 by: Hywel Jenkins
Hello, I would like this script to work from up to down (reverse direction) : http://www.sites-web.com/temp/vscroll_down_up.html Many thanks :) Alan <html>
8
4,069
thread by: Jonas Daunoravicius | last post Jul 20 '05 by: Peter
The subject pretty much sums up what I need to do. Here is what I have so far, but still can't figure out how to get it working: <script language="javascript" type="text/javascript"> function fillForm() { // split the query string into pieces var qs = location.search.substr(location.search.indexOf("?")+1); qs = qs.split("&"); alert(qs);...
1
2,851
thread by: Jozua | last post Jul 20 '05 by: Dr John Stockton
Hi Can anybody please help. I require a user to select a date on a JavaScript calendar. Based on the date selected by the user the system must determine which YEAR and WEEKNUMBER the user has selected. Does anybody have a "readymade" that can do this? Thanks
1
3,880
thread by: kicksave | last post Jul 20 '05 by: kaeli
I've run across an interesting issue. On my development server (a Windows 2000 box), the onload event inside the <body> tag on .asp pages will not fire. Even if I take the time to build a "function window_onload()", the .asp page seems to ignore it. However, when I place the same code on my production server (also Windows 2000 Server) it...
1
1,653
thread by: Paul Gorodyansky | last post Jul 20 '05 by: Lasse Reichstein Nielsen
Hi, The following page's JavaScript does not work in Netscape 7.1/ Mozilla 1.3+ (that is, an image does NOT appear if one chooses a keyboard layout): http://www.microsoft.com/globaldev/reference/keyboards.aspx Is it a bug in Netscape/Mozilla JavaScript implementation? --
2
4,286
thread by: vbAlex | last post Jul 20 '05 by: Fred Serry
I've tried everything, looked through all the faqs and everything, looking for a way to remove the 1px dotted border from around active links... tried a:active { border: 0px solid black; } but, to no avail... does anyone know how to get rid of the borders?
10
4,097
thread by: Frances Del Rio | last post Jul 20 '05 by: Richard Cornford
pls, why is this not working? <SCRIPT language=JavaScript type="text/javascript"> var br = '<SCRIPT language=Javascript' br += 'src="js_pop.js" type="text/javascript">' br += '</SCRIPT>' var op = '<SCRIPT language=Javascript' op += 'src="js_pop-op.js" type="text/javascript">' op += '</SCRIPT>' if (navigator.userAgent.indexOf('Opera') !=...
1
1,910
thread by: Ken Kast | last post Jul 20 '05 by: Richard Cornford
I want to insert a DIV that will display after all the HTML in the document. To what node should I append this new node? Ken
2
5,365
thread by: Mokoena | last post Jul 20 '05 by: brucie
How do I get radio buttons to work in HTML, so that only one in a group can be selected at a time? How do I get the value returned from them? How do I reference them in JavaScript? What value is returned? Muchos Gracias.
3
2,956
thread by: MAL | last post Jul 20 '05 by: Jim Ley
Hi I need to Replace the current entry in the History list with a new randomly genrated URL BEFORE following the link being clicked. I want to use the onclick property, replace the current History entry witha new one, then follow the link being clicked which generates a new history entry. Then when a user clicks the back button they will...
4
1,947
thread by: Stephen Poley | last post Jul 20 '05 by: Stephen Poley
Apologies if this is a silly question, but Googling on the archive didn't produce any answers. I have a piece of inline Javascript which works as expected in IE 6, Opera 7, Mozilla and NN 4. In the interests of keeping my pieces of script together, I changed it into a function and called it thus: <SCRIPT type="text/javascript">...
1
6,057
thread by: Nick D. | last post Jul 20 '05 by: Perrin
Hi All! I hope there's someone that might be able to help me with this...I'm a designer, not a developer, so i hope this isn't TOO basic. Basically, I have a topbar that's a simple JPG image that I would like to put at the top of a web page...is there any way to make that image resize to fill up the whole browser window regardless of screen...
4
11,029
thread by: ben | last post Jul 20 '05 by: Stuart Palmer
Hi, I made a form for sending mails to me. But before the mail is sent, the name must be filled, and as long it's not done, the same message must appear. I tried with different way (submit inputbox, button inputbox, action in jscript, action in the form definition line ...) See the code: <script language=javascript>
1
1,975
thread by: Moi | last post Jul 20 '05 by: Stephen Poley
Hi i try to make simple DHTML menu but i have any little problem :-( The problem is..... i hide the body of the menu when mouse is (normaly) out of the body...but.... the event onmouseout is generated when the mouse out from one of the entry of my menu...... someone can help me to understand why ????? look this is my code: <html>
5
5,729
thread by: Draken | last post Jul 20 '05 by: Draken
I have a function in the head section of a html and call it from a radio button with onClick="menu();" but IE tells me that the object doesnt support this method or property. What is the problem with that? I have tried numerous ways around it but to no avail. <head> function menu() { for (i=0;i<=2;i++) { if...
2
4,836
thread by: Joe | last post Jul 20 '05 by: Richard Hockey
Can you and if you can, how do you access these variables? Im running on a apache-server/win2000 I guess this is a typical newbee question, but I am a newbee so hopefully you will bare with me.. Joe
3
10,963
thread by: Ethan | last post Jul 20 '05 by: Ethan
I have a form that contains sets of checkboxes. Each set has links above it marked "Check all" and "Uncheck all". The links call JavaScript functions. Here's the problem. When you click "Check all" and it's near the bottom of the page, the page is RELOADED and the user winds up looking at the top of the page. Sure, all the boxes are...
2
5,237
thread by: Joe | last post Jul 20 '05 by: Joe
having this script: ------------------------------------------------------------------- <script language="JavaScript" type="text/javascript"> <!-- function isanumber() { var antal = document.insert.antal.value; var isanumber = /^+$/; if(isanumber.test(antal)) {
2
4,543
thread by: Ethan | last post Jul 20 '05 by: Ethan
This is a clarification of a previous message, which was not expressed very well. I have a set of checkboxes near the bottom of the page and a function that checks or unchecks all of them. But when the function runs, the window scrolls to the top of the page. How can I set my checkboxes but leave the window's scroll position exactly where...
1
2,245
thread by: IVer Erling Årva | last post Jul 20 '05 by: Richard Cornford
I have a frameset where one frame contains a menu and the other the screens where the contents change depending on what the user clicks in the menu. Is there any relatively easy way to give the user a warning that changes should be saved and will be lost unless doing so when she or he clicks an option in the menu. This should of course only...
2
5,882
thread by: w i l l | last post Jul 20 '05 by: Douglas Crockford
I am beginning JavaScript, expect to see me in here a bit more over the next few months :) I am currently writing some HTML with JavaScript. As you know HTML has many double quotes ( " ) when declaring attibute values, I know in some cases quotes are optional, but I like them. Here is something I've been playing with , it works, but in my...
2
2,106
thread by: Cindy | last post Jul 20 '05 by: Stephen Poley
hi, Would appreciate if someone could point me to a website to find a javascript that could perform the following: when cursor move to a word E.g. Introduction and a small screen pop up displaying the details. It must be able to work in both IE 6 above and NS 6 or 7 or above. Thank You.
4
1,702
thread by: Draken | last post Jul 20 '05 by: Markus Ernst
I have a menu of radio buttons with the name myform (thank you to Evertjan. for your help with my other problem, I have no idea where the error was but I worked through it from your advice) pretty much one of them HAS to be selected (it would be hard to avoid it) and my loop cycles through until if finds the checked button... as I have no way...
1
9,725
thread by: Espen | last post Jul 20 '05 by: Laurent Bugnion, GalaSoft
I have this code.. But I get this message: "The activeX-component can not established the object: scripting.filesystemobject? Do you know what is wrong? function writeToFile(){ var TristateFalse = 0; var ForWriting = 2;

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.