hi everybody,
i am trying to enable a textbox object when the user select an option from dropdown list.
Can anybody help please?
Search Result
Collapse
27 results in 0.0015 seconds.
Keywords
Members
Tags
-
enable textbox with select option
-
How to bypass a login page from a form submit
I have a bit of a strange problem. I thought it would be possible at first but now I don't know.
I have a friend who licenses a service from a website, they give him client logins and he lets his clients have access to some of the features. What he wants is this:
1. His client goes to his website and enters login information. They hit submit.
2. The site then goes over to the third party site, enters the... -
open webpage and simulate key press events
I have been trying to merge two command scripts, and have gotten nothing. I am trying to use javascript commands to open a new window on Firefox, and on that opened window simulate a Tab key press.
This is the full script that I have come up with so far to open two windows, with the websites being yahoo.com and google.com. ***To fully help me please copy this script, paste to Notepad, save as a .html file and run it on Firefox. You... -
Image uploading code, help me modify it
This is a part of a code that i use to upload a video and a picture,but i want to modify the img part to upload the file in a diferent folder and i don't want it to create an unique folder for each picture.
...Code:<tr> <td>Selecciona la imagen que representara el video :<div class="upload_sub">Esta sera la imagen que visualizaran los usuarios, debe ser un screenshot del video a subir.</div></td> -
Having trouble with Multiple Select box in form processor.
My form processor is giving me a bit of trouble for some unknown reason. I was sure I had both my form and my processor correctly scripted. I am pretty new to this though. All of the fields except for the multiple select box are functioning properly. If anyone could help me with this, I'd really appreciate it. The page where the form is located can be found HERE
Here is the script for my multiple select box in my form:
...Last edited by Atli; Mar 12 '10, 11:38 AM. Reason: Replaced real email addresses with example values. - Plase use [code] tags when posting code! -
Redirect when visitor has cookies enabled
I want to redirect all users with cookies enabled. When someone visits my website with cookies enabled they they should get redirected somewhere else.
The code i'm using now only works once. Until they delete cookies. -
writing information from a prompt
I am trying to get the code to write the users name onto the site.
I think i need to call the functon before the page fully loads can someone tell me how to do this or how to fix my problem thanks..
...Code:<html> <head> <SCRIPT LANGUAGE="JavaScript"> function getName() { var name = prompt("What is your name?", "") } document.write("Hello " -
Flash based-forum
Hi.
I recently found a worthy flash-based forum on the web called FlashForum engine and i just wanted to know what do you think of it?
I've downloaded the demo, tested it out, but i'm still doubting about it.
Do you think it's worth buying it?
Here's the live version of that engine http://chargedweb.com/ff/forum/ -
Auto populate fields from sql database.
I need some help or tips on the following.
I have a .sql database file with the folowing structure:
And here is a sample of the data inserted in to...Code:DROP TABLE IF EXISTS `car`; CREATE TABLE IF NOT EXISTS `car` ( `id` int(10) default NULL, `Make` text, `Model` text, `Year_` text, `Car_Fuel` text, ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-
Paypal Script
Hello there.......... ..
I need a paypal doantion script for my blog. If you can help me to get one for free than please help me.
Thanks -
identify com ports w/ batch
I need a script that runs in the background that constantly "scans" the used com ports. When a specific com port becomes unused (ie com20) I need a set of batch files kicked off (which restart some services to get it back up). Any Ideas?
Thanks in advance
Matt -
How do you call an external script using DBI
I started by posting here but realized that may not have been the correct place to post.
I'm looking for a way to call an external sql script using DBI, DBD, or Oraperl. Sqlplus dies on windows after 64 calls (windows fork error) so I'm searching for a way to call it outside of a system call.
I thought about parsing the file, but why re-invent the wheel? If there is something out there that works I would like to know...