Search the Community
Showing results for tags 'innerhtml'.
-
Is javascript navigation effective and smart? In one of my old web pages I used javascript for navigation. The code is listed below. I have knowledge of PHP includes. Currently I do not have web hosting which allows PHP(bills are tight so I opted for temporary free hosting). Would my below code b...
- 4 replies
-
- navigation
- javascript
-
(and 2 more)
Tagged with:
-
Hey guys I'm at a bit of a snag. I have a script on this page [ http://vampire-news.webs.com/quote.htm ] which is supposed to show a different quote each day of the year. I have an array of 366(for leap years so the script does not fail) quotes. Each day it should display a different one. To write...
- 4 replies
-
- innerhtml
- javascript
-
(and 1 more)
Tagged with:
-
anyone can help? i wanted to do something like e.g. when the user click on radio button, id =RadioGroup2_0 it will set the session variable $_SESSION['SELFPOST'] to shopping.php. but the problem is, it didnt works as what i have thought.. <input name="RadioGroup2" type="radio" id="RadioGroup2_...