14,053 Topics

Member Avatar for
Member Avatar for MMX

Hi, I`m writing a mod for a forum but I`m getting an error with a piece of Javascript which checks the length of text typed into a text area. The error only happens in IE and not firefox/mozilla This is the JS [code]<script type="text/javascript"> function check_length( l_max , textBox ) …

Member Avatar for js-x.com
0
141
Member Avatar for beckerc

I do not know if this is even possible in this language, but here goes: I am looping a recordset that has been returned for update. the problem is I have many records that can be returned, so when i submit my form, I get an error because it does …

Member Avatar for beckerc
0
144
Member Avatar for tipsydesign

I have a small javascript program that basically asks a user 60 questions. Each question answer a or b, and right now it has it set up for an onclick, the variables associated with each answer increase one. The problem I have obviously, is if the person clicks on one, …

Member Avatar for beckerc
0
167
Member Avatar for andrewkooi

Greetings, I have 16 links for my horizontal menu navigation as you can see in my website [url="http://www.singakad.com"]www.singakad.com[/url] and at present, I am using a table and javascript for this menu. Is it possible for me to create a submenu for certain cells in this horizontal menu? How do I …

0
143
Member Avatar for ep2002

Hi all, I'm trying to understand the differences between the 2 & whether it's worth the headache finding someone who can do xml, or should I just leave my site to be coded in html & CSS? Even JavaScript seems to be an issue b/c not all people have JS …

Member Avatar for DaveSW
0
201
Member Avatar for siddartha_pal

I have cretaed a menu using div tag.This div tag has a table in which rows are populated for menu. Below that there is a flash embedded.The same code runs fine in IE,but the code doest not work on Netscape 6.1,though I have installed the plugin required for the same.Any …

Member Avatar for siddartha_pal
0
199
Member Avatar for talknerdytome

Hi, I am trying to put [B]message boards [/B] (much like the ones on this site) on my site...is there a [B]javascript code or a website to go and get them?? [/B] I'm very new to this, so I'm not sure exactly where to start. Any help is very much …

Member Avatar for talknerdytome
0
250
Member Avatar for Britches

I'm in the process of developing my companies intranet and have decided to create a dhtml menu, I'm not an advanced dhtml coder and am having problems linking my menu with the javascript code. I'm quite sure the code is correct, however my frames page is now just showing the …

Member Avatar for Britches
0
301
Member Avatar for defens29

hello, my 1st post.... i want to have a blinking cursor at the end of a sentence on my site. just like the blinking cursor on this page. does anyone know how to do this? i cant figure it out. im a rookie at website design so please dont get …

Member Avatar for samaru
0
1K
Member Avatar for root

[i]HTML Complete [/i]is a one of a kind computer book, valuable both from its broad contents and its low price. This book contains the essentials you need to know about creating and modifying Web pages with HTML. With [i]HTML Complete[/i], you'll learn all about Web publishing, working with HTML, designing …

1
134
Member Avatar for bboyle

When I disable my webpage the text in my edit fields duplicates. e.g. ABC changes to ABCABC. THis only seems to happen when I have my edit fields in a <table>. A sample of my code is provided. I'd appreicate any help. Thanks, B. [code] <html> <head> <title>Test</title> <script type="text/javascript"> …

Member Avatar for bboyle
0
360
Member Avatar for evilmonkey29

I have a web page that's seperated into basically two columns: The left column has two subsections, one being the menu (part of index.html) and another one underneath being a frame labeled 'sub'. Sub's scrolling is always off, as set by index.html. On the right column I have a frame …

Member Avatar for Dani
0
177
Member Avatar for Roberdin

I have a marquee which will slow down on mouseover. [code]<marquee behavior="scroll" scrollAmount="6" onMouseOver="this.scrollAmount=1" onMouseOut="this.scrollAmount=6" onMouseDown="this.scrollAmount=0" onMouseUp="this.scrollAmount=1"> Some links and other stuff here... </marquee>[/code] However, it is annoying, becuase I don't want the marquee to slow down unless the user moves over a link. Does anyone know how I can …

Member Avatar for Roberdin
1
547

The End.