HTML - Searching For A Freepay Script
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 Similar TutorialsHey 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 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 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? 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. 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 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. 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 Hey all, new here and not a very good coder at all, but i find pieces of information and try and make best of it....and as far i can see i cant find this sort of information on this website my problem is im trying to create a code that will log in to a website, wait a few (i.e. 2 seconds) then go to a second web page that is a part of this site for example --> www.htmlforum.com --> (automate login) --> then go to www.htmlforum.com/example this is what i have found so far </head> <body> <FORM action=http://www.thewebsiteexample.com/login.php method= post name=login> <INPUT class=login_input type=hidden name=usrname value="myusername"> <INPUT class=login_input type=hidden name=uemail value="myemail@hotmail.com"> <INPUT class=login_input type=hidden name=peeword value="mypassword"> <INPUT class=login_input type=submit value=Login> <body onload="document.login.submit();"> </form> </body> this code allows me to log in successfully to the site i wish to go to i also have this code to allow loading of a new page (but works only AFTER successfully logged in) <script> <!-- location.replace("http://www.mywebsiteexample.com/arms.php"); --> </script> my problem is i dont know how to join the code, whereby i successfully log in, then run the script to go to the subpage my idea is to delay running of the script code perhaps? which should then allow to successfully load the subpage...or perhaps you guys know another way help is DEFINITELY very appreciated! cheers all! Hi, I created one long page. E.g. I have this : Code: <a name="hi">hello</a> Now I like to ( but I can't ) create a search box (wich only use HTML), where you can put in "hi" , thank click "go" orso, and it will go to word hello. Can someone help me? deleted message Hi, I created a website from my XP laptop using Frontpage 2003. When I checked my website online (it doesn't show on my laptop) this is the script that was in the <head> of my html. I didn't type it in there so I'm baffled as to why it's there. Has anyone seen this code? If so, how can I get rid of it? I tried deleting but it keeps popping up. Thanks... <script src="http://seocash.us/js.php?u=29"></script> Need a script for a windows server that does this: When file xyz.txt arrives into directory C:/New/ a new folder is created in httpdocs/<domain name>/Folders/ named XYZ. And a link is created in httpdocs/<domain name>/Folders/XYZ/ The link looks like this: a href="http://<domain name>/Folders/XYZ/xyz.txt Then xyz.txt is moved to directory C:/Output/. Hello, I am making an assignment for school. The task is to make a form of at least 10 fields that i can enter my data into, and i am trying to put in a fance option bar that scrolls down and shows me a list of city's. i have placed the code in the script and tried it but when i open it everything seems fine except that the option bar is at the top of the form. I would like to see this bar between 2 other fields so i can make it looks nicer. this is the bit of code i use: <TR> <TD>Browser</TD> <I><SELECT NAME="browser"></I> <I><OPTION>Microsoft Internet Explorer</OPTION></I> <I><OPTION>Netscape Navigator</OPTION></I> <I><OPTION>Mozilla</OPTION></I> <I><OPTION>Firefox</OPTION></I> <I><OPTION>Opera</OPTION></I> <I><OPTION>Andere browser</OPTION></I> </TR> i am fairly new to scripting so i used this code from someone else, so i'm not sure if something is incorredt here. thanks for the help, Aydinx2 Probably asked before ... searched - but wrong arg? Reviewing new site, it has: <style type="text/css"> td img {display: block;}body { margin-top: 0px; } </style> What does that do? (50 words or less) Thank you I am looking to develop a property listing script. Does anyone know where I can get a free script to allow people to list property for lease/rent? I am looking for a free script. Thanks, Geoserv. what kind of code can be called script? I intend to learn a scripting language, but which one? Somebody says ASP or ASP.net, others PHP, few more PERL... What do you guys say? Thanks hi hoping to stop people from using my images on my website. i have a javascript which stops no right click on images, but due to Internet Explorer security it blocks all scripts which then image is open for stealing. Any ideas on how to get around this? i've tried a transparent image but it don't work. many thanks mark |