Hello,
Is there any way to invoke the browser's FIND (ctrl+F) function using an HTML Link to make it simple for the simple and avoid a search script?
I know I can use:
onClick="javascript:window.print()"
to call the print window, but i tried to replace it with window.search and window.find and it didn't work.
Thanks.
Is there any way to invoke the browser's FIND (ctrl+F) function using an HTML Link to make it simple for the simple and avoid a search script?
I know I can use:
onClick="javascript:window.print()"
to call the print window, but i tried to replace it with window.search and window.find and it didn't work.
Thanks.