Jump to content

Passing values with NBSPs


tet3828

Recommended Posts

Not sure what you mean...but I'm going to assume that you are doing this:

 

<input type=hidden name=something value=what you want to pass with spaces>

 

The solution is to put quotes around your tag attributes (which happens to be the proper way)...

 

<input type="hidden" name="something" value="what you want to pass with spaces">

 

If you are already doing this...then post some code, cause you've given us just slightly more than no information to help you.

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.