I want a prompt to come up when users hit the back button, refresh, backspace key, but I want to allow them to click on and load a pop up window.
The function for my popup window is named...
Type: Posts; User: icesolid; Keyword(s):
I want a prompt to come up when users hit the back button, refresh, backspace key, but I want to allow them to click on and load a pop up window.
The function for my popup window is named...
hmhmhm.... thats pretty cool.
I am looking for something a little more simple.
Just a checkbox, if selected it will show a selection box.
Unchecked the selection box disappears.
I was wondering how I could have a checkbox that when selected displayed a selection box with values.
If the checkbox was unchecked it would hide the selection box and then clear the value of the...
I have a selection box at the top of my web site and then I have a bunch of rows printed out into a table from a MySQL database below that selection box.
Each one of these rows has a selection box...
I was wondering how I can make a drop down menu in CSS that has a cutom look to it like the one on http://www.verizonwireless.com. I like how those have a customer look to them rather then using a...
Thank you, just wondering.
How do I make text inside of a selection box option bold.
I want to make one word in a option in a selection box bold.
EX: Text In <b>BOLD</b>
I am playing around with one of the scripts on dynamicdrive.com, it is the one that limits the input in a textarea and outputs how many characters are left. The script is located here...
I am playing around with one of the scripts on dynamicdrive.com, it is the one that limits a textarea and outputs how many characters are left. The script is located here...
Yup, sure did.
Anyone with any ideas of why when the form is submitted I loose all of my form values?
That worked, but now none of the values in the form are submitted?
For example: $_POST["save"] is not recognized in PHP as being submitted.
This code works great, only draw back is that it doesen't actually submit to the page defined in the <form> tag. It just stays at the page with the loader image.
My <form> tag:
<form...
Using the code posted above the Save & Exit text changes and the button is disabled, however the image does not show up. I did rename the image to the image on my directory.
Hello everyone!
I am new to this DHTML concept. I have been programming in PHP for years, using the basic HTML, CSS and JavaScript concepts everyone uses (tables, rollover images, underline links...