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.
Radio buttons
Hi,
I am new to ASP and I am trying to play around with it... what I want to do is have delivery type options as radio buttons ....so the user can select one ... I am testing it and I coded it like this:
<span class="question...
answer(1) view(955) status(

)
Dynamic Back Link
I know somewhere I read about how to make a link that just takes you back to whatever page it was that you came from, but I can't find it. Anyone have any idea?
answer(2) view(20) status(

)
answer(0) view(866) status(

)
answer(1) view(689) status(

)
Validation Checks
I have a Registration form below, and I want to make sure that the users input data into all the fields before pressing submit. If a user does not enter anything, then I want a message box saying 慪ou have not completed all fields? They wi...
answer(2) view(750) status(

)
Checkbox problem
Checkbox problem
Hi,
I was just looking for some advice on the best way to do something. I'm fairly new to this so wasn't sure whether to use ASP or javascript. I have an asp page that has two tables. One of the tables has 3 colums whi...
answer(1) view(289) status(

)
Populating Textareas depending on listbox selection
Hi,
I am currently developing my company's Intranet, adding new pages and modifying existing, using ASP VBScript and client side Javascript. I have hit a problem as follows:-
I populate a listbox during page load, using a SQL Server st...
answer(1) view(576) status(

)
answer(2) view(521) status(

)
textarea problem
I have a textarea whose contents I am displaying on another page. However, carriage returns are not displaying only a continuous line of text..I have set the multiline attribute to true but this is not working..
Please help
answer(1) view(539) status(

)
Form validation - Not working
I am trying to get a form to validate, however, no prompts are being taken and when the submit button is pressed the user goes to the next page without any checking being done on the form. Any ideas where the error/s lies? Many Thanks
&l...
answer(4) view(536) status(

)
answer(3) view(757) status(

)
Getting frame url into a variable
Heres a tricky one. Is there any way to make a frames page in ASP which gets the url of the pages in it. The reason I ask is that I have a site with frames and want to be able to F5 refresh, by setting the last url used in one of the frames...
answer(0) view(692) status(

)
Autosize
Is there possible for us to autosize our html page regardless of the resolution of our OS. That mean we no need to purposely design the page just suit for 800 by 600 pixels or 1024 by 768 pixes. Can we do it?
Thanks for help.
answer(0) view(861) status(

)
Table Sizing
In my code below I am writing to a text file. If my message is too long the table goes across the screen. I want the message to come down along rather than going across the screen. How do i get the table to stop expanding across?
<%@L...
answer(0) view(66) status(

)
validating asp form with javasc.
I am trying to validate the form below, but no prompts appear once the form is submitted. Any ideas? Thanks
<SCRIPT language="JavaScript">
<!--
function validateForm(form) // validate Survey data
{
if (!vali...
answer(2) view(116) status(

)
form
What is needed to create a form for sending e-mails via website?
Thank you.
answer(2) view(71) status(

)
answer(2) view(218) status(

)
Javascript Generic Form validation
I have to implement a library of generic form validation tools, using Javascript, as described below.
isFieldFilledOut(field)
Function takes one argument, generally a submitted form field, and returns true if the
field has a real value (...
answer(2) view(646) status(

)
validation problem
hey im using javascript to validte my asp pages so am relatively new to it. does anyone know whats wrong with the following code?
im looping through 5 textboxes all called txtCommitteeMember1, txtCommitteeMember2, txtCommitteeMember3 etc....
answer(2) view(594) status(

)
Assigning various list boxes to the same code
if (document.form1.select_class_year3.options[0].selected )
{
for (i = 1; i<=document.form1.select_class_year3.length; i++ )
{
if ( document.form1.select_class_year3.options[i].selected )
{
...
answer(2) view(517) status(

)
Java script validation for multiple select
Hi all,
I have a multiple select drop down list. One of its options is 'All'. If this is selected the other options in this list shouldnt be allowed to select. How would I write a Javascript validation for this.
Thank You.
-Lev
...
answer(6) view(605) status(

)
Unordered lists
I have a bulleted list on an asp page. Is there some property that I can set so that when I highlight the contents in the list, that the actual bullets are not highlighted.
Thanks
answer(2) view(179) status(

)
<iframe> viewing problem
I developed a page where <iframe> tag is embeded. Every time i eneter the page the page stops loading on half. Page refresh solves the problem.Some times it showns blank space on the required are. The space is allocated ok. But the re...
answer(1) view(228) status(

)
Excel Macro Hangs in ASP
I have a problem that i have been unable to resolve for some time now. I have tried searching on google and MSDN for
a specific solution, but haven't found any. Essentially, I'm trying to get VBScript code in a web page to open an Excel wor...
answer(0) view(573) status(

)
Javascript form validation code required please
does anyone have any javascript form validation code that validates empty boxes, email addresses thoroughly , as well as blank fields?
I would prefer the whole code .....
kindly appreciated
answer(2) view(775) status(

)
The OR operator
Is there an OR operator in javascript. I have tried looking on google to find it but cannot. I had assumed it was || ... is that right ?
answer(2) view(908) status(

)
ASP to Javascript problem
Hi all,
I have created a page that uses a bit of javascript to display or hide a
a <div> depending on an <a href click
====
<a title="show/hide" id="exp1076495281_link" href="javascript: void(0);"...
answer(1) view(213) status(

)
Pre Populating a Input type=file field
Hi
I need to populate an Input type=file field with a value from database or any kind of variable for that matter.
Is there a way I can do this?
I was told that using the <input type=file> for a method post form ignores the value at...
answer(2) view(522) status(

)
javascript not working
Hai!I have a web page with ads and the page uses javascript(for other functionalities).It works fine in my computer but in those computers where
ads are blocked the javascript also doesnot work.what is the connection how to enable the java...
answer(1) view(780) status(

)
Dhtml Table Puzzle
Hi,
Someone asked me to code an example table where they can hide/show rows. The code below I have tested in IE6 and Mozilla 1.5. Yet when they tried it in IE6 it wouldn't work for them ?? Any ideas why this might be ??
<SCR...
answer(0) view(105) status(

)