15,120 Topics

Member Avatar for
Member Avatar for jo22

Hi, i am writing a questionnaire in javascript to which I want to create questions that are dependent upon each other, and so are only displayed according to how a user answers a particular question. question 1 reads like this... <div class="start" id="main"> <form name="eBayform"> <h3>1) Do you have a …

Member Avatar for campkev
0
122
Member Avatar for Aperson

can somebody please help me with some javascript please. I want an active users online code that will display the active users inside a marquee so it scrolls the names. any help with drafting such a code would be greatly appreciated. thanks :)

0
85
Member Avatar for aparnesh

Does anyone know any good javascript forum (something like this forum) where I can search for answers to my problems and post any problems that I face ?

Member Avatar for aparnesh
0
152
Member Avatar for Swapna Nair

Hi, This is my first question to the forum. I am developing a table which gives/lists all the configured items of a network element. Some of the column data are too large i.e, more than 60 characters. I am exploring on making all the columns in the table resizable( i.e. …

Member Avatar for Swapna Nair
0
202
Member Avatar for montysden

Hi My name is Phil and I live in Lincolnshire.UK. I've been designing websites mainly as a hobby for 2-3 years mainly using Frontpage 2003. I'm very interested in getting to grips with Javascript and have just bought a few second hand books to study and put into practice. The …

Member Avatar for Dani
0
62
Member Avatar for ArtChess

Hello Ladies and Gents, I hope everyone is doing well as they receive this message. If anyone knows some basic html language and can assist, it would be much appreciated. I will take them out to dinner at their choice of restaurant. Basically there is a file that we house …

Member Avatar for DaveSW
0
107
Member Avatar for JanetBruten

Hi, I'm having problems with IE6 compatibility for a website I am building. I have a simple script that opens a new window. It works fine in Firefox, and with Netscape if the appropriate tab settings are made. But not with IE6. I assume it is something to do with …

0
92
Member Avatar for Naters_uk

Sessions DO NOT end when a user closes their browser. There is no communication with the server when a browser is closed so there is no way the server can know to end the session. The same is true when you leave the site for another. Again no communication takes …

Member Avatar for tgreer
0
118
Member Avatar for MrScruff

Hello! I'm trying to place a google search bar on the right hand side of my header. So my logo is on the left and search is on the right. So I've got a table with two columns, logo in one and search in the other. But for some reason …

Member Avatar for MrScruff
0
159
Member Avatar for sevan

Hi...new here. Found this site while searching for an answer. While a novice mainly, I am as good as it gets for my workplace, a not-for-profit in central Indiana. Anyway, a few eeks ago I stumbled across a code snippet that could be inserted in email that, when opened, the …

Member Avatar for s1phrx
0
235
Member Avatar for GR Web FX

Hey people I currently have some rollover buttons.....very simple....text turns from grey to red when the mouse moves over the button. I did this through dreamweavers rollover option. But i what i want to achieve in addition to this is, when the mouse rolls over the button and turns the …

Member Avatar for greghuston
0
207
Member Avatar for stupidfly

I want to be able to open a new window with simple html, like this: [INLINECODE]<a href="file.htm" target="_blank">click here</a>[/INLINECODE] I want to then put javascript in the header of that new file that takes off attributes such as toolbars or scrollbars. This has to be possible. Thanks.

Member Avatar for stupidfly
0
139
Member Avatar for Samir

I'm using the following function to modify tags used for mouseover text:[code]function delHoverX() { re = /(\bdsc00001\b)/i; imgTags = document.getElementsByTagName("img"); for (i=0; i<imgTags.length; i++) { if (re.test(imgTags[i].title)) { origTitle = imgTags[i].title; origAlt = imgTags[i].alt; imgTags[i].title.replace(re, "$1"); imgTags[i].alt.replace(re, "$1"); if (origTitle == imgTags[i].title && origAlt == imgTags[i].alt) { imgTags[i].title = "same"; …

Member Avatar for f1 fan
0
134
Member Avatar for jeepj27

Hi All - I am currently using a Javascript for a pop up window that enlarges a thumbnail picture. I wish the POP UP window image to be LINKABLE - that is on mouseover of IT, goto a new window URL - Any help would be extremely appreciated!!! My Current …

Member Avatar for f1 fan
0
147
Member Avatar for ramamoorthy

I've created checkbox and added events to it through js file which is included in the jsp. It works fine in IE but not in Mozilla Firefox 1.5. This is the code fragments. displayCheckbox.name = "Add_" +productid; displayCheckbox.id ="Add_"+productid; displayCheckbox.onclick = EventProducer.registerEventHandler(this, 'toggleSelected', [displayCheckbox, displayLI]); displaySpan.onclick = EventProducer.registerEventHandler(this, 'clickCheckbox', [displayCheckbox]); …

Member Avatar for Drew
0
95
Member Avatar for SynReaper

I have been searching for what seems to be forever now for an all-inclusive resource site that can provide information on embedded video controls using javascript. I have seen many sites that use javascript to control such video functions as play, stop, subtitling, and first-frame image. Can anyone possibly direct …

Member Avatar for plazmo
-1
458
Member Avatar for martinkorner

I want to put a form on my website which will work on any browser and preferably doesn't make the user have to see the e-mail and have to click send. If this isn't possible I would just like a form for my website which will work in internet explorer …

Member Avatar for martinkorner
0
217
Member Avatar for abhinaynagpal

<html> <head> <title>frame and button</title> <script language="Javascript"> function sho(form) { document.writeln("click click boom!"); alert("clicked!); form.tex1.value="abc"; } </script> </head> <body> <form name="cosine"> <input name="tex1" type="text" value=" "><br><br> <input name="button1" type="button" value="click" onClick="sho(this.form)"> <input name="reset1" type="reset" value="clear"> </form> </body> </html>

Member Avatar for plazmo
0
163
Member Avatar for plazmo

below is my external javascript code and testing page. for this im just using settimeout to loop increment and write out a value. on the first loop everything works corrrectly. on the second loop everything gets erased and only displays the text i wrote. i can run other scripts fine …

Member Avatar for tgreer
0
139
Member Avatar for aish

In my asp.net c# web app. I have 10 text feilds. I want to avoid duplicate same value in this text feilds. how I can do this using javascripts. :cry:

Member Avatar for aish
0
131
Member Avatar for Phaelax

I have the following code which changes the background image of table cells when mouse over. It only seems to work in IE. I don't think it worked in Safari either. [CODE] function menuRollOver(tID) { tID.background="images/menu_highlight.gif"; } function menuRollOut(tID) { tID.background="images/menu_normal.gif"; } [/CODE] Some html for my table cell: [code] …

Member Avatar for f1 fan
0
74
Member Avatar for H2ofield

Hello, I'm attempting to create a page on my company website that lists products in my inventory. I've created a[URL=http://www.thepiezoexchange.com/mercury_inventory.htm]simple page[/URL], but need to create the scripting to make it do the following: 1. When the customer enters a quantity in the form field next to the part number(s), the …

Member Avatar for tgreer
0
370
Member Avatar for Horsigrl

We are running Windows 98, Walmart Internet with a dial up modem. For a few months now our Internet Explorer does not work. When we open it, this is what we get in return... The page cannot be displayed The page you are looking for is currently unavailable. The Web …

Member Avatar for swatkat
0
136
Member Avatar for redsabre

I wan't to be able to have a list of birthdates advance by one digit when that particular persons b-day rolls around. Is there a simple script out there that I can apply here? Thanks in advance, rs

Member Avatar for redsabre
0
209
Member Avatar for aish

I'm working on asp.net c# web app. in my form I have Text Area and button. when I click the button I want to remove selected text from the text area (not all text only selected text.) how can I do this? can I use javascript for that if so …

Member Avatar for tgreer
0
97
Member Avatar for ksknagaprasad
Member Avatar for toBeOnoT toBe

Hi all, Hope u guys can help.Im having trouble of converting a html file containing javascript to aspx file. The display is ok in html extension but after ive converted it to aspx, the file is unreadable. There is only an error message saying that the `The active shcema does …

0
30
Member Avatar for A Monkeys Uncle

First I noticed images within the div tags aren't appearing in my Firefox browser. Also, I have a videogame website, and I'm having trouble with it. There is too much space at the bottom of the home page, and I can't seem to rid of it in Dreamweaver. I'd appreciate …

Member Avatar for tgreer
0
260
Member Avatar for Glynis

I haven't learned how to do my own javascript but I have some snips from the HTML editor I use (1Page). I'll like to insert some of them into my pages (which I know how to do) but as an external linked file. Is there an easy way to do …

Member Avatar for tgreer
0
155
Member Avatar for vangraan

I was browsing around and came by this site and saw a very cool effect. [url]www.mininova.org[/url] Type a letter in the search box and they display the most recent results by other users. What is the best way going about getting this effect. I havent looked into AJAX yet. Is …

Member Avatar for vangraan
0
86

The End.