15,120 Topics

Member Avatar for
Member Avatar for roryt

As you may have probably gathered Javascript isn't my strong point ;) I want to be able to swap a class of one div when a link is in the :hover state. Therefore I should be able to swap a background image. Thanks for you help.

Member Avatar for roryt
0
88
Member Avatar for DavidB

Here is a basic question (I thought I knew how to do this, but apparently not). (I am using Firefox 2.0.0.4, in case that is a factor). I am writing a Javascript page and want one of the text fields to default to a blank when the page is reloaded. …

Member Avatar for ~s.o.s~
0
123
Member Avatar for Spycat

Hello, I am running a homeowner's association website (1 page only). The manager asked if I might be able to allow her access to make announcements from time to time. I think this would be a good idea, but I don't want to give her carte blanche access to the …

Member Avatar for Resonate
0
120
Member Avatar for shockeye

My company provides a property listing service that is implemented via javascript and an iframe. This particular case is a lot more customized than most, passing variables from our site to their URI for more seamless integration (usually we just pass all URI variables in the iframe). Here's the unexpected …

Member Avatar for shockeye
0
124
Member Avatar for thornside

I have two frames. The links in the left frame open up in the right. I would like to know if it is possible when clicking on links in the right frame, to put focus on the corresponding link in the left frame. Thanks in advance.

Member Avatar for digital-ether
0
113
Member Avatar for Shamail

Hi, I am trying to create a web based text editor(the one just like in yahoo mail) and the feature i am trying to implement is of highlighting the text with different colors as you can do while composing email in yahoo.. can anyone please help?? Thanks,

0
58
Member Avatar for Racoon200

