Hi Everyone,
I was given a task to fix our printer friendly pages:
Best practice recommendation was to dynamically load a JavaScript page.
I have an asp page which is a printer-friendly page and this is a common page for all the subsites.To prevent search engine crawling of the full url of this page,i was asked to dynamically load a js file.
What do i need to do inorder to load an external js file, and what needs to be included in this.
For example: my page is http://expedia.com/print.asp?id=10
where do i need to include the js file and what should be included in this js file,how to get the full functionality of print.asp to this js file.
Any Help is greatly appreciated.
Tere
I was given a task to fix our printer friendly pages:
Best practice recommendation was to dynamically load a JavaScript page.
I have an asp page which is a printer-friendly page and this is a common page for all the subsites.To prevent search engine crawling of the full url of this page,i was asked to dynamically load a js file.
What do i need to do inorder to load an external js file, and what needs to be included in this.
For example: my page is http://expedia.com/print.asp?id=10
where do i need to include the js file and what should be included in this js file,how to get the full functionality of print.asp to this js file.
Any Help is greatly appreciated.
Tere
Comment