HTML - Searching For A Code Or Puzzle Type Game
I apologize if I am posting this in the wrong section. I am looking for a code or script for a certain type of game but I can't even figure out what this type of game would be called. The game I am talking about is called "cryptopix" at tanga.com. I would really like to implement something like that on my website that members could create and participate in. If anyone can help point me in the right direction I would be forever grateful
Similar TutorialsHow would I make a search-type form that would insert what the user typed in a text box into a web address and go to that address? (for example, if they type 'help' and click the submit button, it would go to the page "http://www.websitename.com/help.html") I know the general form code, but I can't figure out if I would use a tag in the 'onSubmit' portion, or use javascript, or something else altogether. I didn't make this on frontpage. I made this through notepad. my teacher asked me to make a web page for an organization on our school's website. the whole thing is basically a form. so far i've just made the basic page without any designing yet. i'm sure i did everything correctly except for the submit button. what i want is when you click the submit button, for the browser to automatically send some sort of email to the provided address. instead, it opens up outlook. i don't want that to happen. what should i do to fix this? i will copy and paste my source code here but i will hide the email address with "*'s" just for privacy. Code: <html> <head> <title>Academy of Finance</title> </head> <body> <h1 align="center">Academy of Finance</h1> <h3 align="center">All Academy of Finance Alumni are invited to attend a reunion during the Thanksgiving weekend of 2009!</h3> <hr> <form action="mailto:********@gmail.com" method="post" enctype="text/plain"> <p> <b>Would you be interested in attending an Academy of Finance reunion Thanksgiving Weekend 2009?</b> <p> <input type="radio" name="yes" value="yes"> Yes <br> <input type="radio" name="no" value="no"> No <p> <b>Even if you answered no to this question, please fill out the following information so that we can verify that you will be unable to attend the reunion. Thank you!</b> <p> <fieldset> <legend> <b>Name:</b> </legend> <p> First Name: <input type="text" name="name" size="30"> <p> Last Name: <input type="text" name="name" size="30"> </fieldset> <p> <fieldset> <legend> <b>Address:</b> </legend> <p> City: <input type="text" name="city" size="30"> <p> State: <input type="text" name="state" size="30"> <p> Zip Code: <input type="text" name="zipcode" size="30"> </fieldset> <p> <fieldset> <legend> <b>Phone:</b> </legend> <p> Home Phone: <input type="text" name="state" size="30"> <p> Cell Phone: <input type="text" name="state" size="30"> </fieldset> <p> <fieldset> <legend> <b>Graduation Year</b> </legend> <p> Year of Graduation: <select name="year of graduation"> <option value="Select">Select</option> <option value="1990">1990</option> <option value="1991">1991</option> <option value="1992">1992</option> <option value="1993">1993</option> <option value="1994">1993</option> <option value="1995">1993</option> <option value="1996">1993</option> <option value="1997">1993</option> <option value="1998">1993</option> <option value="1999">1993</option> <option value="2000">2000</option> <option value="2001">2001</option> <option value="2002">2002</option> <option value="2003">2003</option> <option value="2004">2004</option> <option value="2005">2005</option> <option value="2006">2006</option> <option value="2007">2007</option> <option value="2008">2008</option> <option value="2009">2009</option> </select> </fieldset> <p> <fieldset> <legend> <b>Current Status</b> </legend> Current Organization: <input type="text" name="current organization" size="30"> <p> Current Occupation: <input type="text" name="current occupation" size="30"> </fieldset> <p> <fieldset> <legend> <b>College</b> </legend> College Attended: <input type="text" name="college attended" size="30"> <p> Degree Attained: <input type="text" name="degree attained" size="30"> </fieldset> <p> <fieldset> <legend> <b>Additional Comments</b> </legend> <blockquote> Additional Comments: <p> <textarea name="comments" id="comments"> </textarea> </blockquote> </fieldset> <p> <input type="submit" value="Submit"> <input type="reset" value="Clear All"> </body> </html> i really don't know what i did incorrectly. i'm not sure how i can get the submit button to send everything to my email directly without the use of any email manager. please help me out. thanks. Is this the correct code for setting an h1 tag to a specific color, bold, and centered, in an HTML4.01 transitional document? <style type="text/css"> <!-- h1 {color: #ffffff;font-weight: bold;text-align: center}--></style> Some HTML testing programs make this note: empty container element <STYLE>. I'm not sure what this means or how it applies. This is free to use: http://www.tradelinksfree.com/htmleditor.htm hey guys. I need help again! Well actually its a question But before that question - You see I play a game and in that game I want to make a list of things. Here is my noob website - http://heroonline.synthasite.com/ The Question -I guess what I'm asking is how do I post a forum directly onto a page of mywebsite with separate moderator accounts? I need forums that can be added to sites like myspace, and my website, that you post with a html code, and editable by multiply accounts? On that forum I just want one thread where i can post names of people. And I want some other people to be able to post names on that one thread. Kind of like the cbox I have on there but more like forums, and changeable by other people/accounts that i choose. Hope you guys understand what I am trying to say here... I'm a noob and i tried my best to explain. Hi: I would like to have a checkbox select input where I have approx 24 items for the user to select from. However, I want the user to *priority-order* his selections and have him/her select only a max of 8 of the 24 items. Instead of a 'checkmark, I would like to see the digits '1' up to '8' in the check boxes, which would indicate his priority order of choices. If this is impossible, can you suggest an alternative. (I don't want a drop-down list, I would prefer a 6-row, 4-column table of checkbox inputs). btw, this will be used by service providers to tell us which services they can/will provide to our Senior's Park, and in what priority they rate their various capabilities (from tree-pruning thru painting, thru yard cleanup, thru plumbling, re-modelling, etc). Thanks, -Mel Smith I am developing a new site www.oas.org.uk. It works fine but uses separate html pages throughout, each of which includes the same series of navigational 'menu' pushbuttons down the left hand sside. These change colour when you click them, using simple Javascript. My problem is that if, for any reason, I want to change one of the navigational buttons (which need to be the same on every page) , I have to laboriously wade through every page to make the change. I thought the obvious answer was to use an iframe for these 'menu' buttons so that all I would have to do is to change the content of the iframe when making changes to the menu buttons. But my problem is that I can't get the iframe to appear in front of the graphic that sits on the page behind it. Is there a simple solution please? --Solved-- Hi: I'm trying to understand the following <a href> puzzle: <a href="#;return false;" onclick="answer('q11');"> lotsa stuff in here </a> In the above brief fragment of an html page (with Javascript), Can anyone provide a 'word' explanation of the following 'phrase' taken from the above: href="#;return false;" (what is that # sign doing there anyway) btw, there is a javascript function in the header of the page that is (I guess) directly related to this 'phrase' -- but I don't understand the relationship. TIA, -Mel Smith Conflict between Mime Type and Document Type... Morning - I have recently been learning CSS and have been upgrading my site to Semantically correct code. The first templat I am building is the following page http://www.colletts.co.uk/colletts_n...ndexflash.html and validates here validates... sort of. Should I be worried about the mime type, what effect will this have on the page. If I follow the instructions and change the file extension to xhtml all hell breaks loose - http://www.colletts.co.uk/colletts_n...dexflash.xhtml IE Error - can't open thios document etc... What am I doing wrong??? Best, Mas hi i keep getting spam from my site because their is no security on my 'comments' box. where can i find a code for putting one of those scrambled images that u have to type in that computers arent meant to be able to recognise? i dont know what to type in in google? thanks in advance I have a search box on my website deign but do not know how I can have it find information on my additional pages. Much like the search box on this site I would like it to link to my other page and specific information on that page. If anyone could post an example code with an explanation that would be appreciated. Hi there, I'm a novice to HTML and new to this site but am looking for some info. On our company website we want to have a way for customers can search through files/directories to find a specific file they need. Basically just a filename search that can display results in the form of a link. Right now the folders that we want our customers our accessible to them over the web, but instead of them using a plain file/folder viewing style we'd like to incorporate a simple search that can search through different directories to find files that fully or partially match their keywords. I'm not sure if this is very difficult, or if this is the correct forum to post this question. Thanks for any help Hey I recently released my website, www.onezeroprints.com but I am unable to find it when I google search or use any other major search engine. I was wondering if you guys could check out my header html code and let me know if I was doing anything ostentatiously wrong in this regard. Thank you for the time. Please let me know if there are any steps to take in remedying this. Zero <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="New age pop art by Kevin McCall. Posters etc"/> <title>One Zero Prints, Posters, New Age Pop Art</title> <link href="css/global.css" rel="stylesheet" type="text/css" media="screen" /> <!--[if lte IE 6]> <link href="css/reset.css" rel="stylesheet" type="text/css" media="screen" /> <link href="css/ie6.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> I have a basic form. I want to get all that information and make it searchable on my site. the form will consist of names, addresses and images nothing too complicated. Do i have to use xml? I know this is a long answer but can someone lead me to a website a link in this forum. Hi, we started a new project and we are looking for somebody to join as xhtml programmer. We can not offer any financial aid at the current moment. Saying we i mean i we got only one who is programming php We have an idea of creating game portal with a little more interest. Anybody intereted? Guys n Gals. Is it possible using HTML to search local folders for files. The scenario: At work we have a networked folder, that is constantly being updated with either txt files or xml files and such. This changes on a daily basis. Is it possible to search using html. I don't wish to build a database, as this would require constant attention. I would like to send out a small HTML page, with our company logo, that references the newtrk location. If so, would anyone know or have the code to do this. Java would also be suitable. My company has a support site that is hosted by a 3rd party. We are wanting a search box on one of our other sites that searches our database via this 3rd party site. I only know of 2 options: 1. I can create a search box that changes the word they are searching for in the web address it submits. IE: It would replace the word "voltage" to whatever the customer enters into the search box for in the address below. http://gsd.custhelp.com/cgi-bin/gsd....h_text=voltage[/color]&p_new_search=1&p_search_type=answers.search_nl 2. I know the search box on the website is in a table. If I could somehow link to this table so that it appears on my website. I am not sure of the best option or if a 3rd one exist and I have no idea (despite my best efforts) of how to implement it. Any help you can provide is greatly appreciated. Thanks! I have a library of catalogs from many manufacturers. I incorporated this list into an excel file with location such as a card catalog. Then I saved this file as an html file. For now i use ctrl f to find things withing this page. Is there a way to create a search bar to find keywords. Canh this be done in html or better to create with javascript? Thanks in advance. I am looking for a script like freepay. So people sign up to adverts, and then they get credits, and then they can order a prize. If you can find a free one like that, or even a paid one, that would b very useful. Thank you, Josh |