Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

gotonewpage

Redirecting to new page using javascript
Saturday, 28 January 2012 01:41
// Redirecting to new page using javascript



function goToNewPage(){
return window.open("GoTo.aspx?Data=" + Data + "", "width=1,height=1,left=5000,top=5000");
}


btnGoToNewPage.attributes.add("onclick","return goToNewPage())

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/-qhQosXnOGE/14501

 


Taxonomy by Zaragoza Online