Iam making a game, the error is that in the "d" loop (for...) the value "holeBalls" stays always the same. [code] for (d=holeNum;d<=holeBalls;d++) { document.getElementById('hole'+d).value++ } } [/code] what i want is that holeBalls here, gets the value of "'hole'+id" because now what happens is that (this is a kalah …

Member Avatar for Racoon200
0
101
Member Avatar for tehgreatmg

I need help with writing a hit counter in javascript. I am new to weboage design so I really dont know how to go about doing this.

Member Avatar for digital-ether
0
941
Member Avatar for MetalHobin

I couldn't find a userscript for greasemonkey that removed that pesky banner at the top of the page, so I wrote this one, I've made it available here [URL]http://userscripts.org/scripts/show/10228[/URL]

Member Avatar for digital-ether
0
86
Member Avatar for loquela

Hi there, I've been using PHP and MySql for some time now but I am quite new to Javascript. I would like to know how it is possible to insert data stored in a MySql database into Javascript code. For exmple, I am working on a travel guide site and …

Member Avatar for digital-ether
0
937
Member Avatar for akash_msrit

hi, i have a jsp page, in this page i am displaying data retrieved from mysql database. Now [B][U]the problem is i must color table cell based on cell value[/U][/B]. how to implement this.please give me an sample or working code foe this problem.( any code is accepted) preferably html …

Member Avatar for ~s.o.s~
0
96
Member Avatar for bball7210

All, I am currently developing a UserJS "plug-in" for Opera in Linux using verision 9.21, build 641. I have encountered some bizarre problems and have been able to isolate and reproduce one using the code posted below. The basic issue throughout my code (and reproduced below) is that a command …

Member Avatar for ~s.o.s~
0
106
Member Avatar for sasi81

Hello everyone.. I have a problem i.e., unable to register an ocx file from server.The sample code is enclosed. Could anyone pls help me out.. <HTML> <HEAD> <TITLE> Draw a Square </TITLE> </HEAD> <BODY> Here is a sample square from ActiveX: <OBJECT ID="Sample"CODEBASE="http://my server address......../Sample.ocx" HEIGHT="101" WIDTH="101" CLASSID="clsid:0342D101-2EE9-1BAF-34565634EB71"> <PARAM NAME="Version" …

0
66
Member Avatar for schwarznavy

Hello, I'm not a Javascript expert -- not even a novice. But reading this forum and others, I've managed to get code in my page that allows me to have a big image, and three thumbnails. When I click on the thumbnails, a bigger version of them replaces the big …

Member Avatar for MidiMagic
0
94
Member Avatar for johnroach1985

Hi. I am creating an asp.net web site. Using GridView the website creates a table. Now my question is I want to write a javascript function that colors the text "NO" red within the table cells. Waiting for your reply.

Member Avatar for johnroach1985
0
285
Member Avatar for HTTL
Member Avatar for HTTL
0
71
Member Avatar for trbjr

Experts, My javascript application worked well until I upgraded. I use IE 6.0.29 with SP2 installed. My Firefox browser is 2.0.0.4. Prior to Firefox upgrade all worked well. Now my application in IE works and Firefox gives me error messages that read: [field name] has no properties. The strange thing …

Member Avatar for trbjr
0
118
Member Avatar for nufanvandal

Hi guys, Wasnt sure exactly where to post this, but I need assistance in exactly how I would take a regular ol' clip art map of the United States, add Markers to specific areas, then when a user scrolls over a marker have a pop up box with some text …

Member Avatar for ~s.o.s~
0
65
Member Avatar for danizzil14

Ok, I'm an amateur Computer Graphics artist, as in I don't make money off of it, but I plan to make it a career, I've been reading some different lit on the subject and it suggests making a digital portfolio. (ie. a website) One source suggests that I should use …

Member Avatar for ~s.o.s~
0
126
Member Avatar for ovidiu61

Hello everyone, I have a question for you. I would like to call a function situated on a server side servlet or in a jsp file with a javascript function (client side) and to show the results returned by the servlet's function. Do you have any ideas?

Member Avatar for ovidiu61
0
129
Member Avatar for moody

[B]I'm using this JavaScript from Dreamweaver that looks like this:[/B] [code] function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; …

Member Avatar for schwarznavy
0
122
Member Avatar for Racoon200

Hi. Iam doing my first game and its going very well. Its the classic African Kalah (with egyptian rules) There is a problem. And you gotta know the basics of kalah to solve it. hole1(4)--hole2(4)... there are 12 holes. When i click the first one, the next 4 holes get …

Member Avatar for ~s.o.s~
0
98
Member Avatar for Arch_Bytes

I have this jsf page that saves to the database. After saving it goes to a particular page. This page is then supposed to display the message that the changes were saved to the database. These are two different pages and go through several controllers. so what i did was …

Member Avatar for ~s.o.s~
0
198
Member Avatar for exoscale

in the following script ~this pointer~(self variable) is used to bind XHR to the object that calls the function. but i am wondering why it is required. anonymous function assigned to the onreadystatechange event method could create a closure that would make xmlHttpReq accessible even XHR is not bound to …

Member Avatar for MattEvans
0
112
Member Avatar for danizzil14

Ok, so I'm basically an ametuer Computer Graphics artist, and I plan to start creating a portfolio site... Here's my problem, I want to make a site thats interactive, (ie. Fancy button animations, Menu Animations) What synatx should I use? BTW: I'm intermediate/advanced when it comes to HTML coding.

Member Avatar for iamthwee
0
163
Member Avatar for Inny

G'day, Been trying to make this cool spellchecker work in my board but it simply refuses for some reason. Even if I include the other onload event with this one, it still refuses! Is there another way to impliment the code besides body onload? [code]<script type="text/javascript" src="http://www.jacuba.com/service/checker/-/-/" defer="defer"></script> <body onload="if …

Member Avatar for pkuthari
0
127
Member Avatar for caleno

hope i've the rite forum ok, i'm building a website where i want videos (quicktime .mov) available for view. the client ask that if the viewer doesn't have quicktime already installed in their system they see a still image; this is working. I've also created a poster movie (click me …

Member Avatar for arjunsasidharan
0
94
Member Avatar for Dani

I use a third party ad server to deliver the advertisements on my site. There are two invocation methods: IFRAME and JavaScript. I currently use the IFRAME method because it allows the full webpage to render independently of the ads ... in other words, without slowing down browser rendering time …

Member Avatar for Ziggy Rocks
0
241
Member Avatar for ramki2007

Hi, I want to tehe auto completion of the text box from previous entered value by the user. Will this be possible by storing the values in the client browser. Thanks Ram

0
89
Member Avatar for praveen_kr541

In this site while we are moving our mouse over [COLOR="Red"][/COLOR]Web Development it producing list that contains several links. It was producing under that only. In my own created web application when i changed resolution that list was displaying at some other position because i used [COLOR="Green"]position:absolute[/COLOR](style property) . In …

Member Avatar for praveen_kr541
0
90

The End.