PDA

View Full Version : 'Save target as' from text box url input


j_uu
10-19-2002, 02:39 PM
I'm trying to modify a URL jump box from javascripitkit.com, but with no success.

LINK (http://monstermedia.users.btopenworld.com/download.html)

What i am trying to do is not jumping to the page or file that is entered into the text box, but to save the target file similar to the 'right-click & save target as' technique when the 'Save Target' button is pressed.

I have been working on this idea on and off for ages, and any help that would result in its conclusion would be greatfully received.

Thanks

Jon

Graeme Hackston
10-19-2002, 03:44 PM
I'm not sure I understand you. What does 'right-click & save target as' do?


target = "";

function jumpit(){
target = document.jumpurl1.jumpurl2.value
alert(target)
}

adios
10-19-2002, 05:30 PM
http://www.faqts.com/knowledge_base/view.phtml/aid/8840/fid/53