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.
Updating Multiple Tables Code
Can someone please help me out
I have been working on this for 5 days straight.
I am about to shoot myself.
I am trying to update multiple tables using one form.
answer(4) view(310) status(

)
Trigger the Back Button in a Browser
I do not want my users to click
the back button of a browser, so
I disabled the button using the following
code. It works great.
Code:
if (window.history.length > 0){
window.history.go(+1);
}
What I wou...
answer(1) view(774) status(

)
Windows Script Host Question
Hi,
The following commandline parameter:
"F:\Millennium\Central Agent.exe" /D:CVGL /P:8719|8720 works the way it should from a command prompt, but if I try to script it as follows:
set ww = wscript.createobject("Wscrip...
answer(1) view(791) status(

)
Positioning
At: URL how can I arrange the "Email' Images to display horizontially?
When I try to do it the flashing border is disrupted.
Thanks
Jack
answer(1) view(480) status(

)
Parsing multiple Text Files
I would like to parse out only the lines that have "FTG in them. Examples:
"579-617","FTG",0,190,0,190
"627-580","FTG",843,0,0,843
The two lines above should be placed into a new file, wh...
answer(8) view(131) status(

)
answer(2) view(228) status(

)
submiting a form using javascript
Hi friends,
i am looking for a solution in javascript by which i can change the action part or attribute of a form in html and then submit it at run time
i mean to say i want to sent a form changing its action attribute and some of ...
answer(1) view(529) status(

)
Form validation problems in Netscape
Using a textual link, I can't appear to validate a form properly. I use onSubmit of the form to return a validation value. If that value is true, another function is called to submit the form. Otherwise, there are alert boxes. This works fi...
answer(4) view(266) status(

)
Php Help
I need a PhP Script for a school project, they had all these different choice and i chose to make a game, Well i need a PhP script that will go get and display all the player's info from the database, like there money, there thugs, weapons,...
answer(2) view(848) status(

)
Visual InterDev Wiz and Alt port settings
Ok, so I'm going slightly insane here. I'm trying to import our company's internal web page into Visual InterDev on my computer. You wouldn't think this would be too difficult, right? Well, the problem is that since it is our Intranet th...
answer(0) view(120) status(

)
VBscipt ping command
Hi this is my first post and im new at vbscript. Im using it for WSH i just want to know how i can access the ping command. I want an input box that will let me enter an ip address and then ping it thats it. I made one to putt a mac address...
answer(3) view(778) status(

)
Help JavaScript validation Please help me
Hello,
I have no idea what i am doing can you tell me whats wrong with this function please gives me a syntax error
#########################################
<SCRIPT LANGUAGE=JAVASCRIPT>
<!--
function validateMyForm1 (...
answer(3) view(253) status(

)
Word Count
Anyone have sample on Word Count.
There is a context box. And while the user typing into the box, the other box count and minus the character.
The count box may have a initial value of 200, and it getting less while the user typing.
answer(4) view(693) status(

)
linking to a cd
is there a way whereby u can link to a cd drive on ur pc from a website link. i have a uni project where i have to design a site involving large media files such as video trailers etc we have been told to run any large media from a disk.
...
answer(1) view(60) status(

)
Div Rollover
I need a good div rollover that will display both text and image on a page when another image activates it.
Catch Number 1: is that this function needs to be crossbrowser compatible with Safari for the Mac, IE for the PC and AOL.
Ca...
answer(1) view(227) status(

)
Back Button in Toolbar
I have a button where when I click, it go to another page.
And I want to clear all the history, so the back button on the toolbar in the new page is disable.
But this toolbar is not permanent disable, after the user browse more than a p...
answer(3) view(503) status(

)
Javascript Help Please
I'm trying to use a syndicated content feed on my website - but it is taking up too large a space in the table I've placed it. Can anyone see if the size and font can be changed? Here is the script:
<td width="20%" va...
answer(1) view(461) status(

)
Bottom Frame
I'm trying to force the bottom frame of a horizontal three-frame frameset to the bottom of the screen. I've seen it done before using a JavaScript function, but this seems awfully complex. Anyone know their DHTML better than me?!
answer(5) view(852) status(

)
Contest Details
Space. The final frontier. Also, one heck of a challenge, when you抮e talking about hard drive space. It抯 a funny thing, when you think about it; in the age of 300GB hard drives we抮e still running out of space. Maybe it抯 because certain soft...
answer(0) view(20) status(

)
PhP help
I need a PhP Script for a school project, they had all these different choice and i chose to make a game, Well i need a PhP script that will go get and display all the player's info from the database, like there money, there thugs, weapons,...
answer(1) view(109) status(

)
Enabling Checkboxes
I have a page with an undetermined number of check boxes. If any one of them is checked, I want the others to become disabled. If I uncheck the one that is checked, I want all the others to become enabled. I have a function that will dis...
answer(1) view(421) status(

)
dynamic form validation
i am dynamically generating a form from a database. when the textboxes are written to the html i used a loop to increment one number so they are named txtBox1, txtBox2, etc. i am trying to come up with a way to run some javascript form va...
answer(4) view(23) status(

)
Sending parameters to frame within a frameset
Hello Everyone,
I'm trying to open a frameset page while at the same time passing a query string to a frame witin the the frameset page.
From the research I have found the following but this is not working for me:
window.open('Defau...
answer(2) view(350) status(

)
handling forms
How can I pass user's browser, OS and resolution information to the form element?
I need to make radiobuttons to be checked by default according to the user's information.
For example,
if visitor's browser is IE I would like the radi...
answer(2) view(846) status(

)
checking the format function???
hi there i have a form field which i need to validate. this feild can accept numbers as well as this format e.g 1-2 and 1,2,3,4,5
how do i go about it?
answer(3) view(463) status(

)
Using dtpicker on web
Hi,
I am quite new to activex control
Can anybody help me in using dtpicker in a web page.
It will be best if anybody can give me the code to use dtpicker.
Thanks in advance
-Dipali
answer(1) view(809) status(

)
How to Find & Replace "day(s)"
Hi,
In javascript how can I get " day(s) " and replace with ":"
I can't seem to get the brackets included as these are special characters! Any idea what the correct notion is?? I have:
strA = a[currentCol].repla...
answer(1) view(968) status(

)
Javascript Message Stalling in IE - Help!
Hi,
I'm getting an error in a project I'm working on, I replicated the error in its simplest form with two files:
1) Test.cfm - a simple link to another page (Test2.cfm) with a javascript please wait function.
2) Test2.cfm - the resu...
answer(1) view(784) status(

)
Please Wait Message Not working in IE ? Help!
Hi,
I'm getting an error in a project I'm working on, I replicated the error in its simplest form with two files:
1) Test.cfm - a simple link to another page (Test2.cfm) with a javascript please wait function.
2) Test2.cfm - the resu...
answer(1) view(796) status(

)
css table borders
I need a css table to hide its borders. There are several tables in the document and the general TABLE element is still affecting the table I need without borders. I gave a different class name to that particular table, but even though I se...
answer(2) view(694) status(

)