Forum: ASP Jan 22nd, 2008 |
| Replies: 4 Views: 742 whats that site about? kinda products? |
Forum: ASP Nov 2nd, 2007 |
| Replies: 1 Views: 2,049 use java script to do this as dynamic but consider that if java is disabled it will not work... or refresh meta content |
Forum: ASP Oct 25th, 2007 |
| Replies: 3 Views: 1,371 ask the provider the full path of your website and replace it present one. |
Forum: ASP Oct 20th, 2007 |
| Replies: 2 Views: 1,228 thank you for the idea... |
Forum: ASP Oct 19th, 2007 |
| Replies: 2 Views: 1,228 my friend asked about masking real addresses shown in address bar...
normally:
http://www.myhost.com/index.asp?username=someone
he wants it like:
http://username.myhost.com
how can we do... |
Forum: ASP Sep 27th, 2007 |
| Replies: 2 Views: 2,091 at the end of the pages add a privated page ID and post it with other datas. then add if else circle... |
Forum: ASP Sep 26th, 2007 |
| Replies: 4 Views: 1,975 add a new coloumn (e.g: level ) in your table and set management levels for users like :
1 => Administratros
2 => Users
then create your sql query which includes only
userid and level...
... |