14,054 Topics

Member Avatar for
Member Avatar for davidpitts

I am (as you will quickly discover) a novice javascript coder. Here is my issue. I am using a radio button, and it works fine. Then when I change some other element on the page, or hit refresh, the radio button does not remain set. You can see it in …

Member Avatar for davidpitts
0
143
Member Avatar for kgonsalv

I want to put about 7 different RSS news feeds in a page. Rather than make an indivdiual page for each I was hoping to have links at the top that as such: World News, US News, Sports, Etc. Those will act as links so when they click on them …

Member Avatar for Troy
0
134
Member Avatar for Edwardobrien

I'm a complete amateur at websites but our golf club delegated the job to me to build their website which I published about a year ago. The problem is; the site is built in a frame (Left Hand Contents) so the left hand navigation bar remains visible. When found in …

Member Avatar for Edwardobrien
0
86
Member Avatar for xsfssg

Hey everyone, I am having trouble with an iFrame expanding to various lengths. [url]http://cornerstonehighpoint.org/home.php[/url] The home page houses the iFrame and all the pages are viewed/targeted in the iFrame to eliminate the Flash navigation/header from reloading. The problem is the length of the content on each page loaded into the …

0
69
Member Avatar for chigasakigaijin

Ok, so it's easy enough to modify element CSS on the fly with getElementById. Problem is, you have to give a unique id to every single element on your page you want to be able to modify. I don't want to have to make over a 100 unique id's for …

Member Avatar for chigasakigaijin
0
203
Member Avatar for csnewsome

A former instructor (process technology) has emailed me with a question concerning a runtime error he is receiving. I am not a programmer and provided him with code snippets for his WebCT environment. He has emailed me and asked a question I cannot answer. He is receiving a runtime error …

Member Avatar for csnewsome
0
142
Member Avatar for jasmineleo

hi there, i'm doing a basic computer science homework and i cannot figure out how to run the javascript on the browser... so i write a program on microsoft word and save as "java.html" under html document, then what do i do to display the contents on the browser??? any …

Member Avatar for web_developer
0
140
Member Avatar for benje677

I have a third party product that I hit a link to from within a .vbs running unattended on a server. Hitting the link starts an update process. When I hit the link, IE opens and the link returns a page that is blank except for the following code. Code: …

Member Avatar for Comatose
0
176
Member Avatar for aparnesh

I am using an image map on my site. Clicking on the image will activate a javascript function. When the mouse is over the image, the status bar show "javascript: <function_name>". I want the status bar to be cleared. I used <IMAGE SRC="MyPic.jpg" USEMAP="#ImgMap" BORDER=0 onmouseover=ShowBlankMsg() onmouseout=ShowBlankMsg()> The ShowBlankMsg is …

0
103
Member Avatar for jefferyylc

I need to produce a 'report' from a whole bunch of different criteria used to generate the resulting document on the web. This will need to be printed to an A4 sheet, but here is the rub - I need to be able to control page breaks. I need to …

Member Avatar for Troy
-1
800
Member Avatar for Chiropractor

Hi, I have a question about Javascript suckerfish menus, but first, I should state what I am using, now: Currently, I am using a standard CGI form redirect to allows users to chose a state. The drop-down menu contains 50 states, and scrolls when necessary to display all the names. …

Member Avatar for DaveSW
0
127
Member Avatar for maxelcat

Hello I have seen lots of sites that have a series of links along the top. You put your mouse on one and a series of llinks drop down. I don't know what this effect is called so I have had "Lots of fun" attempting to search for it. All …

Member Avatar for DaveSW
0
149
Member Avatar for jefferyylc

Hi ALL: I been created a <page-break-after:always> for page break purpose in printing HTML report in order to break the report. But unluckily i found that what i did is known as "hard coded". They want something called "Dynamic Page Break" so that when the report content can automatically fit …

Member Avatar for jefferyylc
0
259
Member Avatar for Kurupt4

Hello Everyone, I have a form (it is for a web based poll) it collects 4 pieces of information: 1) the poll question 2) the amoutn of choices 3) the start date of poll 4) the end date for poll Now when this form is submitted(same script $php_self) it takes …

Member Avatar for Troy
0
122
Member Avatar for sabyasachib

<html> <head> <title>Registration Page</title> <script language="JavaScript"> function a() { document.f1.s2.remove(0); } function add(x) { var boxLength; var selectedItem; var selectedText; var selectedValue; var i; var thisitem; var isNew = true; if ( x == 0) { boxLength = document.f1.s2.length; selectedItem = document.f1.s1.selectedIndex; selectedText = document.f1.s1.options[selectedItem].text; selectedValue = document.f1.s1.options[selectedItem].value; } if …

Member Avatar for Troy
0
133
Member Avatar for bufhal

Hello; I hope an experienced person can help me. Our site: [URL=http://www.attotech.com]attotech.com[/URL] has a top menu that currently works in Internet Explorer but does not in Firefox. I have used HTML Tidy for my index page and now it looks ok in Firefox but not IE. I have reverted back …

0
78
Member Avatar for chan karan

Can anyone help me to solve the problem, i want to pass the parameters between the javascript and asp. [html]<SCRIPT type="text/javascript" LANGUAGE="JavaScript"> <!-- function startWord(par_1) { var oShell = new ActiveXObject("Shell.Application"); var commandtoRun="C:\\Karan\\Automation.exe"; oShell.ShellExecute(commandtoRun, commandParms, "", "open", "1"); } //--> </script> </head> <body> <form> <input type="text" name="par_1" value="123"> <input type="button" …

Member Avatar for chan karan
0
275
Member Avatar for martinkorner

Would it be possible to display only a message e.g. "Page Loading..." until the page has fully loaded, then display the fully loaded page? I don't know if this can be done with Javascript, css or html. Would it also be possible to show what percent of the page has …

Member Avatar for tgreer
0
150
Member Avatar for Aperson

Im after a way to code the following login script in javascript. The login menu is a dropdown offering "log in for"~ select "x"minutes, hours, forever etc. not sure if its possible in javascript?

Member Avatar for tgreer
0
79
Member Avatar for javafan

Hi Please see [url]http://www.proxyslash.com/BuyPixelScript.com.htm[/url] For some reason when I go to the bottom, hovering is not working Source can be viewed using "View source" Please tell me what to do Also, I wanted to ask how to debug in such cases as when I wrote document.write("something here"), the moment it …

Member Avatar for xempth
0
109
Member Avatar for martinkorner

How do I make a button that will bring up the download box for something on my website, without the user having to right-click and select "Save Target as..." :?: Thanks :lol: Martin :lol:

Member Avatar for tgreer
1
1K
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
117
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 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
189
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
151
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
225

The End.