d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Need Help With Web App In Javascript
Add Reply New Topic New Poll
Member
Posts: 4,095
Joined: Apr 24 2011
Gold: 0.25
Feb 26 2017 06:00am
I'm making a small web app in java script, it's a simple app to save bookmarks and websites.
This is the link my website = https://mkowalik.gomix.me/ , link to the code = http://s000.tinyupload.com/?file_id=40143733179706249375
I'm making the web app on gomix with JavaScript and I want to make the links to website that you save on it, open when you click on them in a new window.
I also want to be able to see the number of bookmarks in a list.
I'm new to this so I would appreciate help.

Regards ~

This post was edited by Marcelpro on Feb 26 2017 06:02am
Member
Posts: 1,039
Joined: Jul 8 2008
Gold: 1,939.50
Feb 26 2017 01:22pm
Do you have any specific questions?
All you need is this: <a href="https://www.example.com" target="_blank">Link text</a>
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll