Note that there are some explanatory texts on larger screens.

plurals
  1. POCreating drop menu navigation with <select>
    primarykey
    data
    text
    <p>I've managed to make myself drop menu navigation with html <code>&lt;select&gt;</code>. I've encountered one problem, though.</p> <p>My external links aren't working. Namely Youtube.</p> <p>Here is the code:</p> <pre><code> &lt;select ONCHANGE="location = this.options[this.selectedIndex].value;"&gt; &lt;option value="" selected="selected"&gt;Navigation&lt;/option&gt; &lt;option value="index.html"&gt;Home&lt;/option&gt; &lt;option value="detroitvideoproduction.html"&gt;Video Production&lt;/option&gt; &lt;option value="locationsounddetroit.html"&gt;Location Sound&lt;/option&gt; &lt;option value="videoeditingdetroit.html"&gt;Video Editing&lt;/option&gt; &lt;option value="custommotiongraphicsdetroit.html"&gt;Custom Graphics&lt;/option&gt; &lt;option value="demoreel.html"&gt;Demo Reel&lt;/option&gt; &lt;option value="http://www.youtube.com/user/VideoDetroitMI?ob=0"&gt;You Tube&lt;/option&gt; &lt;option value="http://vimeo.com/liveoutloudproductions"&gt;Vimeo&lt;/option&gt; &lt;option value="dslrrentalsdetroit.html"&gt;Camera Rental&lt;/option&gt; &lt;option value="lectrosonicsrentalsdetroit.html"&gt;Audio Rental&lt;/option&gt; &lt;option value="griprentalsdetroit.html"&gt;Grip Rental&lt;/option&gt; &lt;option value="camerasupportdetroit.html"&gt;Camera Support&lt;/option&gt; &lt;option value="about.html"&gt;About Us&lt;/option&gt; &lt;option value="contact.html"&gt;Contact&lt;/option&gt; &lt;/select&gt; </code></pre> <p>As you can see I have 2 external links. One to Vimeo, the other to Youtube. When you select Vimeo it works perfectly fine and takes you to the appropriate vimeo page, but when you select Youtube, it does nothing at all.</p> <p>I know the URL in the link is correct, I checked it before I posted this.</p> <p>Anybody know why Youtube wont work when Vimeo will?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload