Hello!
For my website when linking various pages via a drop down menu we use the following:
There's often 10+ options so doing it one by one is long process!
How easy would it be to make a peice of software that's 100% GUI whereby I could just type in the page names, URL's and choose which ones selected - then have it produce the required HTML?
Any help would be appreciated. I have no idea what to start, but was told I should use VB.net!

For my website when linking various pages via a drop down menu we use the following:
PHP:
<form style="margin: 0px; padding: 0px; text-align: center;">
<p style="text-align: center;">Page:</p>
<option selected="selected" value="URL">PAGE TITLE</option><br />
<option value="URL">PAGE NAME</option><br />
</select>
</form>
</div>
There's often 10+ options so doing it one by one is long process!
How easy would it be to make a peice of software that's 100% GUI whereby I could just type in the page names, URL's and choose which ones selected - then have it produce the required HTML?
Any help would be appreciated. I have no idea what to start, but was told I should use VB.net!
Last edited: