Click here to Skip to main content
15,915,864 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: need regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
N a v a n e e t h30-Jan-08 1:06
N a v a n e e t h30-Jan-08 1:06 
GeneralRe: need regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
pmarfleet30-Jan-08 1:35
pmarfleet30-Jan-08 1:35 
GeneralRe: need regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
N a v a n e e t h30-Jan-08 16:37
N a v a n e e t h30-Jan-08 16:37 
GeneralRe: need regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
pmarfleet30-Jan-08 21:21
pmarfleet30-Jan-08 21:21 
GeneralRe: need regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
N a v a n e e t h30-Jan-08 22:09
N a v a n e e t h30-Jan-08 22:09 
QuestionHow "Live Person" works? Pin
Syed Ali Raza30-Jan-08 0:18
Syed Ali Raza30-Jan-08 0:18 
GeneralOPerating system Pin
kibromg30-Jan-08 0:01
kibromg30-Jan-08 0:01 
GeneralRe: OPerating system Pin
sathish s30-Jan-08 0:56
sathish s30-Jan-08 0:56 
kibromg wrote:
Step 2. I inserted the following anywhere inside the tags:


<-->
var OpSys = checkOS();
document.write(OpSys);
//--&gt;
</-->


You are using document.write inside a script. I guess it wont work.
. Instead you can have a alert statement.

kibromg wrote:

<-->
function checkOS() {
if(navigator.userAgent.indexOf('IRIX') != -1)
{ var OpSys = "Irix"; }
else if((navigator.userAgent.indexOf('Win') != -1) &&
(navigator.userAgent.indexOf('95') != -1))
{ var OpSys = "Windows95"; }
else if(navigator.userAgent.indexOf('Win') != -1)
{ var OpSys = "Windows3.1 or NT"; }
else if(navigator.userAgent.indexOf('Mac') != -1)
{ var OpSys = "Macintosh"; }
else { var OpSys = "other"; }
<b>alert("OpSys");</b>
return OpSys;
}
// --&gt;
</-->

QuestionHow to Give Access To Sql Reports Columns Based on Roles. Pin
mrgaddam29-Jan-08 23:57
mrgaddam29-Jan-08 23:57 
QuestionHow to check events ? Pin
Sandeep Akhare29-Jan-08 23:42
Sandeep Akhare29-Jan-08 23:42 
AnswerRe: How to check events ? Pin
N a v a n e e t h30-Jan-08 1:22
N a v a n e e t h30-Jan-08 1:22 
GeneralRe: How to check events ? Pin
Sandeep Akhare30-Jan-08 2:14
Sandeep Akhare30-Jan-08 2:14 
GeneralRe: How to check events ? Pin
Sandeep Akhare30-Jan-08 2:20
Sandeep Akhare30-Jan-08 2:20 
GeneralHelp me Pin
Zeeshan Ahmed Memon29-Jan-08 23:22
Zeeshan Ahmed Memon29-Jan-08 23:22 
AnswerRe: Help me Pin
Sun Rays29-Jan-08 23:26
Sun Rays29-Jan-08 23:26 
GeneralRe: Help me Pin
Venkatesh Mookkan29-Jan-08 23:28
Venkatesh Mookkan29-Jan-08 23:28 
GeneralRe: Help me Pin
N a v a n e e t h29-Jan-08 23:33
N a v a n e e t h29-Jan-08 23:33 
GeneralRe: Help me Pin
Sandeep Akhare29-Jan-08 23:35
Sandeep Akhare29-Jan-08 23:35 
QuestionASP.NET Pin
senthilsstil29-Jan-08 22:56
senthilsstil29-Jan-08 22:56 
AnswerRe: ASP.NET Pin
Raam29-Jan-08 23:14
Raam29-Jan-08 23:14 
GeneralRe: ASP.NET Pin
senthilsstil29-Jan-08 23:34
senthilsstil29-Jan-08 23:34 
GeneralRe: ASP.NET Pin
N a v a n e e t h30-Jan-08 1:23
N a v a n e e t h30-Jan-08 1:23 
Generalalternative to iframe in asp.net Pin
pekhaleyogesh29-Jan-08 22:29
pekhaleyogesh29-Jan-08 22:29 
GeneralRe: alternative to iframe in asp.net Pin
N a v a n e e t h29-Jan-08 22:41
N a v a n e e t h29-Jan-08 22:41 
GeneralRe: alternative to iframe in asp.net Pin
pekhaleyogesh29-Jan-08 23:34
pekhaleyogesh29-Jan-08 23:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.