Having a dot in the html input tag does not work always?

Brandy

New member
<input type='hidden' name='lname' value='yahoo.com' />

The above does not work. But just 'yahoocom' works. I'm passing this to Cognos where the yahoo.com is stored. During validation the dot causes a failure. Is there a way to escape the dot? I've tried all ways. I know i can pass the value alongwith the url, but is there a way to escape the dot?
 
Back
Top