jquery x 2,329

20,316 Topics

Member Avatar for
Member Avatar for Paradox25

Hello first post here :mrgreen:! What I want is a ticker very similar to this [url]http://www.sheffieldforum.co.uk/[/url] Under the nav in red. I will also be using vB forums. I am using a free theme from AlienSector and you can view it here: [url]http://vb.aliensector.com/index.php?styleid=3[/url] I was thinking of having it between …

Member Avatar for tgreer
0
71
Member Avatar for mr woo

Hi there, I'm a complete novice on javascript and am trying to make a basic currency convertor as part of my college course. I have the beginning sorted, but am struggling to get the code to output the answer. Can any kind soul tell me where I'm going wrong? // …

Member Avatar for MrsParadox
0
258
Member Avatar for BlackDice

I have a row of images on the left side of a web page that act as buttons with javascript for the changing of the image if it's rolled over. That works fine on most of the pages because besides that they're all text. Now I've created a few new …

Member Avatar for BlackDice
0
163
Member Avatar for koa1aboi

can somebody help me with this... i need a javacript code to print multiple documents when a print button is pressed. I posted 20 documents on my site and i just wanted to have a print button underneath the links of all the documents so the viewers can just print …

Member Avatar for koa1aboi
0
257
Member Avatar for Comatose

Any idea's about a javascript function, that will move you to specific line number in a textarea? I'm making a mini-page where I can edit text/perl files on a server. I want to be able to plug in the line number that causes the error, hit go, and have the …

Member Avatar for tgreer
0
2K
Member Avatar for manucherian3031

How to validate a string in cell of daragrid while editmode 1)how to validate using asp.net 2)1)how to validate using javascript

Member Avatar for Iron_Cross
0
79
Member Avatar for Ann Drew

Hello, I have got a problem. In my forum software the DOCTYPE is for some reason set to XHTML Now I have implemented a scroller using setInterval. This scroller works fine if there is no DOCTYPE specified or even if I specify it as HTML 4.01 The scroller does not …

Member Avatar for tgreer
0
271
Member Avatar for winnie

I don't seem to be able to call any functions from a function library. Say for example i have a function called 'reverse' in a function library called 'stringLibrary'. How would i go about calling that function from the string library? Any help would be very much appreciated.

Member Avatar for tgreer
0
69
Member Avatar for belama

Hey all, I am trying to remove some style from a table cell with JavaScript but it is not working as I wish it would. As you can see in the code below I am trying to remove all borders from cells that are dotted. If I use the following …

Member Avatar for belama
0
209
Member Avatar for tepster

Over the past year, ive been making games in javascript, learning everything. With alot of help from my friend, we made a 3d maze using only the ASCII table as graphics. Heres the page i uploaded it to www.tepster.com/maze.html And heres the actual code, and i would endeavour for anyone …

Member Avatar for tepster
0
201
Member Avatar for TimmyRaa

I have a form where you select a player's name from a drop down list, and there are 6 input boxes next to it for their separate scores and a box at the end for their total score (all the separate scores summed). I want to have the form dynamically …

Member Avatar for TimmyRaa
0
138
Member Avatar for oohmygod831

ive made a game using flash mx 2004 professional and ive inserted it into a page in my website. the site is only running from a disk at the minute as its for a college project. when i view the site from my home pc it works fine and the …

Member Avatar for OurNation
0
163
Member Avatar for winnie

