alexia 0 Report post Posted August 21, 2005 Hi allI need Textbox in my html page how can i do that ?My text box details is : <textarea rows="2" name="hidden" cols="20">Ba SalamShoma Davat Shod Be sorat Majani az Service haye AntiVirus Farsi Estefade konid .Baraye in manzor az link zer sabte nam konid :http://forum.irvirus.com/register.php?s=&action=signupBaraye Morajeye be degar service haye site az link haye zer komak begirid :http://http://forums.xisto.com/no_longer_exists/http://forums.xisto.com/no_longer_exists/http://forums.xisto.com/no_longer_exists/;I know that but i forget it - Plz help me , thanks Share this post Link to post Share on other sites
hype 0 Report post Posted August 21, 2005 Just open your html editor and copy and paste the code into the place where you want your code to be in... Share this post Link to post Share on other sites
SystemWisdom 0 Report post Posted August 28, 2005 Well, there are 2 possibilities of what you're looking for.. the first I am guessing is that you want to have the text in a hidden input type, and sent to the server with the form.. and for that you simply add the following inside your form tags: <input type="hidden" name="myHiddenData" value="Ba Salam Shoma Davat Shod Be sorat Majani az Service haye AntiVirus Farsi Estefade konid. Baraye in manzor az link zer sabte nam konid : http://forum.irvirus.com/register.php?s=&action=signup Baraye Morajeye be degar service haye site az link haye zer komak begirid : http://forums.xisto.com/no_longer_exists/'>http://http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ /irvirus.org; />Or, you want to hide that textarea from the view of your visitors, as in: <div style="display:none;"><textarea rows="2" name="hidden" cols="20">Ba SalamShoma Davat Shod Be sorat Majani az Service haye AntiVirus Farsi Estefade konid .Baraye in manzor az link zer sabte nam konid :http://forum.irvirus.com/register.php?s=&action=signupBaraye Morajeye be degar service haye site az link haye zer komak begirid :http:// The second method works great, because you can then write a javascript to change the display and have it appear instantly on screen at the click of a button! Anyway, I hope that helps.. Share this post Link to post Share on other sites
smartbei 0 Report post Posted February 25, 2006 Yep, I have used the javascript method several times...works great. Once it was to hide the ads of a free hosting place...lol. Share this post Link to post Share on other sites