i need to open a new page page1.html i am using javascript function
:[code=javascript]window.open("pa ge1.php");[/code] but this function is opening new window , i want when i click the button to open page1.html in the curent windows not to open new
do you have any idea how to do thet. help pleas..
:[code=javascript]window.open("pa ge1.php");[/code] but this function is opening new window , i want when i click the button to open page1.html in the curent windows not to open new
do you have any idea how to do thet. help pleas..
Comment