473,466 Members | 1,336 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

need a knock off of "post to del.icio.us" link

delicious has a bookmark you can add to your toolbar of this form:
javascript:location.href='http://del.icio.us/post?v=4;url='+encodeURIComponent(location.href)+' ;title='+encodeURIComponent(document.title)

When you click it, it goes to your delicious account and lets you tag
the content, etc. Then it redirects you back to the page. I love that.

My javascript skills suck. But I'm reading this
http://xkr.us/articles/javascript/encode-compare/

to get an idea of how to do it. So I'm not asking for code, just any
notes/bits of advice. Anyone done a similar thing?
Mar 23 '06 #1
2 1371
Matt wrote:
delicious has a bookmark you can add to your toolbar of this form:
javascript:location.href='http://del.icio.us/post?v=4;url='+encodeURIComponent(location.href)+' ;title='+encodeURIComponent(document.title)
When you click it, it goes to your delicious account and lets you tag
the content, etc. Then it redirects you back to the page.


No. It sends the URL and title of the current document to del.icio.us, that
is all.

A server side script then generates a form with some sections prefilled to
prompt you for more data. When you submit it, another server side script
(or a branch of the same one) redirects you back to the page you came from.
[1] I don't see any mention on the del.icio.us site as to what language it
is written in, but the odds are against it being JavaScript - server side
JS doesn't seem to crop up very often
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Mar 23 '06 #2
> A server side script then generates a form with some sections prefilled to
prompt you for more data. When you submit it, another server side script
(or a branch of the same one) redirects you back to the page you came from.


Yeah, I'm a PHP guy so that's the easy part for me. Looks like the
javascript won't be tricky...
Mar 24 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Eitan | last post by:
Hello, I would like to know about the methods : post and get of ASP. What is the difference between them. Need some samples, and explanation, please. Thanks :)
12
by: Assaf | last post by:
Hi all, My client is using an online service provider that processes survey responses. After a user fills survey.aspx and presses the OK button, 2 things need to happen: 1. the data has to...
12
by: Assaf | last post by:
Hi all, My client is using an online service provider that processes survey responses. After a user fills survey.aspx and presses the OK button, 2 things need to happen: 1. the data has to...
25
by: william.hooper | last post by:
here is my form: <html> <head></head> <body> <FORM ACTION="code.php" method="post"> <INPUT TYPE=SUBMIT NAME="arty.jpg" VALUE="Action"> </FORM>
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.