I have a page that opens (onClick="window.open(......etc)
No address or browser buttons are shown.
Please, what would be the code needed to add to a button or line of text to
download the page address (a link - webloc) to your desktop for that page?
Thanks
-Sandy
10-20-2012, 08:20 AM
theyoker
Try
Code:
<input type="button" name="b1" value="Click Me" onclick="location.href='webpageyouwant.html'">
10-20-2012, 09:13 AM
motuiti
No Luck
Tried your suggestion. Same page pops up in same window - not downloaded to desk top.
Understand I dont want the whole site just a link to the page (since it is not shown in the window..
The actual page is here: http://www.abacoescape.com/
Link is Top Left "Background Music Selector" the Download button is at the bottom of the playlist
10-20-2012, 12:19 PM
theyoker
So, from what I understand you click the button. It takes you to a new webpage (Randomly?). And the button has a function which will copy the new randomly selected webpages URL? and save it to a file?
10-20-2012, 01:00 PM
motuiti
When clicking.....
When clicking the same page pops in to the window. Where as I am trying to drop a link (Webloc) to that page on the desktop
10-20-2012, 02:14 PM
theyoker
Oh, I've been trying to find tutorials of what you want but it seems niche. My knowledge doesn't extend that far only my first year at college atm.
Hopefully one of the more knowledgeable members will help.
10-20-2012, 02:38 PM
motuiti
Thanks just the same
Thanks just the same.
Getting some clues in .webloc