Help - Search - Members - Calendar
Full Version: Creating Automatic Changing Information on a Website
HTMLHelp Forums > Web Authoring > General Web Design
Bradymac2222
Hello All,

I was attempting to add some JavaScript to my MySpace profile before learning that MySpace will not allow it. Basically what I want to add is a box of information that will automatically change daily and/or possibly a box that only displays information to certain users (although I'm not sure that one is possible).

Since there is no reasonable way to get around the JavaScript issue, is it possible to create any of this using the scripts MySpace does support (CSS/HTML/DHTML)?

If you could just point me in the right direction I would really appreciate it.
Darin McGrew
You can't do it with just HTML or CSS. You need some sort of programming mechanism, either client-side (e.g., JavaScript) or server-side (e.g., CGI, PHP).

If you can't run anything on MySpace, then your only option is to run it somewhere else. You might be able to set up a program on some other system that automatically updates the content on MySpace, or you could just move your whole page to a more feature-rich server.
Bradymac2222
That's what I was afraid of.

Is it at all possible then to create a form input box in html and when certain words are entered, it could show specific texts on the same page? Or is that not going to happen either?
Darin McGrew
QUOTE(Bradymac2222 @ Oct 22 2007, 03:03 PM) *
Is it at all possible then to create a form input box in html and when certain words are entered, it could show specific texts on the same page?
You could use JavaScript to update the page, or you could submit the form to a server-side (e.g., CGI, PHP) program that processes the data. HTML itself can't "do" anything.
Bradymac2222
Alright, thanks for your help! biggrin.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.