HTML - Let Users Know What Pages They Have Visited
Hello,
My first post and my first ever visit to an HTML type forum, so please be gentle with me, and excuse me that I am probably not posting this in the correct sub-form, but I am unsure which one to use, and hope a mod can move it to the correct forum, thank you. Anyway. I write little Riddle games, basically puzzles, they are offered for free to players. All of them, up to now, have been serial, you start at level 1, solve it and that opens up level 2, etc. However I am just writing one where all the levels are open, the player can play any level. When they get the correct answer they are taken to a congraulations page. However, they have no method of seeing which levels they have completed without keeping a note of them. So I wondered if I could set up something simple, that is individual to the player, thats non controversial that wouldnt be considered phishing etc where the players can tell which levels they have completed, by using the fact they are the only ones who have visited the various level congrats pages. I can show you an example of what I mean but I dont want to put a link here in case it is considered spamming. I have my own domain, access to the server etc if I need tinstall something, but my server, cookie type knowledge is pretty much non existent. Thank you in advance for any advice you wish to give. Creo Similar TutorialsHello all, I am encountering a bizarre problem that I've never seen before. My a:visited color has suddenly turned white and refuses to display in the color I set. Code: a, a:visited{ color: #0181b4; text-decoration:none; } a:hover { color:black; } I have tried several ways to set the visited color to blue. If I specify it in the <head> of the page using <style>, it works. If I specify the class, .browselist, with the a:visited, it works. But if I try to set it as above, the usual way, it turns white. Strangely, the css behaves itself in the Dreamweaver live preview, but not in Firefox, Safari, Opera, or Chrome. I could just use the workaround but it's sloppy code and other people will have to work with this file. It's embarrassing! Does anyone have an idea of what's going on? I'm grateful for any help you can offer. Dear friends, I have been googling for many hrs but not getting exact solution. this is my hyper link. <a href="www.abcd.com">text</a> now for this I want the visited color and normal color should be same. how can i set a specific visited color for this link only. There are 20 other links in this page but i want only for this link a specific visited color. please help me with code.. thanks This will be hard for me to explain so I will add an image: http://img75.imageshack.us/my.php?image=examplexu6.gif How do I go about loading a page within a page. For example, in the pic, if you clicked Cost it would load a page within the loading area without taking off to another location. I seen it on a site before, i remember the links were something like "/?p=cost" or something like that. And the page appeared to not navigate elsewhere, the cost page was just loaded within the page i was on. hope that makes sense, if so any examples on this? is it hard to do? messy? safe with most browsers? thanks Hi, I have a very basic question. In the past, every time I've made updates to the website, I have to refresh my browser to get the new content. How long does it typically take for browsers to check for new content? Is there a way to put something in the html header so that browsers will do this automatically? I suppose not, but just asking. Thanks, Linda. hiya,i have a msn group and it doesn't support java scripts i searched on google tried a lot of webcounters but they are all with java .. is it possible to have an users counter without any java ?? just simple html.Thanks in advance ! *love - Elise hi everyone! i d like your help on how to put an icon on my site to correspond to a wav file, and how to allow the users to be able to download it. do u know any piece of code to do this? Thanks! Is there a plugin or anything that would allow me to setup specific sections of a website where certain users can update with news? I hope I'm being clear, but this is what I want to do: There's a news section of my page, and currently I'm working with people who don't know a lick of HTML. They want to be able to add news articles without having to go through me. Is there a service or plugin or anything that will allow this to happen? Thanks in advance for any help! Allow me to explain First i have a site master where the header and menu has been designed when ever a user click on a seperate page the header and menu gets called and then its shown etc etc thats all perfectly fine. My issue on one of the pages i have a slideshow box, the css is all done. i have a java script which controls the slideshow but im not to sure where to put it because it says place this script between the <head> </head> on your page, but the page im on hasnt got a <head></head> only the site master has, So my my question is where can i add the script can i place it on the sitemaster and when thats called the script gets called or wont that work due to being on a different page? Can some one please tell me from the below code where to add the Java Script. The page i want to add it to is below. HTML Code: <%@ Page Title="Home Page" Language="vb" MasterPageFile="~/Site.Master" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebApplication1._Default" %> <asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent"> </asp:Content> <asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent"> <h2> Some text as a header </h2> <p> bla bla bla </p> <p> even more bla bla bla </p> </asp:Content> Hope some one can help me would be greatly appreciated. I've got a registration page and login system set up, but now I need to record when each user accesses a certain page. Is there any way to do that? http://www.wagnermeters.com/1/login/index.php Hi - I'd like my customers to be able to submit useful weblinks to our site so that they can be shared and commented on by others. In Firefox, a quick way of doing this is to have them drag the weblink in their Bookmarks and drop it into a textfield within a form. They can then press submit on the form. However, this doesn't work in Internet Explorer - the user is simply redirected to the url in the bookmark. Is there a smarter way of doing this? I'm can use ASP if there is not easy HTML solution. Hey mates, i have a website and want to create a page on there where just registered users have access to and can download from the links on that page. Therefore I believe I need to make a "register" thing on my website, where they get a code to their typed in email addy and have to confirm it by typing it in on my page. I don't even know if it is possible to create that kind of thing with html, but any help would be great, have a nice sunday, DonCanalle Yo guys I need some help with some html code. Its lookin like I need two pictures and two paragraphs but I haven't got the book yet and don't know how to put these things together the right way. If someone can throw it together for me or give me some important information that I would need to get it done I would appreciate it man. I'm a student with not much cash so I'm hiring volunteers tho lol sorry guys hopefully it's easy to do for you here's what the page looks like http://academics.rmu.edu/faculty/wu/infs2150b/a/a1.pdf and the pictures needed for the page http://academics.rmu.edu/faculty/wu/...a1/Hiking1.jpg http://academics.rmu.edu/faculty/wu/...a1/Hiking2.jpg seriously though I can offer some free original music for someone's site background or webpage , some catchy music that would get those people coming back to your page! I'm working on a site for a local radio station that is streaming high school football games on Thursday and/or Friday nights. I'm tired of waiting up until 1-2AM for everyone to call in the scores so I can update the scoreboard. Is there a way to allow me to give certain users access to make changes to certain pages? I'm using Microsoft Expression Web 4 and made a Master page with editable regions so every page is pretty uniform. I want her to be able to update the scoreboard herself, but nothing else. Here's a link to the first week's scores: www.mywin98.com/scoreweek1.html You'll have to login to look at the page - so just use username/password - test/test Any ideas would be greatly appreciated! I want to have a survey page on my site where each visitor will be asked random questions and their answers recorded along with their age, sex and religion. I have a set of 500 questions and an Ajax setup to pick one randomly and present it. That's not the problem. The problem is I'm not sure how to identify users. On one hand I want it to be as easy as possible for people to take part in this survey. On the other hand, I need to avoid asking a person the same question more than once, and I also need to know their age, sex and religion. (This is so that I can compare the answers across different demographic groups.) One way would be to have them register the first time they do the survey. Then they would fill in their details only once and thereafter just enter a name and password. But having to register might scare them off! Another way would be to do without registration, and have them enter their details every time they do the survey. That might be tedious for them. Another way would be to store the user's details in cookies. I am reluctant to rely on cookies because a) they could be wiped, b) it would increase the amount of data being transferred between the server and client and c) two people on the same computer would not be able to have different details. Each method has its drawbacks. I really want it to be easy for people to do this survey - otherwise I won't get the answers! - but, as I say, it's pretty much useless without the respondents' details. What should I do? Hey All! How Do i Create A Login Form That Allows certain users to go onto a 'thispage.html' but dosn't allow them to go onto 'thatpage.htm' How Do I Do That Please Help!!! Hey guys! Ive added a working mailto system to my forums and till now i have this: Code: <form method="post" action="index.php?page=contact"> Your Email to response to: <input name="email" type="text"><br> Message:<br><textarea name="message" rows="15" cols="40"> </textarea> <br> <input type="submit"> </form> <br /> <b>Spamming/abusing this option will result in a permament ban!</b> that results in this: http://prntscr.com/662te and when they click on send i receive this in my inbox on my email account: http://prntscr.com/662ut But now my question. how can i make it work that when they send a message to me that i can see their ip adress that they used to send that message with? like this: http://prntscr.com/662x8 THE LINKS ARE SAFE IT JUST SHOWS THE MESSAGE. i really really really appericiate it when you reply me with the golden answer! ive been searching for ages thanks already luv juultjek50. Hi, I have a website who can enter html code for product descriptions with my text editor. My problem is when user entered invalid html code, (not closed tables or divs etc) my layout distorted. I will try to change text editor but the other problem is i have lots of records, so i can't repeair invalid htmls on my database. So how can i isolate user html code from to my html? I don't want to use iframe. Any ideas? Thank you. if i have a flash site and a non-flash site at the same domain, how does a mac visitor get directed to the correct (non-flash) site? thanks for the newb help! berbes Hey guys, I've got some files which are in a password protected directory inwhich the directory has a generic username & password I'm after a way I can track who has accessed the site or more specifically who has downloaded the file/s . Is this best done using SQL and if so can somebody please explain the steps or direct me to a script ? Cheers in advance Hey everybody, I've been wrestling with the classic iframe border issue in IE for the past couple of days and desperately need to know if I've cracked it (browsershots is just getting slower and slower these days..) http://www.eveningtweed.com/lauratest/home.htm Are IE users on PCs seeing a border around the iframe which contains the 'workworkwork' line? I've ensured the CSS for the iframe is correct (frameBorder=0 with the camel case) as well as setting a 0 border on the page loaded into the frame itself. Jez |