Couls someone please take a quick look at this attempt at a function and see if they can find any problems with it: { var resultString; resultString = "; for (var position = 0; position < aString.length; position = position + 1) { if isVowel(aString.charAt(position)) { resultString = aString.charAt(position) + …

Member Avatar for Dani
0
41
Member Avatar for faisyshah

hello every body my problem relate from combo box. for example iam using three links in my home page (1) contact us (2) technical support (3) sales the fourth will be contact form . when i click on contact us link the page jump on contact form similarly when i …

Member Avatar for zippee
0
92
Member Avatar for smoked_apart

Okay... first.. I'm having cookie trouble with my website (its free, prob. why) but it says warning: password YES and second... I was wondering how to get the cookie info extracted from another site. Is this possible? If yes, how do I find the cookies name and the value for …

Member Avatar for smoked_apart
0
137
Member Avatar for JonEdangerousli

Uber newbie here. Have downloaded three different form scripts but none of them will actually send the email. Using yahoo small business standard hosting which says they support php. The form appears to work, it refers to the correct page, but no email. I don't know how to enable logs …

Member Avatar for 1andyw
0
344
Member Avatar for autocrat

OK, this is the link! [url]http://www.oreillynet.com/pub/a/javascript/synd/2002/03/01/css_layout.html?page=2[/url] please go have a look.... they are on about using CSS instead of tables... and provide you a a sample page with the table, and a sample page with the CSS.... the only problem is.... both use tables! What is more, when you try …

Member Avatar for DaveSW
0
187
Member Avatar for LowelG

I need help with newWin.document.write. I can document.write to a new window, but I need it to seperate the information into three columns so that the user can print the new window containg the information that they entered into the form fields. This can not be used in conjunction with …

Member Avatar for eagleeye
0
223
Member Avatar for gruntled

I am having a problem getting two javascript snippets to run on a single html document. Whichever one is loaded last (further down in the html doc) runs fine. I am not any kind of javascript expert and would appreciate any help here. Thanks ------------------------------------------- The two examples of the …

Member Avatar for gruntled
0
180
Member Avatar for Moonk

I'm having an issue with making rollovers show up without the need for me (and all WinXP Service Pack 2 users) to have to click "allow ActiveX on this page" and then let it reload...just in order to see my rollovers. Its staying on the first evolution of the rollover …

Member Avatar for smoked_apart
0
207
Member Avatar for Cat

[SIZE=3]undefined[/SIZE] All I want to do is make a homepage on aol! Its easy designer! Well I've talk to all these techie's for aol & it was no go.Something about my Java applet not working.So we went threw the steps to fix that by updating & all that.Now the say …

Member Avatar for kevin_smithers
0
98
Member Avatar for samwelly

I am trying to write a piece of javascript so that numbers appear on the page as follows: 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 1 2 3 4 5 6 etc,etc up until 100 Have been scratching my head over this …

Member Avatar for Comatose
0
119
Member Avatar for toxicslurpie

I cant figure out how to take an invision board from this one site, and put a last 10 or so posts to show up on my homepage, im sure its java script, but ive looked everywhere, if ne one knows how to do this please reply, if you need …

0
78
Member Avatar for freesoft_2000

Hi everyone, I am trying to add an undo listener to a jtable but could not get it to work. Does anyone know how to add a undo function to a jtable assuming the default cell editor component is a jtextfield? A small code sample would be helpful Any help …

Member Avatar for freesoft_2000
0
126
Member Avatar for bh99mh

Hello there, I am in desperate need of some help. I cannot seem to access anything that takes Java. A radio programme, diagram for booking airline seats, and now I can get into a btinternet e-mail account but am unable to read the e-mails. I did post this problem some …

Member Avatar for caperjack
0
160
Member Avatar for gregg21

[URL]http://www.astercity.net/~28im42ga/test2.rar[/URL] i`ve got a problem for most of You it`s probably very simple so PLEASE help me!! i`ve made a modal window but any buttons placed there don`t work, it`s possible to click on them but nothing happens, the source code is not called here is an exapmle source code: …

Member Avatar for bombe
0
120
Member Avatar for gurlzlubme

Hi. Currently I am running a phpbb forum off of a server, and I was givin a javascript for a simple clock with date. I would love to learn how I can implement a second one, which reflects the exact time of another location across the world. i.e. a clock …

Member Avatar for [KIGR] Mordrid
0
207
Member Avatar for aspuser27

hi in my first form i have a drop down menu.on selecting a choice from it i open the popup.in the popup i display the all types of products avaible in the selected category. he can enter the quantity he wants. now i have some 10 choices in the drop …

Member Avatar for dexterz
0
112
Member Avatar for aspuser27

hi in my first form i have a drop down menu.on selecting a choice from it i open the popup.in the popup i display the all types of products avaible in the selected category. he can enter the quantity he wants. now i have some 10 choices in the drop …

0
92
Member Avatar for freesoft_2000

Hi everyone, I have a jtable and i need a way to be able to merge or to split the cells(both the rows and columns) selected by the user. I have seen the table model and jtable apis' and there seems to be nothing about this. I would appreciate it …

Member Avatar for jwenting
0
127
Member Avatar for tbear263

Howdy - I am still a newbie in the web design world. I have a site I created [url]www.defazioscatering.com[/url] for a friend. I got some reviews on it and I know it looks flat and boring. I need to jazz it up somehow. I am using Front Page to create …

Member Avatar for flixx
0
165
Member Avatar for Young Teck 06

Alright everybody, I am not really an I.T. person but I know some about computers ...... totally offpoint start. Alright, I was reading on ZDNet, I am just now getting into it, sorry, lol. They were speaking about Firefox attracting more hackers to write malicious codes for making it easier …

Member Avatar for nanosani
0
420
Member Avatar for Ross36

Hi, I have the below code in an asp page. When I run this page in IE or Opera it correctly displays the header info and does not redirect me to 'test.html'. However, when I run this in Netscape it goes straight to the redirect page 'test.html' which indicates that …

Member Avatar for dexterz
0
135
Member Avatar for DrChaos

hihi im looking for a script that performs an auto complete in a text box, but does it per word.. so if the input is "hi my name is lo" it will check the array for lo and do an auto complete on that. anybody have any ideas? thanks

0
82
Member Avatar for weexpectedthis

Does anyone know how one would go about precaching some images for a page I'm creating? The trick is, I only know which pictures to precache at the very top of the script, so the list can't be stored in a .js file like normal. Since there are different pictures …

Member Avatar for paradox814
0
178
Member Avatar for EPierre

Morning all, I don't know how to solve this problem Here it is: $price_unit = "20.45" $qty = 'qty'; $net = 'net'; $net = $qty * $price_unit ; as: 0<$qty<10 to parse in a textbox. I do that : if ($qty =0) { $net =0; } elseif ($qty =1) { …

Member Avatar for zippee
0
97
Member Avatar for bh99mh

:sad: Hello there, Can anyone help? I have not been able to get my radio programme and when checking other things I find that it is anything that is opened with JavaScript. I can only assume that my grandson has done something when he was up last week. How do …

Member Avatar for caperjack
0
119
Member Avatar for ep2002

Help ! Can someone help me quickly LOL I'm trying to switch over to a new server & all of the PHP & Javascript stuff is missing :( See, current server... [url]http://www.exoticpublishing.com[/url] New server... [url]http://216.82.123.216/[/url] The left nav is missing, the right newscroller is missing & the last date & …

Member Avatar for joey101
0
322
Member Avatar for koa1aboi

can somebody help me with this... i need a javacript code to print multiple documents when a print button is pressed. I posted 20 documents on my site and i just wanted to have a print button underneath the links of all the documents so the viewers can just print …

Member Avatar for koa1aboi
0
135
Member Avatar for harley

I am running windows xp on a dell 2400 dimension w/pentium 4. Some icons, shortcuts or links (all the same thing?) are not working. When on desktop, some, when clicked on do nothing as though there is no path. On some sites when there is a highlighted link in the …

Member Avatar for caperjack
0
142
Member Avatar for jengels

I'm having a strange problem here. Windows XP, if I click on search under start...I get a blank page. If I click on system restore I get a blank page. When I try to use Yahoo messenger, It doesnt display my text in the IM box. When I go to …

Member Avatar for Comatose
0
189
Member Avatar for Lonefirewolf

I need to know if there is any way that I could create an entrance box, for a link, that would change on part of the link.. What I'm trying to do is change the "User" part of that link, but leave the rest alone. [url]http://chat.teenchat.com/optichat.html?oc_acc=teenchat&oc_stage=2&oc_room=Test+[/url] Room&oc_dyn=&oc_user=Blah+Blah&oc_syspass=0 I'm not sure …

Member Avatar for Lonefirewolf
0
101
Member Avatar for faisyshah

hello every body in my site i want to use java script for main menu. for example i have link 1)about us 2)vision 3)product- steam generator Engineering services textile machinery etc when mouse over on the product link the link further show sub links i dont want to use flash …

