dimanche 1 février 2015

How to open a new frame/window with dropdown menu


When "Create node" button is clicked, how can I open a new frame or window? I want the new frame to contain a text field and dropdown menu so that user can select an option.



<form>
<html>
<body>
<button onclick="myFunction()">Create node</button><br>
<br>
<button onclick="myFunction()">Search node</button><br>
<br>
<button onclick="myFunction()">Create Realationship</button><br>
</body>
</html>
</form>


From the code above, I'm able to create and click the buttons but I'm unable to create a new frame and I don't know how to give options for the user to select.





Aucun commentaire:

Enregistrer un commentaire