Excellent - I made an external JS file and it validates. Thank you so much.
Type: Posts; User: catwoman2970; Keyword(s):
Excellent - I made an external JS file and it validates. Thank you so much.
Thanks for your reply, but doesn't the javascript that uses the && in question need both of those as they are?
Hi,
When I try to validate this page -
http://www.topfloorstudio.com/index.php?/contact-topfloorstudio.html
I get two errors and two warnings -
...
Sorry about that; maybe I should have posted all the code from the php file. It follows (and is attached):
<? $section = "projects"; ?>
<? if (isset($_GET['subsection'])) { $subsection =...
Hi everyone,
A friend of mine has a photo gallery on his site, which is built with PHP (and I imagine the gallery also uses javascript). The gallery uses thumbnails, which are auto generated when...
Will you marry me?
Hello,
I'm using js to show and hide divs when a user clicks on a tab in a group. It changes the visibility of divs upon clicking. The issue is that I'd like to have two different groups of tabs...
So in IE6, I have a div set to a height, overflow of auto and inside it is a UL. At first the div is set to visibility: hidden then when you hit the Select a Property button, it toggles to visible....
I used some Yahoo developer code that pops up a hidden menu when you click on a button (http://developer.yahoo.com/yui/examp...xample01.html). It looks like the js toggles between visibility:hidden...