Bleue Test Room

... just to see a board with style-switcher

CHAT CHAT SEARCH SEARCH

 

 .RETURN TO INDEX.  

Ed: Updated 1 context menu script.

June 6 2004 at 3:34 AM
Phil  (Login mrpip)

 

I updated the "Nw54 AdminEdit" context menu script to include the Index "Edit: Options" page

Script:
<SCRIPT>
var parentWin = external.menuArguments;
var parentDoc = parentWin.document;
if ((parentDoc.title == "My Account: Forums: Edit: Options") || (parentDoc.title == "My Account: Indexes: Edit: Options")){
parentDoc.postform.description.rows=20;
parentDoc.postform.description.cols=110;
parentDoc.postform.header.rows=20;
parentDoc.postform.header.cols=110;
parentDoc.postform.footer.rows=20;
parentDoc.postform.footer.cols=110;
}else{alert("Information\n\nSelect your Nw54 \"My_Account\" Index or Forum \"Edit: Options\" page and try again!")}
</SCRIPT>

 
 Respond to this message   
Responses

  1. Re: Ed: Updated 1 context menu script. - Ed Home on Jun 6, 10:19 AM
    1. Re: Ed: Updated 1 context menu script. - Phil on Jun 6, 12:58 PM
     
 Copyright © 1999-2009 Network54. All rights reserved.   Terms of Use   Privacy Statement