HTML - Text Visibility Html Prompt.
I don't know whether it's possible with HTML code or whether I'd have to use JavaScript. Basically I have a simple HTML Email form prompt:
*** <center> <form method=post action="mailto:@" enctype="text/plain"> <br> Name: <br><input type="text" name="username"> <br> Email: <br><input type="text" name="email"> <br> Comments: <br> <textarea name="comments" rows="10" wrap="hard"> </textarea> <br> <input type="submit" value="Send"> </form> </center> *** I basically want to put text into the textbox, but when somebody then goes to use it the text disappears so it is a blank space, not sure if anybody understands what I mean but, help? Similar TutorialsI used dis below script,which wil ask my visitor his name,n den wil display it in the corresponding page.But i dont know,where i went wrong,n its not working in my html page. Someone please rectify it n give me its working script for an html page. Please... Ok here is the script.. IN HEAD TAG, <script language=JavaScript> <!-- script supplied free by hypergurl.com http://www.hypergurl.com --> <!--- start of javascript hide var Firstname=prompt("Enter your Firstname :","Firstname"); // unhide ---> </script> IN BODY TAG, <script language=JavaScript> <!--- start of javascript hide document.write("<center><h1>Welcome" + " "); document.write(Firstname + " "); document.write("</h1></center>"); //unhide ---> </script> Hi Guys Been getting some great help on here recently so I thought I would try again. I have a problem with a PNG which sits at the bottom left of this page. http://www.horizonwebsites.co.uk/sim...tock/index.asp. You can see it perfectly in FireFox but it is not visible in IE. Any ideas? here's the css http://www.horizonwebsites.co.uk/sim...ock/screen.css Cheers Kev I have several websites that I maintain and update. A lot of them are just textual changes and I would think my customers can do these themselves by editing a simple .txt file. I was hoping my choices are avalable so that I can just insert this tag into my web pages and then give them login info to their edit page or show them how to upload the .txt file. I hope this is an easy one with several answers. Is it possible these tags could discipline your rankings in the search engines? Thanks, Jason Hi there, I have a shopping cart website that i have almost completed apart from the search box function which I am told by the software authors is not working because somehow I have coded up one of my div tags (e_page) to show as hidden. Now I am not an expert on html and only self taught. I have tried many different things but I cannot get the generated source code to show the "e_page" div tag as visible at the following address: http://client.erolhosting.co.uk/bohemian/ Can anyone advise how I can do this? Many thanks I don't know if this thread belongs here, so move it if need be, Hi, I would like to make a square div (being about 100px - 150px width & height), which has the usual 'X' in the corner which is an <a> tag which makes the div dissapear. I have tried this with onclick functions but it doesn't work. Here's what I've tried: HTML Code: <a style="margin:5px;color:#FFFFFF;" onmouseclick="document.getElementById('banner1').style.visibility:hidden;" href="javascript:void()">Click</a> <div id="banner1" style="margin:10px;color:#FFFFFF;background-color:#DDDDDD;">DIV</div> I have changed the href of the <a> tag to different things, but they don't work. This is a prototype so it will be put into CSS later. I would like to have the box slide in about a second after the page has loaded, and then slide back down when the 'X' is clicked, I hope this doesn't require too much code! I will check back so I can answer any questions. Thanks, ToshNeox HI All, i got the table to float that was easy, it is making a link to hide the table anyone know how i can do that plz <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-… <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <table width="400" border="0"> <tr> <td><a href="">click here</a></td> </tr> <tr> <td> </td> </tr> </table> <table width="400" border="4" id="floatingtable" style="position:absolute; left:181px; top:193px;z index:2; visibility:visible;" name="floatingtable"> <tr> <td> </td> </tr> <tr> <td> </td> </tr> </table> </body> </html> ------------------------------------------- Diamond Engagement Rings Loose Diamonds Wedding Rings - DreamStone i have a lot of text files(2-400) all have quite alot of text inside them so is there some software that can help me convert it all into html pages?? somthing that i am doing right now is: copied all of my text files pasted them into other location and editing each file and giving extention html/htm. now can u tell somthing better?? all the files will open in same frame(obviously one at a time), all have styling n everything same. Hi everyone, I've been searching around the web trying to find out how I can send using Outlook a html and text email newsletter automatically. I am quite happy creating html only newsletters, and text ones for that matter, but I have been digging and believe that by using multi-part code I can send to both and the recipients email client "allows" whichever version to be displayed - does this sound right? I'm hoping to simply create the html with the relevent mime references and boundaries (dont know what they are but have seen them on enough Google'd pages to know that they mean something!) and then copy and paste into Outlook - the newsletter is only going out to a few people at a time. Any suggestions or advice would be very greatly appreciated. Regards Allan Hi everybody, I've invented a means of converting HTML to keywords. http://4nf.org/tool/ What do you think of it? Any kind of feedback is greatly appreciated! Thanks in advance and kind regards i just started working on addicted2ally.com, and for some reason, my index.html is showing the text of the html instead of well, doing it lol helppp!? Hi, Anyone can assist me to get this right. I am trying to request user to give extra details in the form i created by choosing either 'YES' or 'NO'. my code is as below: Code: <tr> <td bgcolor="#eeeeff"> Is it a shared devices?<br> <font color='#F62817'>** If yes, please indicate the shared device </font> </td> <td bgcolor="#eeeeff"> <SELECT name="shared"> <option value="No"SELECTED>No</option> <option value="Yes">Yes</option> <INPUT type = "TEXT" name = "shared_remark" value = "NIL"> </tr> so basically the text box will not appear if 'NO' is chosen, but if 'Yes' is chosen, the text box will appear for user to enter. Thanks I have got a pdf which when opened, a generic type of popup message comes up and prompts you to go to a desired web page. How is this done? When i send product pdfs i want the pdf to prompt to my companies websites product page. Cheers yo. hey, im currently setting up 4 pc's for a local kindergarten/nursery, in which the computers are locked down in a kiosk mode, with a web page navigation, what i need is for the links to open the games that are installed on the PC, but as its for kids age 3 - 4 etc i dont want the usual prompt of "open or save file as". the pc's will not be on the internet at all, all the files are local, so is there either anyway to turn of the prompt via a registry hack ? or can u suggest a way for me to open the programs either through html, javascript or would a flash or director link or something else work better? ive searched but i cant find any way of doing it, or bypassing a security feature, like i say the machines are locked down and not on the net, so i can relax all security measures. thanks Barrie Hello, for one site only, IE6 fails to prompt to save password for a Login Form. This is a new site. IE6 *does* prompt for other sites (e.g. amazon.com sign-on) The IE autocomplete settings are set to prompt in the usual way. I've tried clearing all cookies/cache etc. There are no autocomplete disabled/off settings in the page. What is strange is that Firefox does prompt to save password for site for the problematic page, as I would expect IE to. The only thing that's maybe a bit unusual is that the INPUT name="..." in the Form contains unusual chars such as ^ and !. But i wouldnt have though that was a problem (?). Any ideas why the save password prompt is not appearing for this one site? thanks. Hi all, I'm looking for a powerful but user-friendly text editor for HTML. One feature I especially need is the ability to use wildcards in both the search and replace strings. Any advice or recommendations? Thank you. Lance I need to have this text in html. I need only the text, no table. My problem was, that when i changed the fontsize, a new paragraph was created. But i want it on one line. Thanks for your help. Is there any way in HTML/css by which I can show text in 45 degree angle? I want whole string to be rotated by 45 degree so that I can use it as a table header. Thanks. I would appreciate anyone's help in determining why my text is not going all the way to the right side of the "maintext" container. You can view the problematic webpage at: http://www.cornerstonecontractingcom...emp/about.html The associated CSS can be viewed at: [url="http://www.cornerstonecontractingcompany.com/temp/default.css"]http://www.cornerstonecontractingcompany.com/temp/default.css[/URL Thank you very much for your help. Looking for the html code for center text, and text size. I want to center some text and increase its size from normal. Hi. I have NO experience with website building, but i need to build a site. I am using wix and I think it's turning out pretty well. However, I now need to create a box for people to fill out specific info for others to see. Ill explain what it'd look like, and hopefully you have the time to post a code??? thanks a lot if you do. It's look like this: We need: (here we would post for others to see what we need. somehow i guess i need to have administrator privileges to edit what is said. For example, "We need a baseball bat.") People see that then they need to "check" the box next to it to say they have it, and the click "okay". When they click okay i want it to link them to a login page where they fill out contact info(address, phone, email, date of availability, etc) once they do that then i want the box to appear shadowed/crossed out/whatever so that others viewing the site don't check the same box that someone else checked. Hope that makes sense. Thats the basic idea of it. All help is so greatly appreciated. Thanks a lot! |