A
Alan Silver
Hello,
I am just converting some pages to use master pages, and I have come
across a bit of a problem. One of the pages uses some custom Javascript
functions for client-side validation.
Now, the <head> tag is entirely contained in the master. This means that
I could put the JS functions in the master, but then they would appear
on every page, which I don't want.
The only other way I can see of doing this would be to create an extra
ContentPlaceHolder in the master, and have it empty for every other
page. This seems the wrong way to do it.
Anyone any suggestions? TIA
I am just converting some pages to use master pages, and I have come
across a bit of a problem. One of the pages uses some custom Javascript
functions for client-side validation.
Now, the <head> tag is entirely contained in the master. This means that
I could put the JS functions in the master, but then they would appear
on every page, which I don't want.
The only other way I can see of doing this would be to create an extra
ContentPlaceHolder in the master, and have it empty for every other
page. This seems the wrong way to do it.
Anyone any suggestions? TIA