Click here to Skip to main content
16,006,824 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Text/large varchar fields in SQL server Pin
Guffa7-Sep-06 8:17
Guffa7-Sep-06 8:17 
GeneralRe: Text/large varchar fields in SQL server Pin
pseudomorph7-Sep-06 9:15
pseudomorph7-Sep-06 9:15 
AnswerRe: Text/large varchar fields in SQL server Pin
Guffa8-Sep-06 7:07
Guffa8-Sep-06 7:07 
GeneralRe: Text/large varchar fields in SQL server Pin
pseudomorph8-Sep-06 10:09
pseudomorph8-Sep-06 10:09 
QuestionWindows 2000 Server not serving up PDFs Pin
Vodstok6-Sep-06 9:27
Vodstok6-Sep-06 9:27 
AnswerRe: Windows 2000 Server not serving up PDFs Pin
Edbert P6-Sep-06 16:03
Edbert P6-Sep-06 16:03 
GeneralRe: Windows 2000 Server not serving up PDFs Pin
Vodstok7-Sep-06 2:50
Vodstok7-Sep-06 2:50 
QuestionI need help to solve a error on my form Pin
bobolov6-Sep-06 5:19
bobolov6-Sep-06 5:19 
Error Type:
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/Poonam/login.asp, line 40, column 148
Content = Content & "
Full name: "
<%
'Green colorset
'BackgroundColor="#C9DDB3"
'BorderColor="#006600"

'Blue colorset
BackgroundColor="#AFD1F8"
BorderColor="#000080"

'Purple colorset
'BackgroundColor="#FDC8F2"
'BorderColor="#800080"

Content = "" 'Clear the Content string
QStr = Request.QueryString("login") 'Save the login querystring to QStr

if ucase(left(QStr,6))="CREATE" then
Title = "Register"
else
Title = "Login"
end if

'The code below saves the contents the table must have in the variable Content
'The content depends on what's in the QueryString

if QStr="passfailed" then
Content = Content & "

Wrong password

Back"
elseif QStr="createpassfailed" then
Content = Content & "

Wrong password

Back

Cancel registration"
elseif QStr="namefailed" then
Content = Content & "

Invalid username

Click here to create an acount

Back"
elseif QStr="createnamefailed" then
Content = Content & "

Invalid username

Back

Cancel registration"
elseif QStr="creatednew" then
Content = Content & "

Your account has been created

Login"
elseif QStr="createnew" then
Content = Content & ""
Content = Content & "
Username: "
Content = Content & "Password: "
Content = Content & "
Full name: "

Content = Content & "
Country: "
Content = Content & "
Email: "
Content = Content & "
Question: "
Content = Content & "
Answer: "

Content = Content & ""
Content = Content & ""

Content = Content & "I agree to the Hi5 Terms of Service"
else
Content = Content & ""
Content = Content & "
Username:"
Content = Content & "Password: "
Content = Content & ""
Content = Content & ""
Content = Content & "Forgot Password"
Content = Content & "Click here to create an acount"
end if

%>




<title>ASP Login





function checkCapsLock( e ) {
var myKeyCode=0;
var myShiftKey=false;
var myMsg='Caps Lock is On.\n\nTo prevent entering your password incorrectly,\nyou should press Caps Lock to turn it off.';

// Internet Explorer 4+
if ( document.all ) {
myKeyCode=e.keyCode;
myShiftKey=e.shiftKey;

// Netscape 4
} else if ( document.layers ) {
myKeyCode=e.which;
myShiftKey=( myKeyCode == 16 ) ? true : false;

// Netscape 6
} else if ( document.getElementById ) {
myKeyCode=e.which;
myShiftKey=( myKeyCode == 16 ) ? true : false;

}

// Upper case letters are seen without depressing the Shift key, therefore Caps Lock is on
if ( ( myKeyCode >= 65 && myKeyCode <= 90 ) && !myShiftKey ) {
alert( myMsg );

// Lower case letters are seen while depressing the Shift key, therefore Caps Lock is on
} else if ( ( myKeyCode >= 97 && myKeyCode <= 122 ) && myShiftKey ) {
alert( myMsg );

}
}
// End -->








<%
Response.Write("")
Response.Write(Content) ' Paste the contents in the table
%>

" & Title & "







 


 


 


 



 
Send Us Your Suggestion On the Site


 


 


 


 


 


 







Bobo
AnswerRe: I need help to solve a error on my form Pin
Paddy Boyd7-Sep-06 0:24
Paddy Boyd7-Sep-06 0:24 
GeneralRe: I need help to solve a error on my form Pin
bobolov8-Sep-06 8:22
bobolov8-Sep-06 8:22 
QuestionAttacking http [modified] Pin
militiaware6-Sep-06 3:34
militiaware6-Sep-06 3:34 
AnswerRe: Attacking http Pin
CWIZO7-Sep-06 1:04
CWIZO7-Sep-06 1:04 
QuestionMicrosoft Expression Web Pin
Sam Heller6-Sep-06 3:26
Sam Heller6-Sep-06 3:26 
AnswerRe: Microsoft Expression Web Pin
Kevin McFarlane6-Sep-06 4:54
Kevin McFarlane6-Sep-06 4:54 
Questionhow to develop a web based biometric application Pin
zubairy5-Sep-06 20:44
zubairy5-Sep-06 20:44 
Questionproblem on capturing the browser close event Pin
gtechrohit5-Sep-06 19:52
gtechrohit5-Sep-06 19:52 
Questionsending email with if condition CC [modified] Pin
uglyeyes5-Sep-06 18:54
uglyeyes5-Sep-06 18:54 
AnswerRe: sending email with if condition CC Pin
Tushar Kothari5-Sep-06 23:47
Tushar Kothari5-Sep-06 23:47 
GeneralRe: sending email with if condition CC Pin
uglyeyes7-Sep-06 18:43
uglyeyes7-Sep-06 18:43 
NewsThe DHTML Editing Control will not be included in Windows Vista Pin
Chris Maunder5-Sep-06 5:16
cofounderChris Maunder5-Sep-06 5:16 
Questionedit Asp pages Pin
rcwoods4-Sep-06 21:01
rcwoods4-Sep-06 21:01 
AnswerRe: edit Asp pages Pin
CWIZO5-Sep-06 2:47
CWIZO5-Sep-06 2:47 
QuestionDisable IE menu items using Javascript Pin
Subrahmanyam K4-Sep-06 19:52
Subrahmanyam K4-Sep-06 19:52 
AnswerRe: Disable IE menu items using Javascript Pin
CWIZO5-Sep-06 2:50
CWIZO5-Sep-06 2:50 
QuestionAccess to the path is denied Pin
anu814-Sep-06 19:15
anu814-Sep-06 19:15 

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.