Jump to content

[SOLVED] Links


The Little Guy

Recommended Posts

If I use this in my href: #someValue I can't focus in my text field. This is a value that I want in the address bar though.

 

But if I use this in my href: javascript:void(0); I can focus in my text field, but nothing goes into the address bar.

 

Here is one of the links on the page:

<a class="<?= ((!$dsSet || $s=='searchWeb') && !$_GET['q'])?'sel':'uSel';?>" id="searchWeb" href="#searchWeb" onclick="searchFor(this.id);document.getElementById('q').focus();">Web</a>

 

How can I get it to focus in the text field, and place #someValue in the address bar?

Link to comment
https://forums.phpfreaks.com/topic/132089-solved-links/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.