Jump to content
xisto Community

suicide1405241470

Members
  • Content Count

    55
  • Joined

  • Last visited

Everything posted by suicide1405241470

  1. As part of my college work I have produced a web page, that as to include dertain elements: meta tag info, internal + external link, images, text One audio clip, and one video clip, use of frames and a no frames option, one input form, and to demonstrates the use of a template. The problem is, I thought I had everything covered, and recieved some negative feedback, which I don't mind, but the problem is I know the music is annoying (no one more than me does) but until my tutor grades my work there it stays. So how can I make it so that it turns off (like a button or something) here is the code <bgsound src="blackhole.mid" loop="3"> Here is the website http://forums.xisto.com/no_longer_exists/ Please take a look, this is my first attempt and I really don't want to submit my work if it aint right Thanks
  2. Hi Can anybody help me with this little problem i have? Its just a sort of password protectd html page. new to scripting,so give me a chance. Basically i have a enter username/password page. if you dont enter a name or a password it takes you to a please try again page, the same if you get both fields wrong, but if you get it right it also takes you to the try again page. username and password refer to a seperate html page of both names with an _ inbetween. i.e myname_mypassword.html would be correct. the code. <script LANGUAGE="JavaScript"> function checkuser() { var user = document.login.user.value var password = document.login.password.value if (user == "" || password == "") { var doc = "no.html" this.location.href = doc } if (doc !== user + "_" + password + ".html") { var doc = "no.html" this.location.href = doc } else { var doc = user + "_" + password + ".html" this.location.href = doc } } </SCRIPT> function called up with a submit button. Thanks for any help upfront.
  3. Hello I uploaded all the files for a working website. But now when I load page all the text works fine but no graphics. Do I have to change some file permissons? Also there was some WS_FTP.log files in the program . Do I have to upload these as well? The site in question http://forums.xisto.com/no_longer_exists/ is being hosted at IX. I loaded the same program on one of my Host4profit host sites and it's doing the same thing.Any suggestions Have A Great Day
  4. Ok I'm using an iframe to display my content. I have the height set at 100% but it extends far below the height of the screen and creates a scroll bar for the page, something I don't want. Is there a bug with iframes and internet explorer or am I just doing something wrong?
  5. I have a sign-up form with multiple boxes. The customer will put their username in a text box. After they submit the form they will be taken to a payment screen. On this payment screen there is a text box and an add to cart buttom for adding products to their cart. (this is done via paypal. My question is, I need the text box on the second page to automaticly fill in the member name they put in on the first screen, and make it invisible. Is there anyway to do this? Thanks for your help
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.