20,316 Topics
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 …
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? // …
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 …
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 …
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 …
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
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 …
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.
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 …
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 …
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 …
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 …
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) + …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
[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 …
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 …
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 …
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 …
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 …
[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: …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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
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 …
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) { …
: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 …
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 & …
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 …
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 …
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 …
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 …
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 …
how to pass a array from asp to javascript
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
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 …
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 …
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 …
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 …
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 …
The End.