15,120 Topics
| |
Hey guys, I need a bit of help with my project. I am supposed to make a turtle graphics program that has a 50x50 grid and incorporates penup/pendown/up/down/left/right buttons. I've experimented with the concept and came up with a few ideas but i was just wondering how you might suggest … | |
Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month … | |
How can i display the dates that i have in my table in a different color if they were less than today's date? :confused: .. | |
Hi everyone: How do I get an Image to scroll vertically down the Web page when the browser window scroll bar is moved. In other words, the image moves as the scolling browser window moves - up or down. thanks for your help. | |
I am trying to access a SQL database and run a query. I am brand new with ASP and simply need the syntax to login and the for SQL queries in ASP. Any help would be appreciated, Thanks! Andrew | |
ok, i am having a problem, i have a player at [url]www.ghostlypets.com[/url] , i found the script at a friends site, copied it, and modified it, when i try to play a song it takes about 3 minutes to buffer, it is [I]not[/I] my computer, also sometimes it doesnt work … | |
Hey everyone, Okay, i've got a pretty okay understanding of HTML and CSS. Parts of HTML I havnt learnt yet are Forms/Tables and Frames, After I have a basic understanding of that I want to move on to javascript, but I want to do it quickly, so if someone can … | |
Hi All, Can anyone help with a problem I have? I'm using a Random Image javascript code with images that include links. I link to pages on my site (not opening in a new window), which I've managed OK. But I also want to link to new (or blank) pages … | |
hello,i have a nice-looking dhtml menu written by javascript,the javascript code is in a separate .js file,and when i use it in html page,i just insert <script type="text/javascript" language="JavaScript1.2" src="stmenu.js"></script>in <head></head>tag and it works fine now i want to use this menu in .aspx page ,is it possible ?and how? … | |
After realising the importance of "validating" my XHTML document, I'm going through the validation process by trying to validate each of my HTML page. Couple of problems that was beyond me includes: [CODE] # Error Line 11 column 8: there is no attribute "name". <a name="top"><img src="about.gif" alt=""/></a> You have … | |
I am trying to write a page that uses Javascript to post a variable to [I]another[/I] page so that it does not appear in the address bar. There are pages out there that almost do what I would like them to do, but are confusing... part of the reason for … | |
[CENTER][B]Hi all, I am want to know if i can create files and work in streams by javascript . if that is available please send to me the idea and the code if available. Thanx.[/B][/CENTER] | |
Hi guys, i want to create a database application to reside on a cd. My challenge is what application should I use to develop the front end. The client wil prefer if it is auto-run and not requiring installation which I'm not sure is possible. Someone said the options are … | |
ok here it goes: I ahve 2 textbox within a form on my HTML page I want to display the text "SHOUVIK" (without quotes) on the second textbox as soon as I click on the first textbox Is this possible? Kindy help | |
Greetings, I'm totally inexperienced in website design but a keen learner:mrgreen: What do I need to do in order to allow visitors to my website to submit photo's on a submit form? Thanks! | |
[CODE]<html> <head> <meta http-equiv="Content-Type"content="text/html; charset=windows-1254"> <title>JavaScript</title> </head> <body bgcolor="#000000" text="#ffffff" vlink="#99FF33" link="#FF99FF"> <script language="javascript"> function ShowValue() { document.TextBox.value = "You clicked the button."; //Error on this line } </script> <input type="text" name="TextBox" width="128"><br> <input type="button" name="Show" value="Show" onClick="ShowValue();"> </body> </html>[/CODE] Text control doesn't show the text. Why doesn't it? | |
I would like to use aherf and link to a web site and auto bring up the javascript:alert(document.lastModified) for that site without any user input. Just link to the site and get the last modified date. I have a links section on my website and want users to be able … | |
I tried several things. i get invalid char or no object. can one change fore color or setup a mask. the text box contains numbers and if the number is negitive i need it to show in red, black if not. var oRed = '#ff0000' var oBlack = '#000000' if … | |
Hello there, I need my page to randomly select a CSS document. I don't want the user to select it, but instead to do it when the page loads. This is the script I have so far: [INLINECODE]<script language="javascript" type="text/javascript"> var ranNum= Math.floor(Math.random()*3+1); document.write("<link rel='stylesheet' href='hd"+ranNum+".css' type='text/css'>"); </script>[/INLINECODE] This function … | |
Ok, as usual, Internet Explorer is playing games with me in rendering code. I need a fresh set of eyes to look things over, cuz apparently I am missing it. Anyway, in the center of the page there should be some black text that says "Heading" a few lines of … | |
hi all, here I'm having a problem, When u type a letter on the textbox it shoud display the remaining or matched name from the database, on or below the text box.It is named as [B](autocomplete)[/B].I searched on popular search engines but coul'd find the solution. If any of you … | |
Regarding my website at: [url]http://www.artmakers.com[/url] The below javascript, which rotates a .gif image logo, works fine on my website with Internet Explorer, but when Viewed with Firefox it will not move the image. The error message in the Firefox Javascript Console is: Error: circleLayer is not defined Source File: index.html … | |
Hi All, I am generating the Rows Dynamically in the table. Problem is that for the first row calendar pop up window is coming and for the other window it is not coming. I am pasting the code.... plese let me know where is the error. [HTML] <html> <head> <title>RFF … | |
Hi All, I am creating a html file where rows are being Genereated Dyanmically. Now I want to pass the values of Input box to the perl File. I am not able to send the values of row to the server side. Can U please let me know Where I … | |
I have a Javascript that I want to access from several different web pages. I want to locate the .js file in the web root (httpdocs) folder and access it from different webpages in sub folders. I've tried setting the src attribute to the URL of the web root but … | |
I have created the foloowing javascript and placed it in a file called common.js. it gets called on a onChange event. it works up till it gets to setting the value (i think). Being my first script i'm really at a loss why it errors out. I tried .value() = … | |
How would I make a timed event that javascript would do when the page is loaded? eg.. when blah.html is loaded, javascript submits a form | |
Hello. I have been trying to trouble shoot my brother's computer for some time now. One day, the javascript on his computer disabled or deleted itself. He can't open new web page links, or anything with javascript, his search is disabled because the javascript is not working, and programs like … | |
When using a third party ad server, do you use the IFRAME or JavaScript method? Usually the JS method is more robust and offers more features, but it can slow down page rendering times. Currently struggling with this battle right now. | |
Hello all, I've recently started learning html and have started looking at javascript. I have read javascript examples online and these download run with-out trouble. My problem is that when i put this code into a page i wrote and then try to open it with explorer, explorer blocks any … |
The End.