Welcome to Markus' Wiki Tips#
Insert these lines in your jspwiki.properties and you'll be able to
# Open any Link in a new Window jspwiki.interWikiRef.NewHttp=http://%s" TARGET="_blank # javascript, for bookmarklets jspwiki.interWikiRef.javascript= javascript:%s # WikiLink for OpenNewWindowSized open any Link in a size new window... jspwiki.interWikiRef.nw640x480=javascript:var win = window.open('%s','nw640x480','width=640,height=480,top=50,left=50');win.focus(); jspwiki.interWikiRef.nw320x240=javascript:var win = window.open('%s','nw320x240','width=320,height=240,top=50,left=50');win.focus(); jspwiki.interWikiRef.nw480x640=javascript:var win = window.open('%s','nw480x640','width=480,height=680,top=50,left=50');win.focus(); jspwiki.interWikiRef.nw240x320=javascript:var win = window.open('%s','nw240x320','width=240,height=320,top=50,left=50');win.focus();
the reference of for e.g. 'nw640x480' reopens the same window all the time.
Here are some other useful things...
:-)
Markus
You might want to consider:
# Open any Link in a new Window jspwiki.interWikiRef.NewHttp=http://%s" TARGET="_new
This gives you a new window all the time. Some browsers will reuse the "_blank" window. -- Foster Schucker
Add new attachment
Only authorized users are allowed to upload new attachments.