Dear People, I would like to make a submit 'button' which looks as a regular text-based-link ( a simple <A HREF="">)
I now that you also could send variabeles to a PHP file using index.php?var1=php&var2=computer
but if you use that the content of the variabeles gets in the histrory of the browser!
And my second question, in first place sorry that I ask all kind of HTML-thing, while this is a PHP-forum, but I know that there are many people here, who know everything about Web-Programming 🙂.
So my second question:
Is it possible to add a Target-Frame to a submit button? (sort of <A HREF="" TARGER="_BLANK">, but for a SUBMIT BUTTON!)