No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
I tried that and it says, "Cannot copy OfficeMUISet: Access is denied. Make sure the disk is not full or write-protected and that the file is not currently in use."
On another thread that has been marked as solved, the suggestion was given, "Create a folder on your desktop called "Office.en-us". Find the same folder on the CD and copy "OfficeMUISet" to the folder on your desktop. Re-insert the CD so that the setup starts again. When it tells you …
I have this function: [code=javascript] function correctBookmark() { var title = "SERCO Benefits"; var url = "http://wwww.example.com"; if (window.sidebar) { // firefox window.sidebar.addPanel(title, url, ""); } else if (document.all) { //MSIE window.external.AddFavorite(url, title); } else { alert("Sorry, your browser doesn't support this"); } } [/code] If I use an onclick …
Any help would be appreciated. I could supply the link to the page if you PM me. <style type="text/css"> .topmenu ul { margin:0px; border-bottom-width:0px; position:absolute; top:71px; list-style-type:none; } li { float:left; list-style-type:none; padding:0 0 1.75em 1em; background-color:#4D6712; border:solid 1px #3c510a; border-bottom-width:0px; white-space:nowrap; list-style-type:none; float:left; margin:0; padding:0; } </style> <!--[if IE]> …
Is there a way to provide a different address when browser bookmark button is clicked? I know you can include a button on your page but most users are accustomed to using the browser bookmark button. Our domain may change from time to time and we don't want to frustrate …
The End.
webdev5