Double Click On Link???
Moderator: General Moderators
Double Click On Link???
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.
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
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;
I am not sure if this info will look right after I submit this reply.
url($URL_name,$label="",$parms="")
it returns;
Code: Select all
"<a href="".$URL_name."" ".$parms.">".$label."</a>"