Hi All,

I am a great fan of TiddlySnip, but have difficulties in having it store my 
favoriites to an on-line TW (in principle this is possible using 
UploadPlugin.... recently that cant be done from a local TW to an onçine 
TW). So, I have started playing with an alternative. What I have to date is 
a bit o javascript in a bookmerklet that passes the selected url and title 
to a TW on my server.........so far so good. Its working and storing my 
references on-line....

My code is siimply - 
javaascript:var%20address=location.href;var%20title=document.title;window.open('http://mydomain.org/bookmarking/marking.html#txtFonte:[['+address+']]%20txtTitle:[['+title+']]','','width=300,height=400,toolbar=yes,titlebar=yes');

The only problem is that when I hit the bookmarklet from a selected 
page..... a new window opens....AND the selected page goes blanck and gives 
the message "[object Window]".....after confirming the save in the new 
window....I can backup to the original page........ but thats rather 
annoying. Why is this code opening a new window AND passing this message to 
the open page...and how to stop this happening?

Thanks in advance
Skye

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/0MduFCjo76gJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to