how to pass parameters / variables ??
Posted: Wed May 12, 2010 7:16 am
in my html page , there is a table displayed in page.html
name surname email mobile
abc ccc dhdh@hdh.com 77777 register
mnb kkk jdjj@jjd.com 888888 register
when i click the link 'register' it will go to a page with registration forms ..
in tat form there is a textbox email which is readonly
<td>Email</td>
<td><input type="text" id="email" name="email" value=""/ readonly='true"'></td>
what i need is 'email' should be displayed in the form when directed from the link 'register' , how can i do tat??
pls help ,, any help will be appreciated ... thank u....
name surname email mobile
abc ccc dhdh@hdh.com 77777 register
mnb kkk jdjj@jjd.com 888888 register
when i click the link 'register' it will go to a page with registration forms ..
in tat form there is a textbox email which is readonly
<td>Email</td>
<td><input type="text" id="email" name="email" value=""/ readonly='true"'></td>
what i need is 'email' should be displayed in the form when directed from the link 'register' , how can i do tat??
pls help ,, any help will be appreciated ... thank u....