Member Avatar for Member #25895
0
87
Member Avatar for Deepa
Member Avatar for kell

ok i can make a frame that is the size that i want, but can i make the window the size i need to like a pop up window, im cant find the java script for it, help me! Kelli

Member Avatar for Member #25895
0
116
Member Avatar for wendigo922

When I try to get on to certain pages, like windows update, the page will come up as a blank page. Other sites work perfect. Some sites come up fine, but links on the page don't work. When I go to lick these links, in the bottom corner where the …

Member Avatar for DMR
0
101
Member Avatar for jwenting

A piece of JavaScript on one of our pages gives an access denied error. In itself nothing strange, it's a reasonably well defined error after all :) What is strange is that the error ONLY happens on that page (despite identical calls to the JavaScript function appearing on several other …

Member Avatar for eriasb
0
201
Member Avatar for Jounan

Hi everybody, I am new to JavaScript and need help to start, please help to Write the script to calculate grades. Up to 10 scores can be entered. The raw scores are curved and grades are assigned. Click the "Load" button to work with the example scores. If the average …

Member Avatar for beckerc
0
227
Member Avatar for deva00

I wonder can anyone help please ...very very urgent! Am a web designer and am only just learning javascript and have just taken over some ones website to work on. The pages of this website come with an attached .js file for the 6 navigation menu buttons. Somewhere in the …

0
296
Member Avatar for beckerc

I wrote a piece of code that allows me to pass a numeric primary key for update when looping through a recordset. This works fine, however, I am doing the same routine for one level deeper into the database structure and the primary key is concantenated and the component I …

Member Avatar for beckerc
0
120

The End.