J johnsmith1234 Guest Feb 16, 2007 #1 Is there a way to place a link in the main menu to a url instead of a static page? Thanks
A Alex Klimov Guest Feb 18, 2007 #2 Yes, you could create static page, add script module on it and paste following script there: <script> document.location.href = "http://swsoft.com"; </script> Instead of "http://swsoft.com" enter your link.
Yes, you could create static page, add script module on it and paste following script there: <script> document.location.href = "http://swsoft.com"; </script> Instead of "http://swsoft.com" enter your link.