If your pages work great with javascript turned off, but when turned on the
javascript makes it do it's cool stuff, then yes, you'll have great SEO and
transitions. Just make links like this:

<a href="myproduct.php" onclick="transition('myproduct');return false;">My
Product</a>

instead of this:

<a href="javascript:transition('myproduct')">My Product</a>

It's doable.

Jacob


On 4/30/07, Webot Graphics <[EMAIL PROTECTED]> wrote:

1) I have some php code that pulls some products out of a database.
Is there a way to make the images/names that it pulls out into links
that point to javascript functions?

2) I have a friend who really wants a flashy page for a store front.
I have pulled him away from flash/flex to ajax/javascript, for better
SEO, but as in the previous questions you can see that he wants even
the product transitions to be really smooth. Is there a way obtain
both smooth page transitions & SEO?


_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to