PDA

View Full Version : Question



toast
09-16-2006, 03:19 PM
What is the method called when a person floods someones computer w/ popups by clicking on a link?
and
How do I link something but change the link text? Er.. like- instead of bob.com, have it say bobby.com but it still goes to bob.com...
Ill google the info, once I get proper names.

Thanks
Toast

tocksarcle
09-16-2006, 10:45 PM
How do I link something but change the link text? Er.. like- instead of bob.com, have it say bobby.com but it still goes to bob.com...




<a href="bob.com">bobby.com</a>



That should help:)

Ezekiel
09-17-2006, 05:26 AM
What is the method called when a person floods someones computer w/ popups by clicking on a link?

You could do this by creating a page with javascript which opens multiple windows.



and
How do I link something but change the link text? Er.. like- instead of bob.com, have it say bobby.com but it still goes to bob.com...
Ill google the info, once I get proper names.

Thanks
Toast

You can do this with the method shown above, but you can't change what appears in the status bar when the user hovers their mouse over it.

toast
09-17-2006, 11:20 AM
Cool, thanks!


Toast