Click here to Skip to main content
15,899,825 members
Home / Discussions / Web Development
   

Web Development

 
GeneralAsp.net AJAX Pin
Member 464849130-Dec-07 19:26
Member 464849130-Dec-07 19:26 
GeneralRe: Asp.net AJAX Pin
Michael Sync30-Dec-07 19:54
Michael Sync30-Dec-07 19:54 
QuestionEmail using CDONTS on ASP form Pin
Hugo Migneron30-Dec-07 9:04
Hugo Migneron30-Dec-07 9:04 
GeneralMessage Closed Pin
30-Dec-07 7:45
mbhat30-Dec-07 7:45 
QuestionUsing onClick for div popup Pin
adz_61930-Dec-07 4:13
adz_61930-Dec-07 4:13 
GeneralRe: Using onClick for div popup Pin
Johnny ²30-Dec-07 13:47
Johnny ²30-Dec-07 13:47 
GeneralASP.Net Ajax Problem Pin
mehrdadc4829-Dec-07 9:20
mehrdadc4829-Dec-07 9:20 
GeneralNewbie JavaScript Question Pin
gunner_uk200029-Dec-07 3:14
gunner_uk200029-Dec-07 3:14 
I have the following code, in order to redirect a browser:

function Redirect(redirectURL, delaySeconds) {<br />
	setTimeout("RedirectPage(redirectURL)", delaySeconds * 1000);<br />
<br />
}<br />
<br />
function RedirectPage(redirectURL){<br />
	window.location = redirectURL;	<br />
}


I've included the the functions in the tag of the page, then made a call to the Redirect Function. The setTimout Line is called as I can see it being called in the fireforx java Script debugger.

However, the function pointed to by the setTimoutLine is never called even after 5 seconds has passed. Anyone know what I'm doing wrong?

I'm just using this in order to have a delay of 5 seconds before a page is redirected.
GeneralRe: Newbie JavaScript Question Pin
Michael Sync29-Dec-07 22:07
Michael Sync29-Dec-07 22:07 
GeneralRe: Newbie JavaScript Question Pin
gunner_uk200030-Dec-07 5:34
gunner_uk200030-Dec-07 5:34 
Generalclientscript.registerforeventvalidation Pin
arunkumarv28-Dec-07 23:27
arunkumarv28-Dec-07 23:27 
QuestionCan I develop Google map api to display on Mobile phone or PDA? Pin
bowling28-Dec-07 12:20
bowling28-Dec-07 12:20 
GeneralInstal ATP server Web Server on Win2K3... Pin
achainard28-Dec-07 8:42
achainard28-Dec-07 8:42 
Generalproblem in getting image width and height Pin
Tamimi - Code27-Dec-07 1:45
Tamimi - Code27-Dec-07 1:45 
Answersolved :) Pin
Tamimi - Code27-Dec-07 2:13
Tamimi - Code27-Dec-07 2:13 
GeneralRe: solved :) Pin
Paul Conrad27-Dec-07 15:06
professionalPaul Conrad27-Dec-07 15:06 
GeneralWindows foms control in Web page. a simple problem when with web pages Pin
ram197426-Dec-07 14:51
ram197426-Dec-07 14:51 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
Michael Sync26-Dec-07 19:12
Michael Sync26-Dec-07 19:12 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
ram197426-Dec-07 20:23
ram197426-Dec-07 20:23 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
Michael Sync26-Dec-07 20:41
Michael Sync26-Dec-07 20:41 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages [modified] Pin
ram197426-Dec-07 21:02
ram197426-Dec-07 21:02 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
Michael Sync26-Dec-07 21:20
Michael Sync26-Dec-07 21:20 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
ram197426-Dec-07 22:46
ram197426-Dec-07 22:46 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
Michael Sync26-Dec-07 23:06
Michael Sync26-Dec-07 23:06 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
ram197427-Dec-07 19:02
ram197427-Dec-07 19:02 

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.