Jump to content

Carrying over hidden data in a form


Freedom-n-Democrazy

Recommended Posts

Is it possible to set a TEXTAREA or INPUT element to 0 by 0 px?

 

I am trying to carry over information in a form which is not suppose to be vissible to the viewer, and the bloody INPUT and TEXTAREA boxes only shrink to about 5 by 5px when I set them both to 0px.

I tried to <DIV class="id" name="id" value="<?php echo $id; ?>"></DIV> but nope. I didn't think it would.

 

Sure, I could probably absolute position them in CSS to margin-left:-500000px and set overflow to hidden, but thats just cheap.

 

Any suggestions?

Link to comment
https://forums.phpfreaks.com/topic/248630-carrying-over-hidden-data-in-a-form/
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.