Double Click On Link???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Kurt
Forum Newbie
Posts: 2
Joined: Mon Apr 28, 2003 9:20 am
Contact:

Double Click On Link???

Post by Kurt »

Can anyone help me? I am using PHP 4.1.2 Apache 1.3.23. I am having trouble with my links. Users can click on a link and it seems to be working, but it looks like it is taking a long time to load. But if you Click on the link again it opens immediately. I have been getting some responses as "Your Search is Slow". But the search is quick the link is not working correctly. Has anyone else had this problem? Any help would be appreciated.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Is it possible for you to give us a link to test or a sample of code?

Mac
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

browser

Post by AVATAr »

maybe is you browser...
Kurt
Forum Newbie
Posts: 2
Joined: Mon Apr 28, 2003 9:20 am
Contact:

Post by Kurt »

You can check out the site to test around. http://www.lids.com I actually have quite a bit of php that creates the html. Here is the function that draws the url link:
url($URL_name,$label="",$parms="")
it returns;

Code: Select all

"<a href="".$URL_name."" ".$parms.">".$label."</a>"
I am not sure if this info will look right after I submit this reply.
Post Reply