How do I add two values for this document ready function?

algarvegolf59

New Member
I've got this code snippet: \[code\] if (!window.location.href.match('page.aspx')) {\[/code\]I want to add a second page, page2.aspx for it to match. How can I do it so that in the same function it checks if its page.aspx and also if its page2.aspx?
 
Back
Top