We're a community of 1077K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,076,099 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

window.location

Unable to redirect to the page using window.location of javascript for the code given below

<script language="javascript">
function confirmation() {

    
	var answer = confirm("Do you want to add more Bussess?")
	if (answer){


	   }
	else{
		alert("Thanks for using Bus Entry form")
                 window.location = "adminHomePage.jsp"

	}
     }

Anyone can tell me the reason for this.?
i have asready tried full path of the file

4
Contributors
4
Replies
12 Hours
Discussion Span
2 Years Ago
Last Updated
5
Views
nikita.chandra
Junior Poster in Training
69 posts since Aug 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

1. You neglected to end each line with a ;
2. It is window.location.href = 'URL';
3. Your indenting is a bit weird, see the following URL on how to code properly: http://www.webdevproject.com/guides/programming/guide2.html

~G

Graphix
Posting Pro in Training
434 posts since Aug 2009
Reputation Points: 82
Solved Threads: 75
Skill Endorsements: 0

1. You neglected to end each line with a ;

You don't need to end it with ';' anymore unless you are trying to code it in 1 line. :)

Taywin
Posting Maven
2,633 posts since Apr 2010
Reputation Points: 275
Solved Threads: 375
Skill Endorsements: 17

Which he is not on line 11 + 12

But yes you are right, you can code in one line:

if (x == 0) { x++ }

But doens't this look nicer :)

if (x == 0) { x++; }

~G

Graphix
Posting Pro in Training
434 posts since Aug 2009
Reputation Points: 82
Solved Threads: 75
Skill Endorsements: 0

Nikita,

If you want to build/manipulate Locations then you might like to try my LOCATION constructor:
http://www.daniweb.com/code/snippet217388.html

It is quite well documented and probably overkill for what you want but maybe useful to remember for the future.

Airshow

Airshow
WiFi Lounge Lizard
Moderator
2,782 posts since Apr 2009
Reputation Points: 370
Solved Threads: 388
Skill Endorsements: 9

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page rendered in 0.0940 seconds using 2.77MB