fantasy in glass
fantasy in glass
Fantasy In Glass, 703 The Queensway, Toronto, Canada (Tel: 416-252-6868/1-800-841-5758)
Fantasy In Glass, 703 The Queensway, Toronto, Canada (Tel: 416-252-6868/1-800-841-5758)
This page left blank
on purpose, maybe...
... actually it’s just a parking spot we left accessible for some loose ends, format notes, colour tests, etc. and not a true reflection of our constant attempts at striving for perfection...
Heck, we might even add a dig or two at Gary Brow\n here...
❐
❍
➲
➢
➦
Replace the html addresses and names with your own, with each menu item on a separate line as shown.
To have the menu default to a particular selection, add selected=”selected” next to the item you want. In my example above, you can see the default I’ve selected is Articles.
To alter what goes in the click button, type what you want under value. I’ve chosen to put Go! in mine.
Now you need to add some code to the header of the page as I’ve mentioned above. This is necessary to define the javascript function that calls the page when you click the Go! button. This is the bit of the HTML that I told you about earlier. The header of the page is that code that lies between the <head> and </head> tags. Scroll up in your HTML page and you should see these two tags.
The simplest way to paste code into the header is to add it immediately before the </head> tag in the code. The function code is here: