Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
the basic window tooltip in html look like this
[syntax="html"]<A HREF="www.somesite.com" TITLE="tooltip text">somesite</A>
Code: Select all
echo "<a href=\"location_page.php?location=",$location,"&location_code="'$code,"\" onClick=\"return popitup(this.href);return false;\" >",$filed'"</a>";where can i put the TITLE="tooltip text" ????
thanks
gil
pickle | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]