Linked Questions

-1 votes
1 answer
48 views

Well , i got a button on this form echo " <td><form action='action.php' method='post'> <input type='hidden' id='itemid' name='itemid' value='". $row["name"] ."'/> ...
TimTomTin's user avatar
-1 votes
4 answers
79 views

I have a JS function that creates a new popup window. function newTab(center, section, tab) { currentItem.numWindows += 1; var title = "Window #" + currentItem.numWindows; var tabsObject =...
linuxisthebest33's user avatar
0 votes
1 answer
64 views

I am newbie in php.I don't know how to handle buttons on a page. I have 4 button: insert,update,del,select( view all record of table on database). I want update,del,select button go to 3 other pages. ...
Haruji Burke's user avatar
-2 votes
3 answers
54 views

I try this html code on Google Chrome and works. But on Mozilla and IE11 don't works link. Why? Thanks all <button> <span> <a href="/home">Home</a> </span> </...
MarcCM's user avatar
  • 7
0 votes
1 answer
38 views

I am trying to attach a button to link, the link is working fine in google chrome, but its not working in IE and mozilla, is there anything to do about it. <button class="button1"><a href=...
G. Santosh's user avatar
0 votes
1 answer
26 views

I have a button which has a link like so: <a href="/"> <button style="margin: 0 auto; display: block;">Link</button> </a> As you can see, I have centered the button. However,...
Pav Sidhu's user avatar
  • 6,982
0 votes
2 answers
31 views

I have about 100 buttons in my website, all using JavaScript onclick method. I want to replace them all with regular <a href> links for SEO purposes. I made new class called button_seo with the ...
MariaKani's user avatar

15 30 50 per page
1 2
3