hi all,
im just still getting into web design and i have finished this site,
Im a little bit unhappy about how the search function (upper right) opens the results in a new window. i have tired playing with the script to make it open results on a new page but in the same window.
[to test type "press" to see results]
code for the script can be found here:
i tired playing with this line.
Code:
im not even sure how to tell the script where to place the results html in the page i want it too (ie results.php in a certain div)
can someone pls point me in the right direction
cheers
Chris
im just still getting into web design and i have finished this site,
Im a little bit unhappy about how the search function (upper right) opens the results in a new window. i have tired playing with the script to make it open results on a new page but in the same window.
[to test type "press" to see results]
code for the script can be found here:
i tired playing with this line.
Code:
Code:
win = window.open("","results","");
can someone pls point me in the right direction
cheers
Chris