Click here to Skip to main content
15,917,473 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionjava script function call don't stop. Pin
buffering8323-May-10 16:46
buffering8323-May-10 16:46 
AnswerRe: java script function call don't stop. Pin
Not Active23-May-10 18:08
mentorNot Active23-May-10 18:08 
Of course it is, you're telling it to.

<script type="text/javascript"> jungJava(); </script>


This is going to run every time the page loads. Then your script submits the form which causes it to reload, which causes the script run, which submits the form, which cause to reload, which causes...see how it goes?

If you want to happen once then trigger it with an event, such a button click.

Also, notice how the code snippet here is formatted? Use it next time

I know the language. I've read a book. - _Madmatt

Questiontransaction stoppage or resume Pin
netsooz (Amir Hamidi)23-May-10 5:30
netsooz (Amir Hamidi)23-May-10 5:30 
AnswerRe: transaction stoppage or resume [modified] Pin
Blue_Boy23-May-10 11:57
Blue_Boy23-May-10 11:57 
QuestionOnline Exam System Pin
Feras Mazen Taleb23-May-10 4:34
Feras Mazen Taleb23-May-10 4:34 
AnswerRe: Online Exam System Pin
Blue_Boy23-May-10 12:05
Blue_Boy23-May-10 12:05 
GeneralRe: Online Exam System Pin
Feras Mazen Taleb23-May-10 16:33
Feras Mazen Taleb23-May-10 16:33 
QuestionClient Side Drop Down Pin
JC.KaNNaN23-May-10 3:58
JC.KaNNaN23-May-10 3:58 
AnswerRe: Client Side Drop Down [modified] Pin
daveyerwin23-May-10 5:57
daveyerwin23-May-10 5:57 
GeneralRe: Client Side Drop Down Pin
JC.KaNNaN24-May-10 7:16
JC.KaNNaN24-May-10 7:16 
QuestionDisplay Images dynamically at runtime from a web site Pin
Eagle3223-May-10 1:39
Eagle3223-May-10 1:39 
AnswerRe: Display Images dynamically at runtime from a web site Pin
Not Active23-May-10 3:34
mentorNot Active23-May-10 3:34 
GeneralRe: Display Images dynamically at runtime from a web site Pin
Eagle3223-May-10 6:36
Eagle3223-May-10 6:36 
GeneralRe: Display Images dynamically at runtime from a web site Pin
Not Active23-May-10 7:39
mentorNot Active23-May-10 7:39 
GeneralRe: Display Images dynamically at runtime from a web site Pin
Eagle3223-May-10 12:43
Eagle3223-May-10 12:43 
QuestionHOW TO INSERT DATA FROM A TABLE IN my ASP page TO SQL SERVER DATABASE [modified] Pin
ihbos22-May-10 20:32
ihbos22-May-10 20:32 
AnswerRe: HOW TO INSERT DATA FROM A TABLE IN my ASP page TO SQL SERVER DATABASE Pin
Not Active23-May-10 3:30
mentorNot Active23-May-10 3:30 
GeneralRe: HOW TO INSERT DATA FROM A TABLE IN my ASP page TO SQL SERVER DATABASE Pin
ihbos23-May-10 8:23
ihbos23-May-10 8:23 
GeneralRe: HOW TO INSERT DATA FROM A TABLE IN my ASP page TO SQL SERVER DATABASE Pin
Not Active23-May-10 8:32
mentorNot Active23-May-10 8:32 
Questionmake different menu for site Pin
farasat.mohammad22-May-10 18:37
farasat.mohammad22-May-10 18:37 
AnswerRe: make different menu for site Pin
Sandeep Mewara22-May-10 20:39
mveSandeep Mewara22-May-10 20:39 
GeneralRe: make different menu for site Pin
farasat.mohammad23-May-10 19:46
farasat.mohammad23-May-10 19:46 
QuestionProblem with declaring namespace Pin
Eagle3222-May-10 12:21
Eagle3222-May-10 12:21 
QuestionCount number of records from a tabel and display result in a gridview column at run time. Pin
Eagle3222-May-10 11:58
Eagle3222-May-10 11:58 
AnswerRe: Count number of records from a tabel and display result in a gridview column at run time. Pin
Sandeep Mewara22-May-10 20:35
mveSandeep Mewara22-May-10 20:35 

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.