Home > HTML, JavaScript And CSS Help

HTML, JavaScript And CSS Help

HTML Help forum discussing HTML, DHTML, XHTML, and JavaScript languages for web development, including CSS style sheet coding. All aspects of website development are covered here.
Ask Question About HTML, JavaScript And CSS Help
checking to see if entered date is this year
Hi there!! I would like to know how or any tutorials or advise to have an alert pop up if the date the user enters is this year or less. But nothing would happen if it were next years date thanks in advance
answer(2)  view(159)  status(wait for best answer)
Date & Time
I like to show todays's date and time (Atlantic Canada) . How to do that?
answer(3)  view(980)  status(wait for best answer)
screen resolution
hi there, i would like to know if there is a way to have a web page that looks exactly the same in 800x600 or 1024x768 resolution. I mean, i don't wanna send an alert to the user to change his resolution or, make to index pages (one for...
answer(4)  view(388)  status(wait for best answer)
JavaScript helfile
I'm trying to learn javascript and i would like have a javaScript help? Someone Knows where i can have one? with commands sintaxs, like msdn with vb and c...
answer(1)  view(355)  status(wait for best answer)
not receiving information from form
I built a form in html on my site and the information is supposed to go to my email but I am not receiving it. I am using FormMail on my server and they are saying that the problem is with my html code. I have tried several different things...
answer(2)  view(526)  status(wait for best answer)
Time Validation Check
I am trying to create a javascript time validation check, so that the user enters the time correctly (should be in the format of xxpm/am). I have come up with some code, but it does not seem to work, it brings up an error message 'invalid ...
answer(0)  view(372)  status(wait for best answer)
VBScript not running after postback
I am running a VBScript that hides or shows a number of controls when items in a dropdownlist are selected. It runs fine the when it loads up, but if a button is clicked, or any button on the datagrid I'm using is clicked, suddenly all t...
answer(3)  view(149)  status(wait for best answer)
Converting javascript to vbscript
I am trying to convert a javascript I'm using into a vbscript, unfortunately I don't know very much about either to make it possible. If anyone has any suggestions that would be lovely. Here's the javascript: Code: &...
answer(4)  view(370)  status(wait for best answer)
javascript error with mousover
when i do a mouseover i keep getting the error: 'Row1.4.style' is null or not an object The page works fine otherwise. when i close the error message i can click on the row and it directs me to the proper page. I'm pretty new to javas...
answer(0)  view(680)  status(wait for best answer)
HTML, Javascript - using history
Hi, I have an ASP page with a form that has several fields on it. If I try to navigate back to the page using either the browser's back button or my own javascript button the page comes up but the form fields are empty. All fields ar...
answer(0)  view(795)  status(wait for best answer)
mailto: hyperlink - Making the body Bold
Hello all. I have an anchor on my page that has the mailto: feature with subject, and body as well. There are some parts of the body that I would like to bold. I've tried tons of ways, and whatever I use, it appears into the mail bod...
answer(1)  view(847)  status(wait for best answer)
Retrieving network authentication information - ASP/jscript
I am tryign to pull a user's network UserID to use to authenticate against an MS SQL server. I can hardcode the information in so I know that I can actually accomplish the task. My problem is stripping away the domain information. Here i...
answer(5)  view(851)  status(wait for best answer)
Mouse over and viewing information
I have a table of two columns. In the first coulmn I have some topic such as about me, contact info etc. I want to show the description of those topics in the 2nd column when I place the mouse pointer on a specific topic. How to do that? ...
answer(4)  view(377)  status(wait for best answer)
Table width , heights
This query is regarding HTML table I created a web form having html tables in Visual studio .Net. The thing is that i want to specify table width and heights in percentage, but when ever i do some change in the form the table width and...
answer(5)  view(938)  status(wait for best answer)
jump to next box...
I am new to javascript and would like to know how to jump from one text to another. For example, I have <option value="Yes"><option value="No"> and when clicked on Yes, it should take them to the next text bo...
answer(0)  view(362)  status(wait for best answer)
adding tax only to florida residents
Hi Everyone- I am currently looking for some help finding a javascript that will only add the 7% Florida sales tax to Florida residents and calculate the total. I am hoping someone can give me some guidance. Thanks in advance for your ...
answer(2)  view(940)  status(wait for best answer)
Validation & Combo Boxes
Hello, I need some help with the following problem please. I have 3 comboboxes in a form with the same values in each. I want to make sure that if an option is selected in one combo box that it cannot be selected in the other combo's...
answer(3)  view(202)  status(wait for best answer)
Simple Button Formatting Width, Height, Size
Hey, I'm simply trying to create a series of buttons with the same dimensions. I tried using the key words WIDTH, HEIGHT, SIZE button no matter what values I give it they do not change. An example is below: <input type="sub...
answer(4)  view(189)  status(wait for best answer)
Please check my code...thanks..
Please check my code, it is not working...This is jump to next box coding, and it doesn't seem to work. Can someone please check and let me know, where the error, and Why it is not working? Thanks. <script Langauge ="Javascri...
answer(1)  view(196)  status(wait for best answer)
OnLoad Functions
I am trying to change the attributes of a page when it loads: <body onLoad="resizeTo(560,500);moveTo(screen.width/5,screen.height/5);self(toolbar=no, directories=no, location=no, status=no, menubar=no, resizable=no, scrollbars=no t...
answer(3)  view(125)  status(wait for best answer)
Activate submit button when enter is pressed
Simple question but I'm having trouble finding the answer. After the user enters their username and password I need them to just be able to push enter and have the submit button work like on most web sites. Please help.
answer(2)  view(886)  status(wait for best answer)
Formatting text in an asp page
Hi, I have a several asp pages that will have multiple people entering in information. I would like to have them just type in the numbers and have script format the field as it goes. I have seen this done on sites like turbo tax. Here...
answer(4)  view(610)  status(wait for best answer)
Form Fields - Hide Initial Value
I want to set a form fields initial value but hide this from the user. How would I do this????
answer(1)  view(62)  status(wait for best answer)
selecting more than one record through a javascript event
function defaultparameter() { if (document.myform.select_default_list.value == "M_CH") document.myform.select_school.selectedIndex = 2 } I am trying to select more than one record in a multiple select drop down list th...
answer(0)  view(456)  status(wait for best answer)
(Newbie) DropDownListBox = Disabled/Enabled
Hello All !! I am working in VB.Net and on a page, I am trying to minimize the trips to the server and am using JavaScript to do some page validation. When the page is loaded, DropDownListBox1 is enabled and DropDownListBox2 is Disabl...
answer(1)  view(415)  status(wait for best answer)
CSS and table borders
Is there a better/easier way to use css to put table borders on, equivalent to using border="1" - so i dont have to add borders to every td tag? I can only get the css border to show up surrounding the entire table?
answer(0)  view(874)  status(wait for best answer)
How can I make my page open at a certain size and position...?
Hi, I would like to control the (asp) page I am going to open from a link on another page by setting its size and position, and if possible, turn off scrollbars, toolbars, menus, etc... Is this possible using jscript or vbscript? than...
answer(1)  view(98)  status(wait for best answer)
Multiple Selections in a list
Hey, I have a selection list with 9 options in it. I am allowing the user to select multiple options but I need to check that they have selected exactly 5 options from the list. I have tried the seletedIndex but I believe this is not ve...
answer(0)  view(656)  status(wait for best answer)
help with a music player
alright im new to all of this... i have made a interface for music ... now i want it to play, pause, open and what not when i click the buttons.. im not sure what to do.. i know i need a action script. And when i have that what do i do with...
answer(0)  view(554)  status(wait for best answer)
Selecting Random News Stories
Hello everyone. I am trying to put together a "news area" for my website. Basically, I want to have a bank of 20 news stories, but I would like to display just the headlines of 5 of them within this news area. My problem ...
answer(1)  view(931)  status(wait for best answer)
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved