Page 1 of 1

Double Click On Link???

Posted: Mon Apr 28, 2003 9:20 am
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.

Posted: Mon Apr 28, 2003 9:35 am
by twigletmac
Is it possible for you to give us a link to test or a sample of code?

Mac

browser

Posted: Mon Apr 28, 2003 9:42 am
by AVATAr
maybe is you browser...

Posted: Mon Apr 28, 2003 10:06 am
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.