15,127 Topics
| |
I'm going to be using Java next year in AP Comp. Sci. and seince my summer assignment has me researching a little bit on it, I thuoght I might get a jump on it this summer. Does anyone know any sites that teach the basics? Like HTMLGOODIES.COM teaches HTML and … | |
Hi all, My page utilizes a few javascript files for my navigation bar and also a few other palces... My problems is this - I want to call to a page within the site as in the script below, but I wish it to be a separate WINDOW al-together. If … | |
Hi i was wondering how do i make a TXT play music because i was searching for a song site and ended up at a Music Code site but the thing is that on the URL its like this [url]http://kassierae.myknet.org/chevypr.txt[/url] but it still plays a song in Windows Media Player … | |
Hello: I'm looking for some assistance with a third-party script I'm using that incorporates onmouseover popups. If the content of the popup is too large to appear within the visible window just below the onmouseover spot, two different behaviours occur in firefox and IE 6: IE 6 will elongate the … | |
I'm trying to create a hover box that appears over an entire table cell when onmouseover. I want to know if there is a way to have it go to another URL with onClick. If so, does it have to be done in the p tag or elsewhere. Here's the … | |
Hello together... first excuse my not very good english. I wrote an JavaScript application which shows, hides and scrolls several layers included in my homepage. I used only DIV-Tags for my layers and I used intensively CSS for the site's layout. When scrolling my layer(s), I move a content layer … | |
Hi, I'm using DMW MX2004 to create a website for my organization. Just recently the cross-browser issue came to me. I tested the page with the newly installed Firefox and it didn't appear the way it's supposed to. Below is the code for centering the <div> on the page. It … | |
HELLO THERE..I AM WEBTV HOWEVER I DESIGN WEB PAGES FOR CHRISTIAN MINISTRIES FOR FREE..I TOOK ON A CLIENT WHO HAS A JAVASCRIPT TABLE FOR SELLING BOOKS AND TAPES...SHE HAS ASKED ME TO ADD TWO ITEMS TO THE LIST....I MADE THE ITEMS # 14 ,#15, AS YOU WILL SEE...HOWEVER WHEN I … | |
I am trying to center a table and know I need to use <div class=''></div>. Here's my problem: I have a menu that was written in JavaScript and is using <div style=''></div> for placement. I would like to center the table, but am finding it a "hard row to hoe!" … | |
Hi! everyone I'm starting out in programming,I need a pseudocode or flowcharting to use to help me get started on coding(JavaScript and HTML). Often, when I take a look at a coding assignment, it looks daunting, and it's hard to figure out exactly where to start. Especially with all of … | |
I am totally self taught in html and a pure novice. I volunteer with a non-profit and I update their existing website. The website has a "Child of the Month" feature which appears on every page of the site. This feature needs to be changed monthly. I have been doing … | |
hi to all, Well, I am designing a form which had taken me to a situation that requires advanced knowledge.I just know to use javascript for basic needs. My need is as below: I have a form that is report form.Now I am finding it difficult to get the logic … | |
I maintain and update websites at my place of work. I have to alter one of our pages to have a flyout menu instead of the convention html menu's. I understand that this can be done with javascript or dhtml. I don't really have a clue where to start to … | |
| |
Hi All I am hoping someone can help me out since this is driving me nuts. On my site I have 3 columns: [code] |sidebar| content |sidebar| [/code] What I want to do is have the height of the 2 sidebars controlled by the height of the content. So instead … | |
I was wondering if someone could aid me in this. all help will be duly noted in the script itself. Here is what i am trying to achieve, a realtime editor of the CSS attributes of a given page. I have the page i am using and the CSS table, … | |
Hello all: I'm creating an image gallery that opens in hidden divs. Here's my javascript code: <script type="text/javascript"> <!-- function popupSwitch(szDivID, iState) { if(document.layers) { document.layers[szDivID].visibility = iState ? "show" : "hide"; } else if(document.getElementById) { var obj = document.getElementById(szDivID); obj.style.visibility = iState ? "visible" : "hidden"; } else if(document.all) … | |
Hi! I've a HTML form I've a function with some parameters that checks the value of each field (it's called within a onBlur event). This function check the type and other restrictions about that field. I must create a function that checks that all required fields (or options or other … | |
Hello, thanks for taking the time to read my query. I've basically got a page (dark grey) with a panel that sits in it (light grey).. this fills the screen, except for a 16px gap around the edge which allowed the dark grey (from the body tag) to show through. … | |
This was a question in a previous topic but I didn't quite understand the answer. I display radio buttons from a Array I built in ASP (radioArray) which contains a code/short desc/long desc. When someone clicks a radio button I want to invoke a Javascript function to display the short … | |
hi all...need help... I've created a double array and populate it with data from a database. I can read the values it holds in ASP but I cannot do it in Javascript. Is there any way this can be done? Thanks | |
hi there, can anyone help me out my problem is this: I have a form, with radio buttons (the number of buttons is not fixed, it will keep increasing) for eg, if there are 2 radio buttons and no button is checked then if user checks a radio button, then … | |
I have three externally linked javascripts that I want to display on a web page. The first deals with a top navigation menu, the second is a news alert script and the third is a link description script. If I remove the first script, navigation menu, then the rest two … | |
Does anyone know a site where I could find a javascript horizontal menu with menu items able to appear over frames? TIA Mat | |
Hi, This is Nandoo,new to webDeveloper.I want to make a script which should work in the following manner. In my web page,I want to have a button(with name add).whenever i click that button it should generate a select list and also 3 text Fields. Whenever i select the list items … | |
HI!!, can anybody tell me how to create a hit counter using Javascript. The hit counter should increment a number stored in a file (on the site) each time a user visits it. For reference such Hit Counters can be added to Websites built with Microsoft Frontapage (Tools -> Web … | |
Hi, here i enclosed my coding.i want the dom objects price,qty,oselect,name,sku and upc in the html body tag so that it can be submitted into another pages. here i want each and every element in each row to be collected and sent to the next place not the last element … | |
Hi, here i enclosed my coding.i want the dom objects price,qty,oselect,name,sku and upc in the html body tag so that it can be submitted into another pages. here i want each and every element in each row to be collected and sent to the next place not the last element … | |
The page below works perfectly as intended in IE 6.0 but, it does not work in Netscape. Can someone shed some light on this and help me make this work in netscape 7.x? Thanks...... <HTML> <HEAD> <TITLE>Document Title</TITLE> <STYLE> .conts {visibility:hidden} .tab { border-top:solid thin #E0E0E0; border-right:solid thin gray; border-left:solid … | |
I am looking for the most basic hover over text tip javascript. I found some but were rather odd, one for example required a "transparenet image" therefore messing up the column width. Another didn't like me :) I simply want perhaps a gray border/white background/charcoal gray font color (arial 9px) … |
The End.