| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: May 2005 Location: Canada
Posts: 171
![]() | JavaScript to populate a text box I have a program that has a save function. To save you input the name into a textbox and press save. I have also shown what the current file name that is being worked on is. I would like to make this filename a link. When the link is clicked, I want it to put the name into the save box so you can save over the existing file. I'm no javascript genius, so I need some code for it. Does anyone know where I can find some code for this or will anyone post some code that will do this? All I need is to pass the name of the link to the textbox. Thanks
__________________ www.twocrazyducks.com - Two Crazy Ducks Web Hosting - Lethbridge, Alberta www.lasara.org - Lethbridge Area Search and Rescue themuellers.ca - The Mueller Family Webpage jobsitestructures.com - Job Site Structures Ltd. - for all your site office and accomodation needs! |
| |
| | THREAD STARTER #2 (permalink) |
| NamePros Member Join Date: May 2005 Location: Canada
Posts: 171
![]() | Nobody has any ideas? I found this piece of code, but it doesn't work. Could someone fix this up? Code: <form name="myForm"> The form's name is: <input type="text" name="text1" size="20"> <br /><br /> <a href="" onClick="myform.text1.value="thename"">push me</a> </form> Nevermind, figured it out. Here's the code for others that might need something similar. Code: <form name="myForm"> The form's name is: <input type="text" name="text1" size="20"> <br /><br /> <a style="color:blue;text-decoration:underline;cursor:pointer;" onClick="document.myForm.text1.value='thename'">push me</a> </form>
__________________ www.twocrazyducks.com - Two Crazy Ducks Web Hosting - Lethbridge, Alberta www.lasara.org - Lethbridge Area Search and Rescue themuellers.ca - The Mueller Family Webpage jobsitestructures.com - Job Site Structures Ltd. - for all your site office and accomodation needs!
Last edited by kpm547; 09-23-2005 at 10:19 AM.
|
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Good Article: An SEO Checklist | Ferman | Search Engines | 2 | 05-28-2005 11:51 AM |
| Why can't I get clicks | majinbuu1023 | Google Adsense | 43 | 04-15-2005 10:24 PM |
| HTML Part I [For the beginners | Mystic | Webmaster Tutorials | 0 | 03-29-2005 07:39 AM |
| cannot find script | sickle | Web Design Discussion | 5 | 04-03-2004 07:36 PM |