Click here to Skip to main content
15,884,176 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionXSL DropDown Pin
manowj24-Dec-10 21:42
manowj24-Dec-10 21:42 
AnswerRe: XSL DropDown Pin
Sunasara Imdadhusen4-Jan-11 22:19
professionalSunasara Imdadhusen4-Jan-11 22:19 
QuestionJavaScript not working for chrome Pin
Varun Sareen20-Dec-10 23:38
Varun Sareen20-Dec-10 23:38 
AnswerRe: JavaScript not working for chrome Pin
phil.o21-Dec-10 0:39
professionalphil.o21-Dec-10 0:39 
QuestionJavaScript Function and Problem with Backspace Button Pin
AndyASPVB10-Dec-10 23:07
AndyASPVB10-Dec-10 23:07 
AnswerRe: JavaScript Function and Problem with Backspace Button Pin
NeverHeardOfMe10-Dec-10 23:20
NeverHeardOfMe10-Dec-10 23:20 
Questionaspx page functionality call from javascript in html page Pin
ramuksasi9-Dec-10 6:22
ramuksasi9-Dec-10 6:22 
AnswerRe: aspx page functionality call from javascript in html page Pin
Gerben Jongerius9-Dec-10 20:21
Gerben Jongerius9-Dec-10 20:21 
The reason you can't stop the loop issue is because of a mistake in the logic of your tracking system. Please consider the following pointers:

* Why would you want to reload the html page after its already displayed in the browser, this provides huge overhead
* Why not simply have a seperate aspx page that tracks page views and load this in at the end using javascript and ajax

Simple example
Load page -> on page loaded event call tracking.aspx using Ajax

To keep track of which pages are being loaded you will need to pass some data allong to the tracking.aspx in either the querystring or the request body.
GeneralRe: aspx page functionality call from javascript in html page Pin
Monjurul Habib1-Mar-11 8:30
professionalMonjurul Habib1-Mar-11 8:30 
AnswerRe: aspx page functionality call from javascript in html page Pin
Monjurul Habib1-Mar-11 8:32
professionalMonjurul Habib1-Mar-11 8:32 
Questionregarding jquery effect Pin
Tridip Bhattacharjee1-Dec-10 21:23
professionalTridip Bhattacharjee1-Dec-10 21:23 
AnswerRe: regarding jquery effect Pin
Shahriar Iqbal Chowdhury/Galib2-Dec-10 9:14
professionalShahriar Iqbal Chowdhury/Galib2-Dec-10 9:14 
QuestionHTML Select tag Pin
salmonraju29-Nov-10 23:56
salmonraju29-Nov-10 23:56 
AnswerRe: HTML Select tag Pin
WoutL30-Nov-10 2:22
WoutL30-Nov-10 2:22 
AnswerRe: HTML Select tag [modified] Pin
daveyerwin30-Nov-10 2:29
daveyerwin30-Nov-10 2:29 
AnswerRe: HTML Select tag Pin
Hiren solanki2-Dec-10 1:09
Hiren solanki2-Dec-10 1:09 
QuestionDo you see any errors here? Pin
Ella Corp27-Nov-10 22:51
Ella Corp27-Nov-10 22:51 
AnswerRe: Do you see any errors here? Pin
Not Active28-Nov-10 12:14
mentorNot Active28-Nov-10 12:14 
AnswerRe: Do you see any errors here? Pin
J4amieC29-Nov-10 22:40
J4amieC29-Nov-10 22:40 
AnswerRe: Do you see any errors here? Pin
musefan30-Nov-10 0:49
musefan30-Nov-10 0:49 
QuestionAccess denied for parent.parent.enableclock(); Pin
raghvendrapanda23-Nov-10 19:24
raghvendrapanda23-Nov-10 19:24 
AnswerRe: Access denied for parent.parent.enableclock(); Pin
T M Gray1-Dec-10 8:50
T M Gray1-Dec-10 8:50 
QuestionLocal data Pin
rrrado22-Nov-10 5:32
rrrado22-Nov-10 5:32 
AnswerRe: Local data Pin
DaveAuld22-Nov-10 5:46
professionalDaveAuld22-Nov-10 5:46 
AnswerRe: Local data Pin
Not Active22-Nov-10 6:57
mentorNot Active22-Nov-10 6:57 

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.