Hey there,
I'm wondering if it is possible to have,,,,,or trick html into letting
me use a hyperlink as a submit, so that I can keep with my css text
buttons,
The reason I see this as possible is php statmentments like
echo "(If your browser doesn't support this,
$_POST['redirect']. "\">click here)";
You lot think its possible to change this a bit so that I can submit 2
form fields through and it would work? or would it totally die cause
not a address hyperlink and stuff?
well throw your comments
Thanks in advance
Re: Possible to text based submit via php?
am 31.03.2008 21:22:05 von George Maicovschi
On Mar 31, 10:10 pm, Slpixe wrote:
> Hey there,
> I'm wondering if it is possible to have,,,,,or trick html into letting
> me use a hyperlink as a submit, so that I can keep with my css text
> buttons,
>
> The reason I see this as possible is php statmentments like
>
> echo "(If your browser doesn't support this,
> $_POST['redirect']. "\">click here)";
>
> You lot think its possible to change this a bit so that I can submit 2
> form fields through and it would work? or would it totally die cause
> not a address hyperlink and stuff?
>
> well throw your comments
>
> Thanks in advance
Create a form in the html output and then put the "document.forms.
[form_name].submit()" as the onCLick action of the link. That should
work, but this question should have been posted rather here:
http://groups.google.com/group/comp.lang.javascript/topics?h l=en&lnk=li
Re: Possible to text based submit via php?
am 31.03.2008 22:45:16 von unknown
Post removed (X-No-Archive: yes)
Re: Possible to text based submit via php?
am 01.04.2008 09:14:06 von Macca
what's wrong with google groups?
Re: Possible to text based submit via php?
am 01.04.2008 10:26:47 von George Maicovschi
On Apr 1, 10:14 am, macca wrote:
> what's wrong with google groups?
I guess because Google Groups is not verifying messages thorough
enough against spam when posting to USENET groups...but I still like
using it, since it integrates really good with my other accounts.
But this may end up in a change of opinions about Google Groups that's
not meant to be here in this topic, so lets just let it go and stick
to the topic, shall we? :-)
Re: Possible to text based submit via php?
am 01.04.2008 11:10:05 von Toby A Inkster
Slpixe wrote:
> I'm wondering if it is possible to have,,,,,or trick html into letting
> me use a hyperlink as a submit, so that I can keep with my css text
> buttons,
Regular form input buttons can be styled with CSS in the same way that a
link can:
George Maicovschi wrote:
> On Apr 1, 10:14 am, macca wrote:
>> what's wrong with google groups?
>
> I guess because Google Groups is not verifying messages thorough
> enough against spam when posting to USENET groups...but I still like
> using it, since it integrates really good with my other accounts.
>
Google groups has made it simple for any spotty teenager in a bedroom to
find Usenet, which used to take a marginal amount of effort, and
therefore was somewhat less cluttered with random rubbish.
> But this may end up in a change of opinions about Google Groups that's
> not meant to be here in this topic, so lets just let it go and stick
> to the topic, shall we? :-)
Re: Possible to text based submit via php?
am 01.04.2008 12:56:20 von Jerry Stuckle
macca wrote:
> what's wrong with google groups?
>
Besides everything?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================