Click here to Skip to main content
15,900,589 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Forcing Page To Stay In ASP Pin
Sven Cipido29-Nov-04 22:54
Sven Cipido29-Nov-04 22:54 
GeneralRe: Forcing Page To Stay In ASP Pin
Bassam Abdul-Baki30-Nov-04 2:40
professionalBassam Abdul-Baki30-Nov-04 2:40 
GeneralUndo In Javascrip Pin
Hemant Mane26-Nov-04 3:19
Hemant Mane26-Nov-04 3:19 
GeneralProblem with ASP.NET Postback and Mac Enter/Return key Pin
Paul Ingles24-Nov-04 6:38
Paul Ingles24-Nov-04 6:38 
GeneralRe: Problem with ASP.NET Postback and Mac Enter/Return key Pin
Paul Ingles24-Nov-04 23:54
Paul Ingles24-Nov-04 23:54 
General.net power tools Pin
colin mcadam24-Nov-04 5:14
colin mcadam24-Nov-04 5:14 
GeneralDon't work in Netvigator Pin
davilism24-Nov-04 0:23
davilism24-Nov-04 0:23 
GeneralRe: Don't work in Netvigator Pin
davilism24-Nov-04 0:25
davilism24-Nov-04 0:25 
The following code is supposed to submit the form to the process page. It works fine in IE, but not in Netvigator. When I hit the Submit, it just returns to the top and won't go.
What should I add to make it work in Netvigator?

<script language="javascript">

function chkform()
{
var message = "";

/*if there is error in the form, append error string to the message*/

if(message.length > 0)
{
alert(message);
return false;
}
else return true;
}

</script>
...
...
...

<form name="form" method="POST" action="process.jsp">
...
<a href="#" onclick="if(chkform()) submit();">Submit</a></form>

QuestionDHTML to add a &lt;BR&gt; after a dynamically created html table? Pin
Bart-Man23-Nov-04 11:04
Bart-Man23-Nov-04 11:04 
AnswerRe: DHTML to add a &lt;BR&gt; after a dynamically created html table? Pin
Bart-Man29-Nov-04 4:22
Bart-Man29-Nov-04 4:22 
GeneralHelp in ASP Pin
Marwa Bahaa23-Nov-04 10:08
Marwa Bahaa23-Nov-04 10:08 
GeneralRe: Help in ASP Pin
sam683ir28-Nov-04 19:10
sam683ir28-Nov-04 19:10 
GeneralHandle IIS 5.0 Pin
pmasknguyen22-Nov-04 15:58
pmasknguyen22-Nov-04 15:58 
GeneralRe: Handle IIS 5.0 Pin
Gerald Schwab22-Nov-04 16:25
Gerald Schwab22-Nov-04 16:25 
GeneralRe: Handle IIS 5.0 Pin
Roger Wright23-Nov-04 3:28
professionalRoger Wright23-Nov-04 3:28 
GeneralASP development help Pin
Its due when22-Nov-04 11:23
Its due when22-Nov-04 11:23 
GeneralRe: ASP development help Pin
John Parker23-Nov-04 5:34
John Parker23-Nov-04 5:34 
Questionsize? Pin
rgoyal21-Nov-04 23:28
rgoyal21-Nov-04 23:28 
AnswerRe: size? Pin
john3parker22-Nov-04 5:16
john3parker22-Nov-04 5:16 
GeneralRe: size? Pin
Anonymous24-Nov-04 1:01
Anonymous24-Nov-04 1:01 
GeneralCalendar control, with scroll on year basis Pin
gP_t_gr821-Nov-04 19:28
gP_t_gr821-Nov-04 19:28 
GeneralRe: Calendar control, with scroll on year basis Pin
John Parker23-Nov-04 5:46
John Parker23-Nov-04 5:46 
GeneralArray of Enumeration values deserialization problem Pin
john3parker21-Nov-04 18:43
john3parker21-Nov-04 18:43 
Questionhow to create text boxes dinamically in javascript??? Pin
gP_t_gr819-Nov-04 22:19
gP_t_gr819-Nov-04 22:19 
AnswerRe: how to create text boxes dinamically in javascript??? Pin
Om Prakash Pant19-Nov-04 23:24
Om Prakash Pant19-Nov-04 23:24 

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.